Searched refs:ifconfig (Results 76 - 100 of 209) sorted by relevance

123456789

/freebsd-current/tests/sys/netpfil/pf/
H A Dproxy.sh46 ifconfig ${epair_client}a 192.0.2.2/24 up
50 jexec fwd ifconfig ${epair_client}b 192.0.2.1/24 up
51 jexec fwd ifconfig ${epair_link}a 198.51.100.1/24 up
52 jexec fwd ifconfig lo0 127.0.0.1/8 up
56 jexec srv ifconfig ${epair_link}b 198.51.100.2/24 up
H A Daltq.sh18 ifconfig ${epair}a 192.0.2.1/24 up
19 jexec altq_hfsc ifconfig ${epair}b 192.0.2.2/24 up
60 ifconfig ${epair}a 192.0.2.1/24 up
61 jexec altq_match ifconfig ${epair}b 192.0.2.2/24 up
105 ifconfig ${vlan} vlan 42 vlandev ${epair}a
106 ifconfig ${vlan} 192.0.2.1/24 up
107 ifconfig ${epair}a up
109 vlanj=$(jexec altq_cbq_vlan ifconfig vlan create)
112 jexec altq_cbq_vlan ifconfig ${epair}b up
113 jexec altq_cbq_vlan ifconfig
[all...]
H A Dmacro.sh17 jexec alcatraz ifconfig lo0 inet 127.0.0.1/8
18 jexec alcatraz ifconfig lo0 inet 127.0.0.2/32 alias
H A Dsrc_track.sh44 ifconfig ${epair}a 192.0.2.2/24 up
45 jexec alcatraz ifconfig ${epair}b 192.0.2.1/24 up
H A Dsctp.sh54 jexec ${j}a ifconfig ${epair}a 192.0.2.1/24 up
55 jexec ${j}b ifconfig ${epair}b 192.0.2.2/24 up
127 jexec ${j}a ifconfig ${epair}a inet6 2001:db8::a/64 up no_dad
128 jexec ${j}b ifconfig ${epair}b inet6 2001:db8::b/64 up no_dad
201 jexec ${j}a ifconfig ${epair}a 192.0.2.1/24 up
202 jexec ${j}b ifconfig ${epair}b 192.0.2.2/24 up
259 jexec ${j}a ifconfig ${epair}a inet6 2001:db8::a/64 no_dad
260 jexec ${j}b ifconfig ${epair}b inet6 2001:db8::b/64 no_dad
319 jexec ${j}srv ifconfig ${epair_srv}a 198.51.100.1/24 up
321 jexec ${j}gw ifconfig
[all...]
H A Droute_to.sh43 ifconfig ${epair_send}a 192.0.2.1/24 up
45 ifconfig ${epair_route}a 203.0.113.1/24 up
48 jexec alcatraz ifconfig ${epair_send}b 192.0.2.2/24 up
49 jexec alcatraz ifconfig ${epair_route}b 203.0.113.2/24 up
79 ifconfig ${epair_send}a inet6 2001:db8:42::1/64 up no_dad -ifdisabled
81 ifconfig ${epair_route}a inet6 2001:db8:43::1/64 up no_dad -ifdisabled
84 jexec alcatraz ifconfig ${epair_send}b inet6 2001:db8:42::2/64 up no_dad
85 jexec alcatraz ifconfig ${epair_route}b inet6 2001:db8:43::2/64 up no_dad
124 jexec client ifconfig ${epair_cl_one}a 203.0.113.1/25
125 jexec wan_one ifconfig
[all...]
/freebsd-current/tests/sys/netinet6/
H A Dproxy_ndp.sh48 jexec ${jname} ifconfig ${epair0}a up
50 jexec ${jname} ifconfig ${epair0}a inet6 2001:db8::1/64
51 proxy_mac=`jexec ${jname} ifconfig ${epair0}a ether | awk '$1~/ether/{print$2}'`
54 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
90 jexec ${jname} ifconfig ${epair0}a up
92 jexec ${jname} ifconfig ${epair0}a inet6 2001:db8::1/64
93 proxy_mac=`jexec ${jname} ifconfig ${epair0}a ether | awk '$1~/ether/{print$2}'`
96 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
137 jexec ${jname} ifconfig ${epair0}a up
139 jexec ${jname} ifconfig
[all...]
H A Dforward6.sh63 ifconfig ${epair}a up
64 ifconfig ${epair}a inet6 ${ip6a}/${plen}
68 jexec ${jname} ifconfig ${epair}b up
69 jexec ${jname} ifconfig ${epair}b inet6 ${ip6b}/${plen}
71 jail_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
73 our_mac=`ifconfig ${epair}a ether | awk '$1~/ether/{print$2}'`
76 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do
79 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
134 ifconfig ${epair}a up
135 ifconfig
[all...]
H A Dndp.sh48 jexec ${jname} ifconfig ${epair0}a up
50 jexec ${jname} ifconfig ${epair0}a inet6 2001:db8::1/64
53 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
87 jexec ${jname} ifconfig ${epair0}a up
89 jexec ${jname} ifconfig ${epair0}a inet6 2001:db8::1/64
92 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
H A Dredirect.sh72 ifconfig ${epair}a up
73 ifconfig ${epair}a inet6 ${ip6a}/64
77 jexec ${jname} ifconfig ${epair}b up
78 jexec ${jname} ifconfig ${epair}b inet6 ${ip6b}/64
85 local_ll_ip=`jexec ${jname} ifconfig ${epair}b inet6 | awk '$1 ~ /inet6/&&$2~/^fe80/ {print$2}'|awk -F% '{print$1}'`
86 local_ll_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
89 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
92 while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do
/freebsd-current/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh89 atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${addr}
91 atf_check -s exit:0 rump.ifconfig shmif0 inet ${addr} netmask 0xffffff00
94 atf_check -s exit:0 rump.ifconfig shmif0 up
95 $DEBUG && rump.ifconfig shmif0
106 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
120 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
121 atf_check -s exit:0 -o match:shmif1 rump.ifconfig
130 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
131 atf_check -s exit:0 -o match:shmif1 rump.ifconfig
140 atf_check -s exit:0 rump.ifconfig shmif
[all...]
/freebsd-current/tests/sys/netinet/
H A Doutput.sh60 jexec ${jname}a ifconfig ${epair}a up
61 jexec ${jname}a ifconfig ${epair}a inet ${ip_src}/${plen}
64 jexec ${jname}b ifconfig ${epair}b up
66 jexec ${jname}b ifconfig ${epair}b inet ${ip_dst}/${plen}
130 jexec ${jname}a ifconfig ${epair}a up
131 jexec ${jname}a ifconfig ${epair}a inet ${ip_src}/${plen}
134 jexec ${jname}b ifconfig ${epair}b up
135 jexec ${jname}b ifconfig ${epair}b inet ${ip_dst}/${plen}
197 jexec ${jname}a ifconfig ${epair}a up
198 jexec ${jname}a ifconfig
[all...]
H A Ddivert.sh73 ifconfig ${epair}a up
74 ifconfig ${epair}a inet ${ip4a}/30
78 jexec ${jname} ifconfig ${epair}b up
79 jexec ${jname} ifconfig ${epair}b inet ${ip4b}/30
128 ifconfig ${epair}a up
129 ifconfig ${epair}a inet ${ip4a}/30
133 jexec ${jname} ifconfig ${epair}b up
134 jexec ${jname} ifconfig ${epair}b inet ${ip4b}/30
/freebsd-current/tests/sys/net/if_ovpn/
H A Dif_ovpn.sh45 jexec a ifconfig ${l}a 192.0.2.1/24 up
47 jexec b ifconfig ${l}b 192.0.2.2/24 up
124 jexec a ifconfig ${l}a 192.0.2.1/24 up
126 jexec b ifconfig ${l}b 192.0.2.2/24 up
131 #jexec a ifconfig ${l}a
196 jexec a ifconfig ${l}a 192.0.2.1/24 up
198 jexec b ifconfig ${l}b 192.0.2.2/24 up
269 jexec a ifconfig ${l}a inet6 2001:db8::1/64 up no_dad
271 jexec b ifconfig ${l}b inet6 2001:db8::2/64 up no_dad
359 jexec a ifconfig
[all...]
/freebsd-current/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh64 atf_check -s exit:0 rump.ifconfig $carpif create
65 atf_check -s exit:0 rump.ifconfig shmif0 $ip/24 up
66 atf_check -s exit:0 rump.ifconfig $carpif \
69 atf_check -s exit:0 rump.ifconfig -w 10
109 atf_check -s exit:0 rump.ifconfig shmif0 $IP_CLIENT/24 up
110 atf_check -s exit:0 rump.ifconfig -w 10
123 $DEBUG && rump.ifconfig
125 rump.ifconfig carp0
127 $DEBUG && rump.ifconfig
129 rump.ifconfig carp
[all...]
/freebsd-current/contrib/netbsd-tests/net/net/
H A Dt_ipv6address.sh57 atf_check -s exit:0 rump.ifconfig shmif0 create
58 atf_check -s exit:0 rump.ifconfig shmif1 create
62 atf_check -s exit:0 rump.ifconfig shmif0 create
63 atf_check -s exit:0 rump.ifconfig shmif1 create
67 atf_check -s exit:0 rump.ifconfig shmif0 create
68 atf_check -s exit:0 rump.ifconfig shmif1 create
76 $DEBUG && rump.ifconfig
81 $DEBUG && rump.ifconfig
86 $DEBUG && rump.ifconfig
93 atf_check -s exit:0 rump.ifconfig shmif
[all...]
/freebsd-current/tests/sys/netpfil/ipfw/
H A Dfwd.sh43 ifconfig ${epair}a 192.0.2.0/31 up
46 jexec alcatraz ifconfig lo0 127.0.0.1/8 up
47 jexec alcatraz ifconfig ${epair}b 192.0.2.1/31 up
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv475 ifconfig $INTERFACE down
76 ifconfig $INTERFACE up
92 IP_ADDRESS=`ifconfig $INTERFACE inet | awk '/inet/ {printf("%s\n", $2); }'`
93 NETMASK=`ifconfig $INTERFACE inet | awk '/inet/ {printf("%s\n", $4); }'`
115 ifconfig $INTERFACE `eval echo \\\$ifconfig_$INTERFACE | sed "s|$2||"`
117 ifconfig $INTERFACE `eval echo \\\$ifconfig_$INTERFACE`
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6localicmp.ksh48 if ! ifconfig lo0 inet6 > /dev/null 2>&1; then
49 if ! ifconfig lo0 inet6 plumb up; then
82 ifconfig lo0 inet6 unplumb
/freebsd-current/tools/bsdbox/
H A DMakefile.net21 # ifconfig
22 CRUNCH_PROGS_sbin+= ifconfig
/freebsd-current/tests/sys/netpfil/common/
H A Dnat.sh52 ifconfig ${epair_host_nat}a 198.51.100.2/24 up
53 jexec nat ifconfig ${epair_host_nat}b 198.51.100.1/24 up
55 jexec nat ifconfig ${epair_client1_nat}a 192.0.2.1/24 up
56 jexec client1 ifconfig ${epair_client1_nat}b 192.0.2.2/24 up
58 jexec nat ifconfig ${epair_client2_nat}a 192.0.3.1/24 up
59 jexec client2 ifconfig ${epair_client2_nat}b 192.0.3.2/24 up
115 ifconfig ${epair_host_nat}a 198.51.100.2/24 up
116 jexec nat ifconfig ${epair_host_nat}b 198.51.100.1/24 up
118 jexec nat ifconfig ${epair_client1_nat}a 192.0.2.1/24 up
119 jexec client1 ifconfig
[all...]
/freebsd-current/libexec/rc/rc.d/
H A Dhostapd18 ifconfig ${ifn} down
20 ifconfig ${ifn} up
/freebsd-current/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh46 ep=`ifconfig epair create`
209 ifconfig ${lmep}a vnet ${ljid}
210 ifconfig ${lmep}b vnet ${mjid}
212 jexec ${ljid} ifconfig lo0 inet 127.0.0.1/8
213 jexec ${ljid} ifconfig lo0 inet 192.0.2.5/32 alias # Test 9-10
214 jexec ${ljid} ifconfig lo0 inet6 2001:db8:1::1/128 alias # Test 11-12
215 jexec ${ljid} ifconfig ${lmep}a inet 192.0.2.1/30 up
216 jexec ${ljid} ifconfig ${lmep}a inet6 2001:db8::1/64 alias
221 jexec ${mjid} ifconfig lo0 inet 127.0.0.1/8
222 jexec ${mjid} ifconfig lo
[all...]
/freebsd-current/contrib/hyperv/tools/scripts/
H A Dhv_set_ifconfig45 ifconfig $IF_NAME ether $HWADDR
48 ifconfig $IF_NAME inet $IP_ADDR netmask $SUBNET
/freebsd-current/contrib/netbsd-tests/usr.sbin/tcpdump/
H A Dt_tcpdump.sh44 for i in $(ifconfig -l); do

Completed in 356 milliseconds

123456789