summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-11 04:15:35 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-11 04:15:35 +0000
commitf5fc3deb72273426ebbecd97c1cfedee682a4dea (patch)
tree2b866d0e40040a9c07c4d259f8320b9b45dc117e /usr/local/www/services_dhcp.php
parent1d9797ca4cc655d24d762f5b55d8e88a0b91d1b1 (diff)
downloadpfsense-f5fc3deb72273426ebbecd97c1cfedee682a4dea.zip
pfsense-f5fc3deb72273426ebbecd97c1cfedee682a4dea.tar.gz
touch up text
Ticket #1578
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index a8e37e0..3691ed1 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -467,14 +467,14 @@ function show_netboot_config() {
<td width="78%" class="vtable">
<input name="dns1" type="text" class="formfld unknown" id="dns1" size="20" value="<?=htmlspecialchars($pconfig['dns1']);?>"><br>
<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>"><br>
- NOTE: leave blank to use the system default DNS servers. This option is handy when your doing CARP+DHCP Failover, etc.
+ NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.
</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Gateway</td>
<td width="78%" class="vtable">
<input name="gateway" type="text" class="formfld host" id="gateway" size="20" value="<?=htmlspecialchars($pconfig['gateway']);?>"><br>
- The default is to use the IP of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.
+ The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud