02-01-2008 09:15 AM - edited 03-11-2019 04:57 AM
I have a bit of a problem right now. I'm setting up a new ASA 5505 and have gotten to the point where when I connect it, everyone in the office can access anything they want out on the internet. However, I have a couple of servers, and have been trying to do some port forwarding and some one to one NAT so that things like smtp or RDP are forwarded to certain servers on the internal network. I originally set up these access lists via the ASDM, but I've gone over them in the CLI as well, and I'm not seeing where the problem lies. Anyone?
02-01-2008 09:23 AM
Acl's should look like this...
access-list outside_access_in extended permit tcp any host A.A.A.A eq smtp
access-list outside_access_in extended permit tcp any host B.B.B.B eq 3389
02-01-2008 09:54 AM
Ah! That first eq smtp, etc was the issue!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide