Code: Select all
tunctl -d tap0
tunctl -b
brctl addifbr0 tap0
Here is my /etc/conf.d/net
Code: Select all
config_br0="dhcp"
bridge_br0="dhcp"
config_tap0="dhcp"
Code: Select all
tunctl -d tap0
tunctl -b
brctl addifbr0 tap0
Code: Select all
config_br0="dhcp"
bridge_br0="dhcp"
config_tap0="dhcp"

Code: Select all
tuntap_tap0="tap"
config_tap0="null"
config_eth0="null"
rc_need_br0="net.tap0 net.eth0"
bridge_br0="eth0 tap0"
config_br0="dhcp"
brctl_br0="setfd 0
sethello 0"