Without getting into the why, the default of 20 seconds is too short for my needs. I need to bump this to 60 sec.
utm:/root # cat /var/sec/chroot-dhcpc/etc/eth4.conf
interface "eth4" {
timeout 20;
retry 60;
script "/usr/sbin/dhcp_updown.plx";
request subnet-mask, broadcast-address, time-offset,
routers, domain-name, domain-name-servers, host-name,
domain-search, nis-domain, nis-servers,
ntp-servers, interface-mtu;
}
How can this be done so it survives reboots? For now I have another cronjob that runs 2 min after boot and every hour to check and adjust the timeout value if needed. This seems kludgy and adds another layer or complication. Didn't find anywhere to configure this in the UI. Is there another script to edit?
This thread was automatically locked due to age.