On Monday 21 August 2006 08:38, fei huang wrote: > did I miss something? or the guide is just incomplete?
I see you are directly connecting the real host to the virtual host using tuntap (eg, you don't use uml_switch). You probably need to enable forwarding (and possibly masquerading) on the real box: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward The guide DOES mention this, in the section "using an existing network". HTH -- gentoo-user@gentoo.org mailing list