Hi All,

Recently I upgraded my Ubuntu 8.04 to Ubuntu 8.10 and now I m facing broblem
with host interface configurations. 
I found follwing script from https://help.ubuntu.com/community/VirtualBox and it
works me fine with Ubuntu 8.04.
But now it gives an error saying "tunctl: command not found" although I
installed "bridge-utils" package correctly. 
Is there any other packages to be install to enable Host Interface networking
with VirtualBox. 
(NAT networking working without any problem... )

bridgeUP Script:
sudo tunctl -t tap1 -u indika
sudo chown root.vboxusers /dev/net/tun
sudo chmod g+rw /dev/net/tun
sudo brctl addbr br0
sudo ifconfig eth0 0.0.0.0 promisc
sudo brctl addif br0 eth0
sudo ifconfig br0 192.168.0.212 netmask 255.255.0.0
sudo route add default gw 192.168.0.170 br0
sudo brctl addif br0 tap1
sudo ifconfig tap1 up


Can any one help me this situation...

Thanx and Regards,
Indika.



_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to