Na caixa virtual eu tenho 2 VMs que tem Xubuntu
em um e Ubuntu Server
no outro.
Eu selecionei 2 adaptadores nas configurações de rede 'NAT'
e 'Host-only Adapter'
.
Problema: O Xubuntu recebe corretamente 2 interfaces de rede, onde o servidor Ubuntu está recebendo apenas uma.
SO - > XUBUNTU
Settings -> Network
Adapter 1 -> NAT
Adapter 2 -> Host-only Adapter
Resultado:
eth0 : 10.0.2.15
eth1 : 192.168.56.102
SO - > Servidor Ubuntu
Settings -> Network
Adapter 1 -> NAT
Adapter 2 -> Host-only Adapter
Resultado:
eth0 : 10.0.2.15
Para o servidor Ubuntu eu não estou recebendo eth1 onde eu estou recebendo para o Xubuntu
> ifconfig eth1
eth1 Link encap:Ethernet HWaddr 08:00:27:92:ad:7f
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
/ etc / network / interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address: 192.168.56.102
broadcast: 192.168.56.255
netmask: 255.255.255.0
gateway: 0.0.0.0