The outside IP is the IP address from your allocation that you are translating to. ie. this is the global IP address that you would connect to from the internet.
So, if you had your SSH server on 192.168.10.5 and your global IP address that you were NATing to was 1.2.3.4 then you would have;
access-list inbound permit tcp any host 203.105.78.xxx eq 22
The problem with allowing SSH to "any" is that if you created another static for some other box and SSH was open on that box then SSH would also be open for that box from the internet. It's better to allow a specific service to a specific IP address, ie. the server in question.
To be even MORE secure, tie down access from a specific host or range rather than "any".
Chris.
**********************
Chris A.C, CCNA, CCSA
**********************
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.