gobigmedia
asked on
PIX 506 - Allow Access by IP Address
I have a PIX 506 firewall in front of a web and database server. I would like to permit access to the SQL port on all hosts on the inside for a single IP Address and deny for all others. How can i do this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
access-list outside_access_in permit tcp ppp host xxx.xxx.xxx.xxx any eq ppp
where ppp is the SQL port number(s).
You also need to make sure you add the access list to the external interface.