summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-12 13:43:16 +0000
committerErmal <eri@pfsense.org>2010-03-12 13:43:16 +0000
commit5217b018347e10a171c914593050a3f1bc66d9d8 (patch)
tree1ccdef97c061ab04111531ba3607c0617d3dfc7b /etc
parent69677d62c5a80e66a6497ed02d0133a84ced0433 (diff)
downloadpfsense-5217b018347e10a171c914593050a3f1bc66d9d8.zip
pfsense-5217b018347e10a171c914593050a3f1bc66d9d8.tar.gz
Disable incoming pppoe requests.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud