Displaying 1 result from an estimated 1 matches for "vde_plug2tap".
2011 Mar 27
4
ipconfig problem if multiple devices are up
...ng for the following step the vde2 software as it runs as a
normal user, but you can do it manually (create a bridge, add tap{0,1}
to that bridge, give the bridge a ip address, start a dhcp server)
,----
| # start a switch
| vde_switch -s /tmp/switch -d
| # connect the tap devices to the switch
| vde_plug2tap -s /tmp/switch tap0 -d
| vde_plug2tap -s /tmp/switch tap1 -d
| # create a dhcp server
| slirpvde -s /tmp/switch -dhcp
| # start the devices
| sudo ifconfig tap0 up
| sudo ifconfig tap1 up
`----
Now you can test everything:
sudo ipconfig -t 10 tap0
IP-Config: no response after 5 secs - giving up
s...