summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-28 18:40:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-28 18:40:45 +0000
commit76e89143b884588156d42cb945fc4e951d4f0b99 (patch)
treec4475d3492ea8c40b4eb03ff6a11e486f3f56cbd /etc
parentcc869478c7a3213ba6848cab92edc880433317f8 (diff)
downloadpfsense-76e89143b884588156d42cb945fc4e951d4f0b99.zip
pfsense-76e89143b884588156d42cb945fc4e951d4f0b99.tar.gz
revert pptp server back to 16 addresses until we can deterimine why the out of resources (tuning) message appeared for Joerg.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 56254f7..904194e 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -47,8 +47,8 @@ $g = array(
"xml_rootobj" => "pfsense",
"xml_pkg_rootobj" => "pfSense_pkgs",
"pppoe_interface" => "ng0",
- "n_pptp_units" => 128,
- "pptp_subnet" => 25,
+ "n_pptp_units" => 16,
+ "pptp_subnet" => 28,
"debug" => false,
"latest_config" => "1.4",
"nopccard_platforms" => array("wrap", "net48xx"),
OpenPOWER on IntegriCloud