9 lines
150 B
INI
9 lines
150 B
INI
auto lo
|
|
iface lo inet loopback
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
hostname $(hostname)
|
|
#address 192.168.9.100
|
|
#netmask 255.255.255.0
|
|
#gateway 192.168.9.1
|