10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
# Configure Loopback
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet static
|
|
address 172.20.117.221
|
|
netmask 255.255.255.240
|
|
gateway 172.20.117.209
|