Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

port forwarding on 2600 router

Status
Not open for further replies.
Sep 29, 2008
105
0
0
CA
Hi,

does anyone know what would cause a port forward not to work from a nat'd ip. I am simply putting a statement such as

"ip nat inside source static tcp <internal ip> 1234 <external public nat'd ip> 1234 extendable"

When i do a show ip nat translation I see the port being forwarded as a different port to the internal ip address.

any help is much appreciated. Thanks.
 
can you please post your results here so we can see..

and also config :D

technically it shouldn't be happening..
also you dont need the extendable command there unless you are creating multiple nats to the same global/or local address..


We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
 
The below is what i'm getting:

tcp <correct 1 public nat'd ip>:9619 <correct internal ip>:5678 <correct destination public ip>:32885 <same destination public ip as previous ip in this line>:32885
tcp <correct 1 public nat'd ip>:9620 <correct internal ip>:5678 <correct destination public ip>:32885 <same destination public ip as previous ip in this line>:32885
tcp <correct 1 public nat'd ip>:9621 <correct internal ip>:5678 <correct destination public ip>:32885 <same destination public ip as previous ip in this line>:32885
tcp <correct 1 public nat'd ip>:9623 <correct internal ip>:5678 <correct destination public ip>:32885 <same destination public ip as previous ip in this line>:32885
tcp <correct 1 public nat'd ip>:9625 <correct internal ip>:5678 <correct destination public ip>:33005 <same destination public ip as previous ip in this line>:33005
tcp <correct 1 public nat'd ip>:9626 <correct internal ip>:5678 <correct destination public ip>:33005 <same destination public ip as previous ip in this line>:33005
tcp <correct 1 public nat'd ip>:9627 <correct internal ip>:5678 <correct destination public ip>:33005 <same destination public ip as previous ip in this line>:33005
 
ip nat inside source tcp x.x.x.x 1234 int (outside interface) overload

not extendable...overload

ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top