Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have the following setup:
Comcast (Arris) Cable Modem >> Linksys E3000 wi-fi router >> Cisco IR 809
I am trying to enable remote SSH for public IP to the IR809 using port-forwarding on the E3000. Is there a special setup needed on the 809 to accep...
Turned out to be a NAT setup on the 809 - I had to enable outbound internet connectivity from my 809 (reference https://networklessons.com/cisco/ccie-routing-switching/cisco-ios-nat-port-forwarding/)
ip route 0.0.0.0 0.0.0.0 192.168.12.2
Thanks, I had the internal port as 22 before and just changed it on the 809 to make it 7890 - as per SSH setup link in this thread. It did not work when I had both external and internal port as 22.
Thank you Karsten, I did read the SSH post and followed your advice of running ssh on a different port than the standard.
I currently don't have any NAT config on the 809. My port forwarding is on the Linksys router, which seems to be working when th...