summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-27 07:07:48 +0000
committerErmal <eri@pfsense.org>2010-03-27 07:07:48 +0000
commitf11237659b33293f8efdfc561293bef61826c1ea (patch)
tree975603a1a72310d77cde95dc04f416426ac86477 /etc/inc/interfaces.inc
parentb13efb0303c3cb817fc522ce8e39542982f2621d (diff)
downloadpfsense-f11237659b33293f8efdfc561293bef61826c1ea.zip
pfsense-f11237659b33293f8efdfc561293bef61826c1ea.tar.gz
Ticket #447. Allow multiple innstances to be run.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index d36001d..0d8972e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -924,11 +924,11 @@ startup:
set user admin pfsense admin
set user user pfsense
# configure the console
- set console self 127.0.0.1 5005
+ set console self 127.0.0.1 500{$pppid}
set console open
# configure the web server
set web close
- #set web self 0.0.0.0 5006
+ #set web self 127.0.0.1 550{$pppid}
#set web open
EOD;
OpenPOWER on IntegriCloud