Ho appena installato l'ultimo Ubuntu 16.04
su una VirtualBox
macchina. Vorrei avere due diverse interfacce di rete:
- il primo ad accedere alla macchina ospite dall'host usando ssh; per questo motivo, ho installato
Host-only Adapter
come adattatore 1 - il secondo per essere in grado di connettersi a Internet dal computer host, quindi ho installato un base
NAT
come adattatore 2
Tuttavia, anche se entrambe le schede di rete sono identificate correttamente, è accessibile solo la prima.
$ ls /sys/class/net/
enp0s3 enp0s8 lo
$ ifconfig
enp0s3 Link encap:Ethernet HWaddr 08:00:27:47:52:7b
inet addr:192.168.56.101 Bcast:192.168.56.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe47:527b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:399 errors:0 dropped:0 overruns:0 frame:0
TX packets:246 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44031 (44.0 KB) TX bytes:75269 (75.2 KB)
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:92 errors:0 dropped:0 overruns:0 frame:0
TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:40721 (40.7 KB) TX bytes:40721 (40.7 KB)
Come posso fare in modo che il sistema riconosca anche la seconda carta?