diff --git a/Linux_reinstall/Alpine/network/ipv4_ipv6_static_interfaces b/Linux_reinstall/Alpine/network/ipv4_ipv6_static_interfaces index ecfa74b..c532ecd 100644 --- a/Linux_reinstall/Alpine/network/ipv4_ipv6_static_interfaces +++ b/Linux_reinstall/Alpine/network/ipv4_ipv6_static_interfaces @@ -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