Search found 3 matches

by mike1777
27. May 2014, 00:09
Forum: VirtualBox on Windows Hosts
Topic: Host-only adapter kills wireless adapter.
Replies: 6
Views: 2466

Re: Host-only adapter kills wireless adapter.

same here. I have had this problem for a while. This might help, didn't do it for me. But it could be I have a heavily locked down machine. Any one else had any suggestions?

http://levynewsnetwork.wordpress.com/20 ... on-choice/

Mike
by mike1777
2. Jul 2010, 21:57
Forum: Linux Guests
Topic: ip forwarding/routing in guest with NAT
Replies: 2
Views: 2029

Re: ip forwarding/routing in guest with NAT

O.K. So I was not delusional after all. The configuration I described in the original post did work under vbox 2.x. But not under 3.x. See this bug report for more details. http://www.virtualbox.org/ticket/5028 The trick to get it work again is sysctl -w net.ipv4.conf.all.proxy_arp=1 I'd appreciate ...
by mike1777
2. Jul 2010, 18:25
Forum: Linux Guests
Topic: ip forwarding/routing in guest with NAT
Replies: 2
Views: 2029

ip forwarding/routing in guest with NAT

Hi, Here is my configuration: vbox 3.2.6 (latest) on Windows XP with TWO ubuntu guests u10 and u8. u8 has one single host-only network interface u10 has 2 network interface, 1 host-only network interface and a NAT interface on u8, I added a default gateway, so that all traffic will be route via u10 ...