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