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.
Hi,I have a Cisco 800 series I need to allow access to our local server from a specific range of external ip addresses.I was wondering what is the best way to go about this?I can open port for all external ip using this command:ip nat inside source ...
Hi Nikolay, thanks for your reply.My understanding is that I should follow these steps:Open the port using NAT:ip nat inside source static tcp interface Then apply Extended Access Lists:access-list 101 permit tcp eq int access-group 101 inDoe...