This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Outgoing Packet-Filter??

Hey together,
I've Astaro v5 with severel Packet Filter Rules, the last one declares the "Block all"-Rule.
One Rule i.e. is: Allow SMTP from DMZ to WAN.
For testing I deactivated this rule, but: THe SMTP-Traffic was still fine and running. But why? The only "allow SMTP"-rule was unguilty...
For translating the private Network thereis of course a Masquerading-NAT-Rule, but that shouldn't be point...

About that I got the feeling that nothing from internal is blocked from Astaro...
Is that correct??

thx alot!!!
Domi


This thread was automatically locked due to age.
Parents Reply Children
  • Hi,

    first, group your services, you dont have to make one rule for one service, when source and destination are the same for multiple services. 

    Second, the filters are handled from top to down. So a normal configuration should always have the form:
    -allow known_source service known_target
    -block any_internal to any_internal
    -allow known_souce service to_any

    With all those rules you have, I guess you opened smtp somewhere else. (Rule 24/25?) 

    Chris
  • The two SMTP-Rules are: One from LAN to DMZ (internal Mailserver to DMZ-Mailserver) and the other from DMZ to external...
    But I tried to disable the Masquerading and added for each Port a SNAT-Rule... So I got a workaround for this. But I don't think that this is the correct way??
    And I guess that the rules aren't redundant, but this could be the only reason...