UDP communication is blocked by the Windows Firewall rule in WSFC - Windows Server (2024)

  • Article

This article provides resolutions for the issue where UDP communication is blocked by the Windows Firewall rule in WSFC when the network connection is interrupted and then restored.

Applies to: Windows Server 2012 R2
Original KB number: 2701206

Symptoms

In Windows Server 2008 R2 environment, inbound UDP communication may be blocked when the connection to the network is interrupted and then restored. Inbound TCP and ICMP communications may also be blocked in this situation.

This problem occurs if the inbound UDP communication is enabled by Windows Firewall. One of the services that may be affected by this issue is Windows Server Failover Clustering (WSFC). Although Heartbeat Communication (UDP 3343) may be enabled by default, the communication may be blocked. When this issue occurs, the status of the communication in the Failover Cluster Manager is displayed as "Unreachable."

Note

You can refer the inbound UDP communication settings of Windows Firewall from the following rule:
[Windows Firewall with Advanced Security] - [Inbound Rules]

Cause

This problem occurs because of an issue in Windows Firewall. The connection to the network is interrupted and then restored when Windows Firewall reloads the profile. In this case, an unintended rule may block the communications port that's required in the cluster.

Resolution 1: Use the netsh command

Run the following netsh commands at an elevated command prompt:

netsh advfirewall firewall show rule "Failover Clusters (UDP-In)"
netsh advfirewall firewall set rule "Failover Clusters (UDP-In)" new enable=no
netsh advfirewall firewall show rule "Failover Clusters (UDP-In)"

Note

  • When you use this method, the Cluster service may stop. Therefore, if it's possible, you should stop the Cluster service before you start this method, and then restart the Cluster service after you complete the other steps.
  • When you use this method, the "Failover Clusters (UDP-in)" rule is also disabled.
  • The Cluster service enables node communication by setting the firewall port of UDP at startup.

Resolution 2: Use the Windows Firewall with Advanced Security add-in

Run the "Windows Firewall with Advanced Security" Microsoft Management Console add-in. To do this, follow these steps:

  1. Click Start, type wf.msc in the Search programs and files box, and then click wf.msc under Programs.
  2. Click Inbound Rules.
  3. Locate and then select the Failover Clusters (UDP-In) rule.
  4. Disable or delete the Failover Clusters (UDP-In) rule.

Note

  • When you use this method, the Cluster service may stop. Therefore, if it's possible, you should stop the Cluster service before you start this method, and then restart the Cluster service after you complete the other steps.
  • When you use this method, the "Failover Clusters (UDP-in)" rule is also disabled.
  • The Cluster service enables node communication by setting the firewall port of UDP at startup.

Resolution 3: Disable Network List Service

To disable the Network List Service service, follow these steps:

  1. Click Start, type services in the Search programs and files box, and then press Enter.
  2. In the Name column under Services (Local), right-click Network List Service, and then click Properties.
  3. On the General tab, set the Startup type box to Disabled.
  4. Click Apply > OK.
  5. Restart the computer.

Note

Before you disable Network List Service, you should consider that this action makes the following changes:

  • By default, Windows Firewall will now select the Public profile. Therefore, rules that are set for the Domain or Private profiles must be added to the Public profile.
  • The Networking Sharing Center doesn't display profile types or the network connection status.
  • The network connection icon no longer appears on the Windows Taskbar.

The changes that occur after you disconnect Network List Service are limited to the display of network information. They don't affect system behavior.

Status

Microsoft has confirmed that this is a known issue in Windows Firewall.

UDP communication is blocked by the Windows Firewall rule in WSFC - Windows Server (2024)

FAQs

Does Windows Firewall block UDP? ›

There's a distinction between a Network firewall, and an endpoint (Windows, Linux,…) firewall. UDP can be blocked, by default, on many types of firewall, because it's (essentially) unsolicited network traffic.

How do I enable UDP port on Windows Server? ›

Configuration
  1. Go to Control Panel --> Systems and Security --> Windows Defender Firewall.
  2. Select Allow an App through Windows Firewall.
  3. Select Advanced Settings --> Inbound Rules.
  4. Create a New Rule.
  5. Port (click next) --> UDP.
  6. Specify port 514 (click next)
  7. Allow Connection (click next)

How does the firewall handle UDP traffic? ›

