Eu tive o mesmo problema, resolvido com o adaptador em ponte e a seguinte configuração:
/ etc / network / interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#auto eth0
#iface eth0 inet dhcp
auto eth0:1
iface eth0:1 inet static
address 192.168.0.250
netmask 255.255.255.0
gateway 192.168.0.1
Lembre-se de ativar o comando de reinicialização da rede:
reiniciar o serviço sudo
Por questão de integridade, localize abaixo minha ifconfig
output:
eth0 Link encap:Ethernet HWaddr **:**:**:**:**:**
inet addr:192.168.0.11 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: ****::***:****:****:****/** Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4156 errors:0 dropped:0 overruns:0 frame:0
TX packets:2755 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5214910 (5.2 MB) TX bytes:288520 (288.5 KB)
eth0:1 Link encap:Ethernet HWaddr **:**:**:**:**:**
inet addr:192.168.0.250 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4694 (4.6 KB) TX bytes:4694 (4.6 KB)
Testado com o servidor Ubuntu 13.10 x64 (Convidado) e Windows 8.1 (Host)