diff --git a/Linux_reinstall/Alpine/network/ipv4_static_interfaces b/Linux_reinstall/Alpine/network/ipv4_static_interfaces new file mode 100644 index 0000000..004a495 --- /dev/null +++ b/Linux_reinstall/Alpine/network/ipv4_static_interfaces @@ -0,0 +1,8 @@ +auto lo +iface lo inet loopback + +iface eth0 inet static + address IPv4 + netmask MASK + gateway GATE +iface eth0 inet6 auto