diff options
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 290a19c..7302a34 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -143,7 +143,8 @@ verbose=1 username=ifname #password=username lease-time=600 -renew-time=300 +#renew-time=300 +#rebind-time=525 max-lease-time=3600 #unit-cache=1000 #l4-redirect-table=4 @@ -166,6 +167,8 @@ start=dhcpv4 #attr-dhcp-router-ip=DHCP-Router-IP-Address #attr-dhcp-mask=DHCP-Mask #attr-dhcp-lease-time=DHCP-Lease-Time +#attr-dhcp-renew-time=DHCP-Renewal-Time +#attr-dhcp-rebind-time=DHCP-Rebinding-Time #attr-dhcp-opt82=DHCP-Option82 #attr-dhcp-opt82-remote-id=DHCP-Agent-Remote-Id #attr-dhcp-opt82-circuit-id=DHCP-Agent-Circuit-Id |