I'm having some difficulty figuring out what is blocking this simple HTTP request from inside. The internal host 10.1.2.11 is trying to pull a simple page via HTTP and it's being dropped by fwrule 0. I have a firewall rule to allow any from internal to external, any service, but it's still being blocked.
I've tried exceptions, turning off IPS, GeoIP, WAF, still blocked. This is the log entry:
id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="0" initf="eth1" outitf="eth0" srcmac="0a:0d:00:00:00:00" dstmac="0a:56:00:00:00:00" srcip="10.1.2.11" dstip="1.2.3.4" proto="6" length="52" tos="0x02" prec="0x00" ttl="127" srcport="60810" dstport="80" tcpflags="SYN"
I'm sure that it's incredibly simple - but I'm stumped. Any help would be appreciated.
This thread was automatically locked due to age.