summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-19 17:34:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-19 17:34:44 +0000
commit45449ae01bc34f52f20ffb70113970fa414577f9 (patch)
treec5c24d3008aa73ffd3583ce2abf8ba3f857f276a /etc/inc/vpn.inc
parentb7c3f79c8d848bcd05cf2c35457d15cebc65cfbc (diff)
downloadpfsense-45449ae01bc34f52f20ffb70113970fa414577f9.zip
pfsense-45449ae01bc34f52f20ffb70113970fa414577f9.tar.gz
* Use 0.0.0.0/0 so radius can allocate ips
* Do not set link mtu twice
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index c6a7a09..d460b16 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -875,7 +875,7 @@ EOD;
pppoe{$i}:
new -i {$ngif} pppoe{$i} pppoe{$i}
- set ipcp ranges {$pppoecfg['localip']}/32 {$clientip}/32
+ set ipcp ranges {$pppoecfg['localip']}/32 0.0.0.0/0
load pppoe_standart
EOD;
@@ -897,7 +897,6 @@ pppoe_standart:
set iface disable proxy-arp
set iface enable tcpmssfix
set iface mtu 1500
- set link mtu 1500
set link no pap chap
set link enable chap
set link keep-alive 60 180
OpenPOWER on IntegriCloud