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

Command to open a port on router

Status
Not open for further replies.

callistoss

Programmer
Joined
Nov 25, 2005
Messages
2
Location
IT
Hello, I would like to know the command that I have to issue to a Cisco 827 router to allow all incoming conncetions on port 23 to be directed to the address 192.168.0.200 in the local network.
Thank you very much.
 
Try the following:


ip nat inside source static tcp 192.168.0.200 23 x.x.x.x 23 extendable

where x.x.x.x is the address of the routers outside interface
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top