Lines Matching full:ns2
13 do_ping "${ns2}" 100.64.0.1
67 # |NS2 (RedBOX) | |NS3 (BR) | | NS5 (SAN) |
75 ip link add ns1eth1 netns "${ns1}" type veth peer name ns2eth1 netns "${ns2}"
76 ip link add ns1eth2 netns "${ns1}" type veth peer name ns2eth2 netns "${ns2}"
77 ip link add ns2eth3 netns "${ns2}" type veth peer name ns3eth1 netns "${ns3}"
86 ip -n "${ns2}" link set ns2eth1 up
87 ip -n "${ns2}" link set ns2eth2 up
88 ip -n "${ns2}" link set ns2eth3 up
102 ip -net "$ns2" link set address 00:11:22:00:02:01 dev ns2eth1
103 ip -net "$ns2" link set address 00:11:22:00:02:02 dev ns2eth2
104 ip -net "$ns2" link set address 00:11:22:00:02:03 dev ns2eth3
115 …ip -net "${ns2}" link add name hsr2 type hsr slave1 ns2eth1 slave2 ns2eth2 interlink ns2eth3 super…
118 ip -n "${ns2}" addr add 100.64.0.2/24 dev hsr2
125 ip -n "${ns2}" link set hsr2 up
129 setup_ns ns1 ns2 ns3 ns4 ns5