Here's what i did.

I created a virtual connection in Windows and set the IP for that 
connection to a static IP. I then created a bridge and added both my 
regular and the virtual connection to the bridge. On the guest OS, I set 
a static IP for the second adapter (which corresponds to the Virtual 
Adapter in windows).

It doesn't work.

Worse, when I bridge the connections, my windows OS loses connection to 
the network.

I know I am doing SOMETHING wrong but I can't seem to figure out what...

Sebastian Schnur wrote:
> Hi,
>
> you have to setup a TAP (Network Bridge) on your host-system to make the 
> guest able to reach your physical network.
>
> See http://www.windowsnetworking.com/articles_tutorials/wxpbrdge.html
>
> Then you only have to type in the name of the bridge into your HIF on 
> VirtualBox and the VBox will run integrated, I hope so. ;)
>
> Greetz
>
> Sebastian
>
> Menachem Bazian wrote:
>   
>> Hi All,
>>
>> I am having a problem with Host Interface Networking that has me 
>> stumped. I am not sure what I am doing wrong, especially when this has 
>> worked before. I am hoping another set of eyes will help.
>>
>> Here's the scenario. I have a machine with Win XP Pro. I want to have a 
>> virtual ubuntu 8.04 server running on it, primarily for the MySQL 
>> Server. That means my host has to be able to communicate with the guest OS.
>>
>> I created a virtual adapter and assigned it a static IP address in 
>> Windows (192.168.42.197). All I set for the adapter was the IP address 
>> and netmask (nothing else). I set the first VM interface to DHCP (that 
>> gets me the internet access) and the second is bound to the virtual 
>> adapter I just described. I then modified the interfaces file (after 
>> Ubuntu was installed, of course) as follows:
>>
>> auto eth1
>> iface eth1 inet static
>>     address 192.168.42.198
>>     netmask 255.255.255.0
>>
>>
>> I have disabled the windows firewall.
>>
>> I cannot ping from one machine to another. Am I missing something?
>>
>> Thanks in advance.
>>
>> _______________________________________________
>> vbox-users mailing list
>> [email protected]
>> http://vbox.innotek.de/mailman/listinfo/vbox-users
>>   
>>     
>
> _______________________________________________
> vbox-users mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-users
>
>
>   


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

Reply via email to