mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
dhcpdv4, better explain the relation between the gateway setting and the configured gateways. This question popups now and then. closes https://github.com/opnsense/core/issues/3509
This commit is contained in:
parent
a714c22060
commit
a79bb94cb7
@ -789,7 +789,8 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="gateway" type="text" class="form-control host" value="<?=$pconfig['gateway'];?>" />
|
||||
<div class="hidden" data-for="help_for_gateway">
|
||||
<?=gettext('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. Type "none" for no gateway assignment.');?>
|
||||
<?=gettext('The default is to use the IP on this interface of the firewall as the gateway, if a valid (online) gateway has been configured under System->Gateways. '.
|
||||
'Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.');?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user