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.
Hey all,I am having a problem over the past few days where I've tried port forwarding 2222 => 22, and 2222 => 2222 to an ISR4331. This is the topology I am using including the relevant commands on each network device:What happens is that the first pa...
Hello,My topology is roughly:[PC]---<R1>---<ASA>----<R2>The port forwarding functionality I want to achieve is:From my pc @192.168.1.15: ssh 192.168.1.6:2222 =>(redirect) 203.0.113.2:2222 =>(redirect) 172.16.0.2:22I am trying to ssh from my PC connec...
Hi MHM,That is good to know! But unfortunately I am getting the same issue using port 2001 as you stated in the link. I also had to remove the "no exec" from line vty 0 15 because it kept kicking out my ssh sessions. Here is my config:ip ssh port 200...
Hi MHM,That didn't seem to solve the problem, I am still getting random source packets for ssh from the ISR4331:Here is my router config: ip ssh port 3333 rotary 1line vty 0 15access-class DenySSH22 inexec-timeout 0 0rotary 1no exectransport input ss...
Hi MHM,I took your advise and simply changed the port the router is listening on rather than trying to get the port forward from 2222 => 22 working. It appears that we simply can't control the source port the ISR will decide to use in that scenario. ...