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

Cisco 827 & SSH 1

Status
Not open for further replies.

PaulinKC

Programmer
Apr 2, 2002
50
US
I have a Cisco 827 Router that currently does not port forward anything to the internal network. However, I do want to port forward to a linux box running SSH. How would I accomplish this? Any suggestions?

Thanks,

Paul
 
Create a static NAT entry for TCP Port 22:

ip nat inside source static tcp 10.1.1.1 22 interface Dialer1 22

This assumes your inside Linux host has IP address 10.1.1.1 and you are using interface Dialer 1.

You would also need to allow TCP port 22 connections on any inbound ACL you have attached to the Dialer 1 interface.

HTH

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top