summaryrefslogtreecommitdiff
path: root/templates-cfg/nat
diff options
context:
space:
mode:
Diffstat (limited to 'templates-cfg/nat')
-rw-r--r--templates-cfg/nat/destination/rule/node.tag/translation/address/node.def2
-rw-r--r--templates-cfg/nat/destination/rule/node.tag/translation/port/node.def2
-rw-r--r--templates-cfg/nat/source/rule/node.tag/translation/address/node.def4
-rw-r--r--templates-cfg/nat/source/rule/node.tag/translation/port/node.def2
4 files changed, 5 insertions, 5 deletions
diff --git a/templates-cfg/nat/destination/rule/node.tag/translation/address/node.def b/templates-cfg/nat/destination/rule/node.tag/translation/address/node.def
index a00b483..7847d66 100644
--- a/templates-cfg/nat/destination/rule/node.tag/translation/address/node.def
+++ b/templates-cfg/nat/destination/rule/node.tag/translation/address/node.def
@@ -1,6 +1,6 @@
type: txt
-help: Inside IP address or range for NAT
+help: Translated IP address or range
val_help: ipv4 ; NAT to the specified IP address
val_help: ipv4range ; NAT to the specified IP range
diff --git a/templates-cfg/nat/destination/rule/node.tag/translation/port/node.def b/templates-cfg/nat/destination/rule/node.tag/translation/port/node.def
index ab6f9d4..c34b61e 100644
--- a/templates-cfg/nat/destination/rule/node.tag/translation/port/node.def
+++ b/templates-cfg/nat/destination/rule/node.tag/translation/port/node.def
@@ -1,6 +1,6 @@
type: txt
-help: Inside port
+help: Translated TCP/UDP port
val_help: u32:1-65535 ; Numbered port
val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005)
diff --git a/templates-cfg/nat/source/rule/node.tag/translation/address/node.def b/templates-cfg/nat/source/rule/node.tag/translation/address/node.def
index 24bf89c..b561648 100644
--- a/templates-cfg/nat/source/rule/node.tag/translation/address/node.def
+++ b/templates-cfg/nat/source/rule/node.tag/translation/address/node.def
@@ -1,8 +1,8 @@
type: txt
-help: Outside IP address or range for NAT
+help: Translated IP address or range
val_help: ipv4 ; NAT to the specified IP address
val_help: ipv4range ; NAT to the specified IP range
val_help: ipv4net ; NAT to the specified network address. Host part of the address will remain unchanged
-val_help: masquerade ; NAT to the primary address of outbound-interface \ No newline at end of file
+val_help: masquerade ; NAT to the primary address of outbound-interface
diff --git a/templates-cfg/nat/source/rule/node.tag/translation/port/node.def b/templates-cfg/nat/source/rule/node.tag/translation/port/node.def
index 8e3b331..8a3c30f 100644
--- a/templates-cfg/nat/source/rule/node.tag/translation/port/node.def
+++ b/templates-cfg/nat/source/rule/node.tag/translation/port/node.def
@@ -1,6 +1,6 @@
type: txt
-help: Outside port
+help: Translated TCP/UDP port
val_help: u32:1-65535 ; Numbered port
val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005)