diff --git a/alpine/etc/network/interfaces b/alpine/etc/network/interfaces index 22229ad74..79c0fa716 100644 --- a/alpine/etc/network/interfaces +++ b/alpine/etc/network/interfaces @@ -4,3 +4,7 @@ iface lo inet loopback auto eth0 iface eth0 inet dhcp udhcpc_opts -T 1 -A 3 + +auto eth1 +iface eth1 inet dhcp + udhcpc_opts -T 1 -A 3