cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
291
Views
0
Helpful
1
Replies

Port NAT questions/problems?

jtc1
Level 1
Level 1

I am trying to use a Cisco 3660 to NAT from our network to a Windows 2000 Server running Citrix MetaFrame. The network is 192.168.0.0, and the Server side is 10.1.100.0. Our server which is running IIS 5.0 as its web server is listening on port 80, while the Citrix application is listening on port 8080 and 1494. We can see the web pages on the server, therefore, verifying that port 80 is open on the router. However, we cannot pass the Citrix clients through.

I tried using "ip nat inside source static tcp 10.1.100.100 8080 192.168.0.100 80", however, it blocked the web services that were listening on port 80.

Is there a method to see what ports are open on each interface of the router (something like netstat -a) ? What ports are open by default? Can I set set the router to allow all of the required ports to pass packets? Any suggestions would be greatly appreaciated.

Thanks

1 Reply 1

thisisshanky
Level 11
Level 11

ip nat inside source static tcp 10.1.100.100 8080 192.168.0.100 80

Shouldnt you be translating only the address from 10.1.100.100 to 192.168.0.100 and leave the port 8080 as it is.... Since port 1494 is also used by Citrix, you should translate even port 1494, to the NAT ip address 192.168.0.100

So this should look like

ip nat inside source static tcp 10.1.100.100 8080 192.168.0.100 8080

ip nat inside source static tcp 10.1.100.100 1494 192.168.0.100 1494

Hope that helps.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus