1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 - VBox NAT
allow-hotplug eth0
iface eth0 inet dhcp



# Other interfaces...
allow-hotplug eth1
iface eth1 inet dhcp

#allow-hotplug eth2
#iface eth2 inet dhcp

allow-hotplug eth3
iface eth3 inet dhcp

/etc/network/interfaces (END)