17 lines
408 B
Plaintext
17 lines
408 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
|
|
# An example of an interface automatically started on boot with dhcp
|
|
#auto eth0
|
|
#iface eth0 inet dhcp
|
|
|
|
# Another example with a static IP and static route
|
|
#iface eth1 inet static
|
|
# address 192.168.0.202
|
|
# netmask 255.255.255.0
|
|
# gateway 192.168.0.1
|
|
# route 192.168.3.0 via 192.168.0.100
|
|
|
|
# This requests that all files in /etc/network.d be appended
|
|
source-directory network.d
|