I am running ubuntu 10.10 and windows xp in a emulator (aqemu ). My router and all computers on my network has an ip like this 192.168.1.1-255. When i run ipconfig in my windows xp computer I get ip: 10.0.2.15. Clearly the computer isn't connected to the router, but to my ubuntu box. Is it possible to run the virtual host so it connects to the my router at 192.168.1.1 and get Internet connection from there, so the windows computer acts like a remote host (on my local network).

In aqemu I have one network card to choose from. I can select connection mode: Use the user mode network stack (what I have selected now), open a TUN/TAP interface, Use an already open TUN/TAP interface, open a listening TCP socket, use an already open tcp socket, connect to a listing tcp socket,create shared VLAN via UDP multicast socket, use an already open UDP multicast socket

I also have the same situation when I run a virtual machin with virtualBox. here I can select: NAT, Bridged adapter, internal network or host-only adapter

I can also have to type in ip address, mac address, vlan and port options deepening on my selection listed above.

link|improve this question

I think this option is called bridged networking – Marek Sebera Mar 25 '11 at 13:52
If the answers Marek links to don't help you, consider asking this on Super User – Shog9 Mar 25 '11 at 17:23
feedback

closed as off topic by Paul R, David, David Brown, Shog9 Mar 25 '11 at 17:22

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.