Jump to content

Recommended Posts

Posted

Настраиваю vrf так:

ip link add dev vrf20 type vrf table 10
ip link add dev add dev vrf20p0 type veth peer name vrf20p1
ip link set dev vrf20p0 up
ip link set dev vrf20p1 up
ip link set dev vrf20p1 master vrf20

Далее делаю:

ifconfig vrf20p0 192.168.0.2
ifconfig vrf20p1 192.168.0.1

И получаю ошибку:

root@ne-vlezay80:~# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.2 icmp_seq=1 Destination Host Unreachable
^C
--- 192.168.0.1 ping statistics ---
9 packets transmitted, 0 received, +1 errors, 100% packet loss, time 8183ms
pipe 8

Что не так?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.