|
Port Mapping is used when a computer with a private address needs to be accessed remotely.
Access to the computer is allowed only on the ports that are specifically configured.
Adding and Deleting Port Mapping
The IP Address of the computer that is being mapped to must be a static private address.
FlowPoint
|
| Add one port |
system addserver IPAddress protocol port# |
| Delete one port |
system delserver IPAddress protocol port# |
| Forward all ports of one protocol |
system addserver IPAddress protocol 0 |
| Delete all forwarding for one protocol |
system delserver IPAddress protocol 0 |
| IPAddress: |
address of the computer you are mapping the service to |
| port#: |
port you are mapping |
| protocol: |
protocol you are mapping |
|
Here are some common port numbers:
| Service |
Protocol |
Port |
| POP |
TCP |
110 |
| SMTP |
TCP |
25 |
| FTP |
TCP
TCP |
20
21 |
| Telnet |
TCP |
23 |
| HTTP |
TCP |
80 |
| Microsoft RDP |
TCP |
3389 |
| pcAnywhere |
TCP
TCP
UDP
UDP |
65301
5631
22
5632 |
Commands to let PPTP (Microsoft VPN) pass through the FlowPoint router
Only a single PPTP client can function from behind NAT. Multiple clients are not supported.
system addserver IPAddress tcp 1723
system addserver IPAddress 47 0
If you get a failed to add server error, it may be due to the ports already
being configured for a different IP address. The old config can be removed by:
system delserver IPAddress tcp 1723
system delserver IPAddress 47 0
|