Link to home
Start Free TrialLog in
Avatar of pinger
pinger

asked on

PIX 515 - Inbound access list

How do I allow traffic from a specific server in the DMZ (ie 200.1.1.1) to allow an SQL database to advertise itself on the LAN (192.168.50.x /24). Basically, we have an SQL client that, when you install it, you should see the available servers in a "drop down" - but I only am seeing servers on our LAN, and not the one I need to see in the DMZ.

The translation is already there (I can ping this DMZ server from the inside).

I have read that with an ACL "Access lists on the PIX firewall can only be applied to traffic entering an interface, not traffic that is exiting an interface."

I think I am confusing myself more about what is considered Inbound and what is considered outbound.

Thanks for any advice.
ASKER CERTIFIED SOLUTION
Avatar of graemeboro
graemeboro

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pinger
pinger

ASKER

I thought for my static command I would need something like:

static (inside,dmz) 200.1.1.0 200.1.1.0 network 255.255.255.0  (I thought that this would satisfy the requirement for translation in EITHER direction on the inside and dmz interfaces)

1) You have (dmz,inside) instead of (inside,dmz) (higher,lower). Is it necessary to do it that way?

2) Why do you map the pix interfaces instead of the networks (like my example above)? I've never seen that. Is it accomplishing the same thing (basically, doing "no nat")?

3) There is already an "access-list dmz_in permit any any", with an access-group dmz_in in interface dmz. (Wouldn't this permit any traffic to the inside interface? or is this only allowing traffic to a lower interface, and you need to be specific to allow traffic to a higher interface - like your example)

Thank you.
What if you want to filter ip's sending mail to your internal mail server. I haven't hit the right syntax yet. I have a static statement and access-list for mail to come in on port 25, but want to block certain ip(hosts) from sendign junk to us.

I a sense I'm trying to do the same thing graemeboro