Increase DHCP timeout and retries

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2016-08-08 17:41:46 -07:00
parent 47c41dc02b
commit c7f289e395

View File

@ -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