From 2dfbd198d8f14b86533b3614fb245b5bb42e30e3 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Wed, 23 Aug 2023 18:38:25 +0900 Subject: [PATCH] Update ipv4_ipv6_static_interfaces --- Linux_reinstall/Alpine/network/ipv4_ipv6_static_interfaces | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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