mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
9 lines
150 B
Text
9 lines
150 B
Text
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet static
|
|
address IPv4
|
|
netmask MASK
|
|
gateway GATE
|
|
iface eth0 inet6 auto
|