mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
10 lines
222 B
Text
10 lines
222 B
Text
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
iface eth0 inet6 static
|
|
address ip6Addr
|
|
netmask ip6Mask
|
|
gateway ip6Gate
|
|
pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra
|