-
- =gettext("Note:"); ?>
-
-
- =gettext("Depending on the way your WAN connection is setup, you may also need a"); ?>
- =gettext("Virtual IP."); ?>
- =gettext("If you add a 1:1 NAT entry for any of the interface IPs on this system, " .
- "it will make this system inaccessible on that IP address. i.e. if " .
- "you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " .
- "using the WAN IP address will no longer function."); ?>
-
+ =gettext("If you add a 1:1 NAT entry for any of the interface IPs on this system, " .
+ "it will make this system inaccessible on that IP address. i.e. if " .
+ "you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " .
+ "using the WAN IP address will no longer function."); ?>
-
- =gettext("Hint:");?>
-
-
=gettext("Rules are evaluated on a first-match basis (i.e. " .
"the action of the first rule to match a packet will be executed). " .
diff --git a/src/www/interfaces_bridge.php b/src/www/interfaces_bridge.php
index c280f97cc..fd87a7127 100644
--- a/src/www/interfaces_bridge.php
+++ b/src/www/interfaces_bridge.php
@@ -166,10 +166,6 @@ $main_buttons = array(
-
- =gettext("Note:"); ?>
- =gettext("Here you can configure bridging of interfaces."); ?>
-
+ =sprintf(
+ gettext(
+ 'If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker ' .
+ 'on a WAN with a dynamic IP, you may want to add a %sHE.net Tunnelbroker dynamic DNS entry%s ' .
+ 'to keep your tunnel functional when your IP changes.'
+ ),
+ '',
+ ''
+ ); ?>
+
- =sprintf(
- gettext(
- 'If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker ' .
- 'on a WAN with a dynamic IP, you may want to add a %sHE.net Tunnelbroker dynamic DNS entry%s ' .
- 'to keep your tunnel functional when your IP changes.'
- ),
- '',
- ''
- ); ?>
-
+ =gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>
+
+
-
-
- =gettext("Note:");?>
- =gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>
-
+ =gettext("LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>
+
+
-
-
- =gettext("Note:"); ?>
- =gettext("LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>
-
+ = gettext("Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems.");?>
+
+
-
-
- =gettext("Note:");?>
- = gettext("Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems.");?>
-
+ = gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems.");?>
+
+
-
-
- =gettext("Note:");?>
- = gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems.");?>
-
+ =gettext("Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?>
+
+
-
-
- =gettext("Note");?>:
- =gettext("Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?>
-
+ = sprintf(gettext("If the DNS forwarder is enabled, the DHCP".
+ " service (if enabled) will automatically serve the LAN IP".
+ " address as a DNS server to DHCP clients so they will use".
+ " the forwarder. The DNS forwarder will use the DNS servers".
+ " entered in %sSystem: General setup%s".
+ " or those obtained via DHCP or PPP on WAN if the "Allow".
+ " DNS server list to be overridden by DHCP/PPP on WAN"".
+ " is checked. If you don't use that option (or if you use".
+ " a static IP address on WAN), you must manually specify at".
+ " least one DNS server on the %sSystem: General setup%s page."),
+ '','','','');?>
+
=gettext("Note:");?>
- =gettext("IP addresses appearing in green are up to date with Dynamic DNS provider.");?>
- =gettext("You can force an update for an IP address on the edit page for that service.");?>
+ =gettext("You can force an update for an IP address on the edit page for that service.");?>
=gettext("Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.");?>
-
diff --git a/src/www/services_unbound.php b/src/www/services_unbound.php
index 5b8ad963b..f2289417d 100644
--- a/src/www/services_unbound.php
+++ b/src/www/services_unbound.php
@@ -263,25 +263,26 @@ function show_advanced_dns() {
-
+
+
" />
+
+
+ = sprintf(gettext("If the DNS Resolver is enabled, the DHCP".
+ " service (if enabled) will automatically serve the LAN IP".
+ " address as a DNS server to DHCP clients so they will use".
+ " the DNS Resolver. If Forwarding, is enabled, the DNS Resolver will use the DNS servers".
+ " entered in %sSystem: General setup%s".
+ " or those obtained via DHCP or PPP on WAN if the "Allow".
+ " DNS server list to be overridden by DHCP/PPP on WAN"".
+ " is checked."),'','');?>
+