MWM
MIS
- Aug 9, 2001
- 200
Guys, I am baffled: how to remote ssh into a local host ...
I can ssh within the inside subnet (192.168.1.xxx) and remote ssh works IF the acl line is:
"... permit tcp any any eq 22 log-input."
But it fails if I use:
"... permit tcp any host 192.168.1.xxx eq 22 log-input."
Of course there is a static route,
"IP nat inside source static tcp 192.168.1.xxx 22 67.125.xxx.xxx 22 extendable."
Why does the specific host IP declaration cause it to fail? (Yes, that inside host IP is the correct address!)
Thanks for all your help many times before
mwm
I can ssh within the inside subnet (192.168.1.xxx) and remote ssh works IF the acl line is:
"... permit tcp any any eq 22 log-input."
But it fails if I use:
"... permit tcp any host 192.168.1.xxx eq 22 log-input."
Of course there is a static route,
"IP nat inside source static tcp 192.168.1.xxx 22 67.125.xxx.xxx 22 extendable."
Why does the specific host IP declaration cause it to fail? (Yes, that inside host IP is the correct address!)
Thanks for all your help many times before
mwm