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

V7 GA packetfilter issue

This is only on a test system for now, so nothing terribly critical, but this is one of the issues that will keep me from applying V7 to my Astaro appliance.
 
In the packetfilter I only have one rule, which is any-any-allow.  Very simple, just let anything through.  Yet for some odd reason, this thing is dropping packets.  Watching the live log of the packet filter for a few minutes, most of the dropped packets are UDP and all of them have default drop as the reason.
 
My question is this, where is it configured to drop these packets by default, overriding the any-any-allow rule? SOme of the stuff being dropped I'd like to allow.


This thread was automatically locked due to age.
Parents
  • Astaro, like a lot of Linux firewalls use iptables / ipchains (I think)
    These have a lot or 'hidden' rules.

    If you see packets being dropped, define an allow rule for them which will override the default drop.
Reply
  • Astaro, like a lot of Linux firewalls use iptables / ipchains (I think)
    These have a lot or 'hidden' rules.

    If you see packets being dropped, define an allow rule for them which will override the default drop.
Children