> modprobe tun
> tunctl -t tap0 -u <your_user>
> ifconfig tap0 10.0.2.2 netmask 255.255.255.0
> iptables -t nat -A POSTROUTING -s 10.0.2.0/24 -o eth0 -j SNAT --to <your.IP>
> chmod 666 /dev/net/tun

This looks like a Routing, instead of Bridging.

-Alexey

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to