Windows OS Hub
  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Bridging Multiple Network Interfaces on Windows

November 21, 2024 Windows 10Windows 11

Bridging Multiple Network Interfaces on Windows

This post covers creating and managing a network bridge connection on a Windows desktop computer (laptop). Operating at the data link layer (L2) of the OSI model, a network bridge transparently connects two or more network segments, allowing them to function as a single network. NIC bridging is supported in all versions of Windows and requires no additional third-party software.

In this example, we have a Windows computer with two network interfaces connected to two network segments. The WLAN adapter is connected to a Wi-Fi network (a wireless router with Internet access), and the Ethernet adapter is connected to an isolated LAN (through a switch). We will bridge the wireless adapter with the Ethernet NIC. Using a network bridge on a Windows computer, you can transparently connect two networks, and all clients from an isolated network (LAN) will be able to access resources on the external network and access the Internet through the Wi-Fi router.

Configure and Manage a Network Bridge Connection on Windows

Two network interfaces can be bridged in Windows using the classic Network Connections control panel (ncpa.cpl). Select two (or more) network adapters, right-click, and select Bridge Connections from the menu.

Configure Network Bridge on Windows Using Built-in Tools

A new interface named Network Bridge with Microsoft Network Adapter Multiplexor Driver will appear in the network connections list.

bridge WiFi with Ethernet Interface in Windows

An error may occur when bridging network adapters:

An unexpected error occurred while configuring the Network Bridge.

An unexpected error occurred while configuring the Network Bridge

In this case, open the bridge properties and check the physical network adapters you want to bridge. Check network adapters in bridged interface

After that, the properties of all network adapters participating in the bridge (including TCP/IP settings) will no longer be available for modification, and the Bridged status will appear in the NIC descriptions. A network bridge can contain more than two NICs with different media types.

Now, if the DHCP server is enabled on the router, all clients on the isolated LAN will receive IP addresses from the external network scope (clients must be enabled to obtain IP addresses automatically from DHCP, or if IP addresses must be set manually from a required network segment.). This is how you can transparently connect two network segments using a network bridge.

If there is no DHCP server on the network, assign static IP addresses to the bridge interface and network devices.

To delete a network bridge, click on it and select Delete.

Delete bridge interface on Windows

Previous versions of Windows could only create a bridged network connection from the GUI. When attempting to run the netsh bridge install command, the following error occurred:

Not supported.
Please go to the Network Connections folder to install.

netsh bridge install - Not supported

In Windows 11 22H2, after the installation of the 2023-09 cumulative update, it is possible to create a bridged network connection from the CMD by using the netsh command:

Run the PowerShell command to get network interface names in Windows:

Get-NetAdapter

Get-Adapter - list NIC names

List network adapters that can be added to the bridge:

netsh bridge show adapter

netsh bridge show adapter - show available bridged adapters

To bridge two network interfaces, specify their names in the following command:

netsh bridge create Ethernet1 WiFi

Once the bridge is created, get its GUID:

​netsh bridge list

netsh bridge create

Add or remove a network adapter from the bridge:

netsh bridge add <Adapter_Name> to <bridge_guid>
netsh bridge remove <Adapter_Name> from <bridge_guid>

Remove the bridge connection:

netsh bridge destroy <bridge_guid>

When Ethernet and Wi-Fi adapters are combined in a bridge, the bridge will not function properly if both NICs are simultaneously disconnected from the network, and then reconnected. As a workaround, you can add an additional network interface to the network bridge that is never disconnected. The easiest way to do this is to create a dummy Microsoft loopback adapter (this device is called Microsoft KM-TEST Loopback Adapter in modern Windows versions). To create a loopback adapter,  use the Device Manager snap-in or the devcon command line tool:

./devcon.exe -r install $env:windir\Inf\Netloop.inf *MSLOOP

Add loopback adapter to bridge on Windows

To share your Internet connection in Windows, use the Internet Connection Sharing (ICS) service. In this case, the Windows machine acts as a router (at the L3/L4 OSI level), and the client addresses are hidden behind NAT. See how to create a Wi-Fi hotspot and share the Internet in Windows.
1 comment
6
Facebook Twitter Google + Pinterest
previous post
Network Monitor: Capture and Analyze Network Traffic on Windows
next post
How to Verify a File Hash (Checksum) on Windows

Related Reading

Unable to Map Drive: An extended error has...

May 13, 2025

Map a Network Drive over SSH (SSHFS) in...

May 13, 2025

How to Cancel Windows Update Pending Restart Loop

May 6, 2025

View Windows Update History with PowerShell (CMD)

April 30, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 21, 2025

1 comment

Kan Mathers December 6, 2024 - 7:09 am

As soon as I create the bridge, I lose connectivity to my Wi-Fi network… as in no more internet access or ability to http to the router. I cannot ping or resolve any URLs or external addresses, but I can see what is on my ethernet LAN. I do get a DHCP supplied IP and the Gateway and DNS addresses are correct for my network. Odd that I can get an IP address over Wi-Fi from the router which is the DHCP server but cannot ping the router as I could without creating the bridge.

Microsoft Windows [Version 10.0.22631.4541]

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMware
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025
  • How to Block Common (Weak) Passwords in Active Directory

    March 25, 2025
  • Fix: The referenced assembly could not be found error (0x80073701) on Windows

    March 17, 2025
  • Exclude a Specific User or Computer from Group Policy

    March 12, 2025
  • AD Domain Join: Computer Account Re-use Blocked

    March 11, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • How to Allow Multiple RDP Sessions on Windows 10 and 11
  • How to Run Program without Admin Privileges and Bypass UAC Prompt
  • Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows
  • Fixing ‘The Network Path Was Not Found’ 0x80070035 Error Code on Windows
  • How to Delete Old User Profiles in Windows
  • How to Install Remote Server Administration Tools (RSAT) on Windows
  • How to Backup and Copy Local Group Policy Settings to Another Computer
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top