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
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
auto networkAdapter
|
||||
iface networkAdapter inet static
|
||||
address IPv4
|
||||
netmask MASK
|
||||
gateway GATE
|
||||
iface eth0 inet6 static
|
||||
iface networkAdapter inet6 static
|
||||
address ip6Addr
|
||||
netmask ip6Mask
|
||||
gateway ip6Gate
|
||||
|
|
Loading…
Reference in a new issue