(Although UDP is connectionless, the firewall tracks UDP datagrams in IP packets on a session basis; therefore if the UDP packet doesn't match an existing session, it is considered a new session and it counts as a connection toward the thresholds.)

How to fix UDP source port pass firewall? ›

The easiest way to fix this vulnerability is to restrict the access on this port to the local DNS server IP addresses. You can restrict access either using the vSphere Web Client or VMware PowerCLI.

How do I check if a UDP port is open on Windows server? ›

How to check for open ports on Windows
  1. Open the Command Prompt. ...
  2. Type “netstat -aon” and hit enter.
  3. Look for the port numbers in the LISTening state. ...
  4. If the port numbers aren't in the LISTening state, you'll need to open them manually. ...
  5. Open C:\port_test.
Aug 17, 2022

How do I enable UDP connection? ›

Opening TCP/UDP port
  1. Locate your router's IP address.
  2. Head over to your router's settings.
  3. Enter your credentials (username and password).
  4. Look around for the Port Forwarding tab.
  5. Open your preferred port—for example, type 8080 to open port 8080.
  6. Save your settings.
Jan 14, 2021

What port to use for UDP server? ›

Once the connection is established, the zone data will be sent by the server using the TCP 53 port. However, when the query has to be transferred from the client computer, it will be sent using the port 53 on UDP protocol.

How do I find my UDP and port settings? ›

All you have to do is type “netstat -a” on Command Prompt and hit the Enter button. This will populate a list of your active TCP connections. The port numbers will be shown after the IP address and the two are separated by a colon.

How do I check my UDP traffic? ›

To monitor TCP and UDP traffic, you need to use tools that can capture and analyze the packets that are sent and received over the network. Some of the common tools are Wireshark, tcpdump, nmap, netstat, and iperf.

How to adjust firewall to allow outbound UDP? ›

To open any UDP ports, you can do the following:
  1. Go to Control Panel> System and Security and Windows Firewall.
  2. Advanced settings > right-click Inbound Rules and select New Rule.
  3. Add the port(s) you want to open and click Next.
  4. Select UDP protocol and the port(s) number(s) into the next window and click Next.
May 18, 2017

What is the difference between TCP and UDP firewall? ›

The main difference between TCP (transmission control protocol) and UDP (user datagram protocol) is that TCP is a connection-based protocol and UDP is connectionless. While TCP is more reliable, it transfers data more slowly. UDP is less reliable but works more quickly.

How to block UDP port in Windows? ›

Step 1: Open the Control Panel Step 2: Click on Windows Firewall/ Windows Defender firewall Step 3: Navigate to advanced settings. Step 4:Right click on inbound rules and click on new rule. Step 6:Select port and press next Step 7:Specify the port 137 under specific local ports, select UDP and press next.

How do I monitor UDP traffic in Windows? ›

To monitor TCP and UDP traffic, you need to use tools that can capture and analyze the packets that are sent and received over the network. Some of the common tools are Wireshark, tcpdump, nmap, netstat, and iperf.

Can Windows Firewall block urls? ›

Click on Custom rule -> Next. You will reach Program Step -> Next. You will reach Protocol and Ports Step -> Next. When you get to the Scope stage, you must input the IP address of the website you want to block.

What protocol does Windows Firewall enforce? ›

Windows Firewall can mandate secure connections by enforcing the SSL (Secure Sockets Layer) protocol. SSL is a cryptographic protocol that provides secure communication over a network, ensuring the confidentiality and integrity of data exchanged between a client and a server.

Top Articles
Help
Bad Credit Habits & How To Break Them – Empeople
Knoxville Tennessee White Pages
Cold Air Intake - High-flow, Roto-mold Tube - TOYOTA TACOMA V6-4.0
Wizard Build Season 28
Readyset Ochsner.org
Apex Rank Leaderboard
Elden Ring Dex/Int Build
Atrium Shift Select
Skip The Games Norfolk Virginia
Oppenheimer & Co. Inc. Buys Shares of 798,472 AST SpaceMobile, Inc. (NASDAQ:ASTS)
Elizabethtown Mesothelioma Legal Question
Missing 2023 Showtimes Near Landmark Cinemas Peoria
Sony E 18-200mm F3.5-6.3 OSS LE Review
Gino Jennings Live Stream Today
Munich residents spend the most online for food
Tamilrockers Movies 2023 Download
Katherine Croan Ewald
Diamond Piers Menards
The Ultimate Style Guide To Casual Dress Code For Women
Site : Storagealamogordo.com Easy Call
Is Windbound Multiplayer
Filthy Rich Boys (Rich Boys Of Burberry Prep #1) - C.M. Stunich [PDF] | Online Book Share
Integer Division Matlab
Sandals Travel Agent Login
Horn Rank
Ltg Speech Copy Paste
Cognitive Science Cornell
Random Bibleizer
Craigslist Fort Smith Ar Personals
The Clapping Song Lyrics by Belle Stars
Poe T4 Aisling
R/Sandiego
Kempsville Recreation Center Pool Schedule
Rogold Extension
Beaver Saddle Ark
Log in or sign up to view
A Man Called Otto Showtimes Near Amc Muncie 12
Powerspec G512
Saybyebugs At Walmart
2007 Jaguar XK Low Miles for sale - Palm Desert, CA - craigslist
Miami Vice turns 40: A look back at the iconic series
Love Words Starting with P (With Definition)
Tlc Africa Deaths 2021
Youravon Com Mi Cuenta
Nope 123Movies Full
Kushfly Promo Code
Diario Las Americas Rentas Hialeah
Game Akin To Bingo Nyt
Marion City Wide Garage Sale 2023
Latest Posts
Article information

Author: Dong Thiel

Last Updated:

Views: 6265

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Dong Thiel

Birthday: 2001-07-14

Address: 2865 Kasha Unions, West Corrinne, AK 05708-1071

Phone: +3512198379449

Job: Design Planner

Hobby: Graffiti, Foreign language learning, Gambling, Metalworking, Rowing, Sculling, Sewing

Introduction: My name is Dong Thiel, I am a brainy, happy, tasty, lively, splendid, talented, cooperative person who loves writing and wants to share my knowledge and understanding with you.