From c7f289e3955c29d43813aeee507bc435abc0f26e Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Mon, 8 Aug 2016 17:41:46 -0700 Subject: [PATCH] Increase DHCP timeout and retries Signed-off-by: Nathan LeClaire --- alpine/etc/network/interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/etc/network/interfaces b/alpine/etc/network/interfaces index fec093bbd..1899cbc0d 100644 --- a/alpine/etc/network/interfaces +++ b/alpine/etc/network/interfaces @@ -3,7 +3,7 @@ iface lo inet loopback auto eth0 iface eth0 inet dhcp - udhcpc_opts -T 1 -A 3 + udhcpc_opts -T 3 -A 3 -t 20 auto eth1 iface eth1 inet dhcp