Windows Firewall blocking broadcast messages, can't get it to allow

8,356

Our best conclusion was that the network was being flooded with so much traffic that the firewall was acting out of the norm. Once we reduced the network load, it seems this problem went away.

Share:
8,356

Related videos on Youtube

JeremyK
Author by

JeremyK

C++/C# Programmer Went to Full Sail University to study Game Development. Ended up staying in the Orlando area to work in the Department of Defense Industry. Work History Raytheon MSGI Now at Intelligent Decisions working on the Dismounted Soldier Program. Specialize in GUI development.

Updated on September 18, 2022

Comments

  • JeremyK
    JeremyK over 1 year

    I am in the 11th hour and desperately need help figuring out what is going on.

    We have a game server that is broadcasting updates over 255.255.255.255 to our wireless devices. The messages are reaching the machine (verified through wireshark), but are being dropped by the local firewall. We have created rules to allow inbound traffic from UDP port 2304 as well as local port to the range seen below. We have gone as far as allowing all UDP ports for inbound and we still had the issue with the ports being blocked and showing up in the firewall log.

    I am under the impression there is a superseding rule that is blocking this broadcast message but i cannot find anything in the gpedit local policy. Below is the blocked packets for reference.

    System: Windows 7

    Network: Static IPs, no Windows server/DHCP server.

    2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2302 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2314 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2326 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2350 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2338 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2386 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2362 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2422 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2374 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2398 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2458 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2434 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2410 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2470 60 - - - - - - - RECEIVE 2014-09-30 19:26:11 DROP UDP 192.168.41.11 255.255.255.255 2304 2446 60 - - - - - - - RECEIVE

    • Jim G.
      Jim G. over 9 years
      To verify that it's really the firewall, does disabling windows firewall allow the messages to get through?
    • JeremyK
      JeremyK over 9 years
      I was under the impression that only things blocked by the firewall itself would shop up as DROP in the firewall log. Is that not the case? I am in the process of testing without a firewall on now to see if there are improvements or not, but hard to verify if the message gets through since the log stops reporting with firewall off.
  • JeremyK
    JeremyK over 9 years
    We have set the firewall to allow the ports seen in that log from any IP Address. The ports are still dropped according to this log.