Enterasys Networks ANG-1000 User Manual
Page 49

Aurorean Network Gateway-1000 User’s Guide
37
Chapter 3
Configuring the ANG-1000 with Aurorean Web Config
Refer to the table below for a sample IP port forwarding configuration:
The above sample configuration performs the following tasks:
H Clears the IP port forwarding table
H Maps telnet (TCP port 23) from the VPN address (10.120.50.215) to
port 23 on the internal server 192.168.0.1
H Maps FTP from the VPN address to the same 192.168.0.1 server
H Maps X windows (TCP port 6000) to a different server, 192.168.0.2
Example
ipportfw -C
ipportfw -A -t10.120.50.215/23 -R 192.168.0.1/23
ipportfw -A -t10.120.50.215/21 -R 192.168.0.1/21
ipportfw -A -t10.120.50.215/6000 -R 192.168.0.2/6000