I always have one terminal which monitors pflog0 filter realtime, which logs blocks on internet facing interface on one of my routers.
So I see this pops up:
The group that multicast report for is 239.255.255.250 (SSDP).
Since I never, ever saw this before (on this particular router that is), I quickly parsed a few old pflog logs, and non had this. Why would this be recorded? Why would it send igmp v3 report? Not only that but there's no rule that logs passing OUT on interface.
So I see this pops up:
Code:
rule 48..16777216/8(ip-option): pass out on vge1: X.X.X.X > 224.0.0.22: igmp v3 report, 1 group record(s)
The group that multicast report for is 239.255.255.250 (SSDP).
Since I never, ever saw this before (on this particular router that is), I quickly parsed a few old pflog logs, and non had this. Why would this be recorded? Why would it send igmp v3 report? Not only that but there's no rule that logs passing OUT on interface.