Lines Matching full:ns2
7 # | ns1 | v4-via-v6 routes: | ns2 |
17 # unreachable" message being sent from ns2, but there is no IPv4 address set in
22 NS2=ns2
36 ip netns del $NS2
43 ip netns add $NS2
46 ip -netns $NS1 link add veth0 type veth peer name veth0 netns $NS2
48 ip -netns $NS2 link set dev veth0 up
51 ip -netns $NS2 addr add $H2_IP6/64 dev veth0 nodad
53 ip -netns $NS2 route add $RT2 via inet6 $H1_IP6
55 # Make sure ns2 will respond with ICMP unreachable
56 ip netns exec $NS2 sysctl -qw net.ipv4.icmp_ratelimit=0 net.ipv4.ip_forward=1