Changes between Version 2 and Version 3 of Internal/SharedNAT
- Timestamp:
- Jul 28, 2014 5:53:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SharedNAT
v2 v3 80 80 81 81 {{{ 82 tb-allow-external $node shared nat "192.154.6.22/udp/13 192.154.6.21/25 128.32.112.228" rdr "22 mywebserver/80 othernode/udp/13"82 tb-allow-external $node shared nat "192.154.6.22/udp/13 192.154.6.21/25 128.32.112.228" rdr "22 web/80 othernode/udp/13" 83 83 }}} 84 84 … … 86 86 to the SMTP port on 192.154.6.21 and to any TCP port on 128.32.112.228. hosts on the internet can also connect to an address and 87 87 port and protocol which will be listed on the experiment page, and variously forward to the SSH port on the node named "node", 88 the SMTP port on the experiment node named "mywebserver" and to the daytime UDP port on the experiment host called "othernode".88 the HTTP port on the experiment node named "web" and to the daytime UDP port on the experiment host called "othernode". 89 89 90 90