mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
Update ipv6_static_interfaces
This commit is contained in:
parent
c4185a5a45
commit
66cd768cbd
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
iface eth0 inet6 static
|
||||
auto networkAdapter
|
||||
iface networkAdapter inet dhcp
|
||||
iface networkAdapter inet6 static
|
||||
address ip6Addr
|
||||
netmask ip6Mask
|
||||
gateway ip6Gate
|
||||
|
|
Loading…
Reference in a new issue