Connect the console of F 1000-T200 or log in to the command line interface of the device through protocols such as Telnet and SSH.
Enter privileged mode, enter the enable command and enter the administrator password.
Enter global configuration mode and enter the configure command.
Select the interface for port forwarding. For example, suppose you want to forward 10.0. 1: 80 to192.168.1:8080, and the interface is ge1/60.
Gigabit Ethernet interface1/01
Ip address10.0.0.1255.255.0.
Nat enable
Nat server protocol tcp global192.168.1.1www internal 8080.
To set up port forwarding on H3C Seapath F 1000-T200, you can follow the following steps:
Connect the console of F 1000-T200 or log in to the command line interface of the device through protocols such as Telnet and SSH.
Enter privileged mode, enter the enable command and enter the administrator password.
Enter global configuration mode and enter the configure command.
Select the interface for port forwarding. For example, suppose you want to forward 10.0. 1: 80 to192.168.1:8080, and the interface is ge1/60.
KotlinCopy code interface Gigabit Ethernet1/0/1
When the ip address10.0.01255.255.0 is enabled.
Nat server protocol tcp global192.168.1.1www internal 8080.
The nat server command is used to configure the port forwarding rules. The global parameter is the public network IP address (or external network interface), the internal parameter is the internal network IP address, the www parameter is the forwarding service type, the tcp parameter is the TCP protocol, and the 8080 parameter is the port number of the internal server.
5. Save the configuration, enter the exit command to return to the previous configuration mode, enter the write command to save the configuration and exit.
Because the model and software version of the equipment are different, it is slightly different. You can have a look and have a try. It's basically the same. I hope I can help you so much.