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