PLANET Technology Corp. |
To show the configuration, use the list command:
admin# setup ip_share nat fixed list
Note: The maximum number of entries in the NAT fixed IP address mapping pool is 128.
To save your changes, enter:
admin# write
Another function provided by this GRT series NAT/PAT is the virtual server mapping. Specific ports on the WAN interface (e.g., WAN 1) are
admin# setup lan 1 attrib Virtual
admin# setup ip_share pat modify 1 interface 1 admin# setup ip_share pat modify 1 port 80
admin# setup ip_share pat modify 1 server 192.168.0.2 80 admin# setup ip_share pat modify 1 protocol TCP admin# setup ip_share pat modify 1 name httpd admin# setup ip_share pat modify 2 interface 1
admin# setup ip_share pat modify 2 port 25
admin# setup ip_share pat modify 2 server 192.168.0.3 25 admin# setup ip_share pat modify 2 protocol UDP admin# setup ip_share pat modify 2 name mail
To show the configuration, use the list command:
admin# setup ip_share pat list
Note: The maximum number of service mapping supported by GRT series is 10.
To save your changes, enter: