From 5217b018347e10a171c914593050a3f1bc66d9d8 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 12 Mar 2010 13:43:16 +0000 Subject: Disable incoming pppoe requests. --- etc/inc/interfaces.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 7dd1ef6..f2adafb 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2092,6 +2092,7 @@ EOD; set ipcp yes vjcomp set ipcp ranges 0.0.0.0/0 0.0.0.0/0 create link static {$interface}L1 pppoe + set link disable incoming set link action bundle {$interface} set auth authname "{$wancfg['pppoe_username']}" set auth password "{$wancfg['pppoe_password']}" @@ -2249,6 +2250,7 @@ EOD; set auth authname "{$wancfg['pptp_username']}" set auth password "{$wancfg['pptp_password']}" set bundle no noretry + set link disable incoming set link keep-alive 10 60 set link max-redial 0 set link no acfcomp protocomp -- cgit v1.1