diff --git a/Linux_reinstall/Alpine/network/ipv6_static_interfaces b/Linux_reinstall/Alpine/network/ipv6_static_interfaces index 1079d1f..4188e08 100644 --- a/Linux_reinstall/Alpine/network/ipv6_static_interfaces +++ b/Linux_reinstall/Alpine/network/ipv6_static_interfaces @@ -1,9 +1,9 @@ auto lo iface lo inet loopback -auto eth0 -iface eth0 inet dhcp -iface eth0 inet6 static +auto networkAdapter +iface networkAdapter inet dhcp +iface networkAdapter inet6 static address ip6Addr netmask ip6Mask gateway ip6Gate