16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
# Configure Loopback
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
iface eth0 inet6 static
|
|
address 2001:7c0:409:8e78::117:221
|
|
netmask 64
|
|
|
|
#auto eth0
|
|
#iface eth0 inet static
|
|
# address 172.20.117.221
|
|
# netmask 255.255.255.240
|
|
# gateway 172.20.117.209
|