Trying to see logs for the firewall. Basically I need to fix two issues.
Firewall doesn’t seem to be working. I set the action to drop for 8096, yet it’s still working fine from outside > inside my network.
I’m trying to get port 80 to point to a server, yet it’s not working. Which baffles me. I’ve been tinkering with it for days but i feel like there’s probably some basic thing I’m missing…
And the logs don’t seem to have records for anything regarding firewall, only DNS and DHCP…
It depends on how you have logging setup, you can log every single packet if you want but I wouldn’t suggest doing that. You didn’t post your updated config so it’s hard to answer. However the way you have your rules you initially posted setup is set that so rule 10 which will accepts all established traffic, is not to log. You have “default-log” which means it’ll log packets that hit the default policy, which is deny. So you’d only be seeing packets that are denied or hit a rule with a log action.
tcpdump on your eth1 to verify packets are coming in (so many carriers use cgnat) would be the best start and working your way from there. Looking at your rules in your initial post I can’t see obviously why it wouldn’t be working.