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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

porto fowarding Removing

Status
Not open for further replies.

malta72

Technical User
Jun 26, 2006
28
MT
Hello I have this in my router cli, I need to remove this port forwarding
From the box what I need to do
ip nat inside source static tcp 192.168.1.5 113 interface Dialer0 113
ip nat inside source static tcp 192.168.1.5 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.2 80 interface Dialer0 80
ip nat inside source static tcp 192.168.1.2 110 interface Dialer0 110
ip nat inside source static tcp 192.168.1.2 25 interface Dialer0 25
ip nat inside source static tcp 192.168.1.5 1024 interface Dialer0 1024
ip nat inside source static tcp 192.168.1.5 5000 interface Dialer0 5000


some can help me
 
put no in front of each of those commands and enter them back into the cli.

no ip nat inside source static tcp 192.168.1.5 113 interface Dialer0 113
no ip nat inside source static tcp 192.168.1.5 21 interface Dialer0 21
no ip nat inside source static tcp 192.168.1.2 80 interface Dialer0 80
no ip nat inside source static tcp 192.168.1.2 110 interface Dialer0 110
no ip nat inside source static tcp 192.168.1.2 25 interface Dialer0 25
no ip nat inside source static tcp 192.168.1.5 1024 interface Dialer0 1024
no ip nat inside source static tcp 192.168.1.5 5000 interface Dialer0 5000

Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Hi Supergrrover

Thanks for your replay,


please if you can help me in this


i need to do port fowarding on ip 192.168.1.3

port rage 1024-5000

can you help me to do it please

Regards
David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top