ajtsystems
IS-IT--Management
Hi,
I need to allow a range of RPC ports inbound to an internal address. I am familiar with the:
ip nat inside static and am using it with extended ACLs to allow single ports inbound, for example
ip nat inside source static tcp 192.168.100.1 5900 123.123.123.123 5900 extendable
I have been looking at teh syntax and have found a way to open all TCP ports but when I apply the fix I loose connection to the router as its remote.
It goes like this:
ip nat inside source static 10.14.25.15 213.186.145.13
with no port numbers
I have only a single IP address externally on the router.
Any help would be good, thanks
james
I need to allow a range of RPC ports inbound to an internal address. I am familiar with the:
ip nat inside static and am using it with extended ACLs to allow single ports inbound, for example
ip nat inside source static tcp 192.168.100.1 5900 123.123.123.123 5900 extendable
I have been looking at teh syntax and have found a way to open all TCP ports but when I apply the fix I loose connection to the router as its remote.
It goes like this:
ip nat inside source static 10.14.25.15 213.186.145.13
with no port numbers
I have only a single IP address externally on the router.
Any help would be good, thanks
james