summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-03 04:17:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-03 04:17:47 +0000
commit94e2459b145cd61529bb5193713d728883bffa07 (patch)
treef30cf26e6759be3f71323816ea375c28cd5c7202
parent8ea3c329710aa6630e1857539689fa13d19f8225 (diff)
downloadpfsense-94e2459b145cd61529bb5193713d728883bffa07.zip
pfsense-94e2459b145cd61529bb5193713d728883bffa07.tar.gz
Clarify DHCP server comment
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 5345e3e..c9b92ca 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -44,7 +44,7 @@ echo "\$config['interfaces']['optx']['wireless']['standard'] = \"11a\";\n";
echo "\$config['interfaces']['optx']['wireless']['mode'] = \"hostap\";\n";
echo "\$config['interfaces']['optx']['wireless']['channel'] = \"6\";\n";
-echo "\n/* to enable server */\n";
+echo "\n/* to enable dhcp server for an optx interface */\n";
echo "\$config['dhcpd']['optx']['enable'] = true;\n";
echo "\$config['dhcpd']['optx']['range']['from'] = \"192.168.31.100\";\n";
echo "\$config['dhcpd']['optx']['range']['to'] = \"192.168.31.150\";\n";
OpenPOWER on IntegriCloud