On Wednesday 31 October 2007, Ingo Höft wrote:
> I set up a NAT conncetion how it's described in the User Manual, start
> the VM and NAT doesn't work. I've never seen a NAT connection with
> VirtualBox 1.5.2. Till now I thought it was my fault. But I'm not the
> only one having this problem.
> http://forums.virtualbox.org/viewtopic.php?t=2501
> I will now downgrade to Version 1.5.0 and look if it works.

As should be clear from my mail, NAT networking works perfectly for me in 
1.5.2 and has done so ever since the first version I tried (1.4.something).

Your problem could be that you do not have forwarding enabled for your 
host's network interface. Check the output of:
$ cat /proc/sys/net/ipv4/conf/eth0/forwarding

This should return "1". If it gives "0", log in as root (or use sudo -s) 
and:
# echo 1 >/proc/sys/net/ipv4/conf/eth0/forwarding

See if NAT networking works after that.

Cheers,
FJP

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to