ne-vlezay80 Posted April 11, 2017 Posted April 11, 2017 Настраиваю 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 Что не так? Вставить ник Quote
vop Posted April 12, 2017 Posted April 12, 2017 Может там надо что-то типа добавить? ip link set dev vrf20 up PS А чего такая мешанина ip и ifconfig? Вставить ник Quote
ne-vlezay80 Posted April 12, 2017 Author Posted April 12, 2017 Может там надо что-то типа добавить? ip link set dev vrf20 up PS А чего такая мешанина ip и ifconfig? добавлял - не помогает Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.