Lines Matching refs:eth0

953        eth0=ethertap,tap0,fe:fd:0:0:0:1,192.168.0.254
958 This sets up eth0 inside the virtual machine to attach itself to the
1040 ifconfig eth0 192.168.0.250 up
1106 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
1116 route del -net 192.168.0.0 dev eth0 netmask 255.255.255.0
1124 route add -host 192.168.0.4 dev eth0
1140 network device on the host. Normally, this is eth0, but if there is
1148 eth0=mcast
1157 UML1# ifconfig eth0 192.168.0.254
1164 UML2# ifconfig eth0 192.168.0.253
1227 For example, this argument will attach the UML's eth0 to the next
1232 eth0=tuntap,,,192.168.0.254
1330 arp -Ds 192.168.0.253 eth0 pub
1355 ifconfig eth0 0.0.0.0 promisc up
1404 brctl addif br0 eth0
1418 address of eth0, as eth0 no longer has its own IP.
1441 o Once the device is set up, run UML with 'eth0=tuntap,device name'
1442 (i.e. 'eth0=tuntap,tap0') on the command line (or do it with the
1487 eth0=ethertap,tap0,fe:fd:0:0:0:1,192.168.0.254
1492 attaches the UML eth0 device to the host /dev/tap0, assigns it the
1643 eth0=daemon
1648 will cause the eth0 driver to attach itself to the daemon correctly.
1678 machine, and its name inside UML will be 'umn', not 'eth0' or whatever
1716 The eth0 interface on UML should be set up with the IP 10.2.0.15,
1723 route add default dev eth0
1769 eth0=pcap,eth0,tcp
1771 eth1=pcap,eth0,!tcp
1775 will cause the UML eth0 to emit all tcp packets on the host eth0 and
1776 the UML eth1 to emit all non-tcp packets on the host eth0.
1821 host# arp -Ds 192.168.0.250 eth0 pub
3937 iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
3942 Replace eth0 with the interface that you use to talk to the rest of