> Let sit (change NOTHING) for 5 minutes
>
> host can talk to guest
> guest can not talk to the internet
>
> What kind of whacko stuff is that?

It might be interesting to try proxy arp on the host like:
    arp -i eth1 -Ds 192.168.1.50 eth1 pub
which I think says if the host sees an ARP request for
192.168.1.50, it will reply saying the destination ethernet
address should be whatever is the ethernet address of eth1.
Show or delete that entry using
    arp -n -i eth1
and
    arp -n -i eth1 -d 192.168.1.50

This would be a workaround, not a solution.


Larry

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

Reply via email to