mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 13:44:50 +08:00
9 lines
231 B
Text
9 lines
231 B
Text
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto networkAdapter
|
|
iface networkAdapter inet6 static
|
|
address ip6Addr
|
|
netmask ip6Mask
|
|
gateway ip6Gate
|
|
pre-up echo 0 > /proc/sys/net/ipv6/conf/networkAdapter/accept_ra
|