I have been trying to quite down the logs for internal traffic and I started by creating new ACCEPT packet filter rules, for SMB/Netbios traffic 137:139. and NTP traffic on 123. But internal traffic to those ports is still getting dropped on ports 123, 137, 138 and 139 for internal machines, so maybe the rule has not been created properly. It shows up in the Chain USR_FORWARD but not Chain AUTO_INPUT...could this be the problem?
ASL 6.1
Chain USR_FORWARD (1 references)
pkts bytes target prot opt in out source destination
5913 372K ACCEPT all -- * * 192.168.1.0/24 0.0.0.0/0 ACCEPT
0 0 ACCEPT udp -- * * 192.168.1.0/24 0.0.0.0/0 udp spt:123 dpt:123 ACCEPT
0 0 ACCEPT tcp -- * * 192.168.1.0/24 0.0.0.0/0 tcp spts:1:65535 dpts:137:139 ACCEPT
0 0 ACCEPT udp -- * * 192.168.1.0/24 0.0.0.0/0 udp spts:1:65535 dpts:137:139 ACCEPT
489 23664 ACCEPT tcp -- * * 0.0.0.0/0 192.168.1.3 tcp spts:1024:65535 dpt:80 ACCEPT
2 112 ACCEPT tcp -- * * 0.0.0.0/0 192.168.1.3 tcp spts:1:65535 dpt:25 ACCEPT
0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.1.3 tcp spts:1:65535 dpt:8443 ACCEPT
0 0 ACCEPT udp -- * * 0.0.0.0/0 192.168.1.3 udp spts:1:65535 dpt:8443 ACCEPT
0 0 ACCEPT all -- * * 0.0.0.0/0 224.0.0.1 ACCEPT
This thread was automatically locked due to age.