Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
Blocked traffic from LAN
« previous
next »
Print
Pages: [
1
]
Author
Topic: Blocked traffic from LAN (Read 5701 times)
datenimperator
Newbie
Posts: 28
Karma: 4
Blocked traffic from LAN
«
on:
February 14, 2017, 11:15:58 am »
Hi,
I've started to use Graylog to analyze opnsense logs and others, and it occurred to me that lots of blocked traffic originates from our local lan. This puzzles me since our LAN has exactly those 3 rules:
Anti-Lockout Rule
Default allow LAN to any rule (IPv4)
Default allow LAN to any rule (IPv6)
Why is traffic from LAN blocked on our firewall? Regards
Christian
ps: Where do I find documentation on the log format opnsense uses? Read: It logs a number of values separated with comma. Where can I find the attribute names?
Logged
bartjsmit
Hero Member
Posts: 2017
Karma: 194
Re: Blocked traffic from LAN
«
Reply #1 on:
February 14, 2017, 11:19:39 am »
Can you correlate the blocked traffic with any internal sources? Perhaps it is spoofed traffic from the WAN interface?
Bart...
Logged
datenimperator
Newbie
Posts: 28
Karma: 4
Re: Blocked traffic from LAN
«
Reply #2 on:
February 14, 2017, 11:37:05 am »
According to the IP it's from my main workstation. I've seen blocks related to our internal servers, too. Services seem to be functional, though.
opnsense firewall summary view lists 5 internal IPv4/IPv6 hosts as most blocked sources, with more than 75% of all incidents. I see lots of blocked attempts for destination port 443/tcp, eg the Dropbox client on my local machine. Firewall logs read the TCP proto as TCP:FA for those. What does that mean?
Edit:
Regarding the log entries, I found that this is because of the setting "Log packets matched from the default block rules put in the ruleset". Still I do not understand why those are blocked at all. Or, are they?
«
Last Edit: February 14, 2017, 11:44:11 am by datenimperator
»
Logged
bartjsmit
Hero Member
Posts: 2017
Karma: 194
Re: Blocked traffic from LAN
«
Reply #3 on:
February 14, 2017, 12:03:59 pm »
Can you correlate the blocks with any activity (possibly connecting to dropbox)? Worth running a wireshark to see what (if anything) is getting rejected.
Bart...
Logged
djGrrr
Full Member
Posts: 112
Karma: 22
Re: Blocked traffic from LAN
«
Reply #4 on:
February 14, 2017, 05:51:10 pm »
I would guess that these are "invalid" packets being dropped. For example, Fin/ACK packets being sent for connections that are not established / not in the firewall state table.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
Blocked traffic from LAN