Update ipv4_ipv6_static_interfaces

This commit is contained in:
Molly Lau 2023-08-23 18:38:25 +09:00 committed by GitHub
parent 1945f35a5a
commit 2dfbd198d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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