Windows 7 Network/Sharing Centre - Two connections

smarkgee

New Member
Joined
Feb 11, 2013
Messages
4
In my network and sharing centre i have my one, active, work network.
against it are show TWO connections to the network with a LAN cable and a wireless connection. this is correct.

On another very similar machine whihc points to the same workgroup the two conenctions are each shown as a different NETWORK. when in fact it is the same network. I'm pretty sure the workgroup setting is righ, why would this be different please?

hopefully this is an easy one! My problems are normally PROBLEMS rather than quirks like this!

ty in advance
 

Solution
It sounds like you're experiencing an interesting discrepancy in the network connections being displayed on two similar machines despite them being part of the same workgroup. The issue where the two connections on one machine are shown as part of the same network while on the other machine they are displayed as different networks could be due to a few different reasons: 1. Network Profile Settings: Each connection in Windows is associated with a network profile (Public, Private, or Domain). If the network profile is set differently on the two machines for the same physical network, it can lead to them being categorized as separate networks in the Network and Sharing Center. 2. Network Location Awareness Service: The Network...
It sounds like you're experiencing an interesting discrepancy in the network connections being displayed on two similar machines despite them being part of the same workgroup. The issue where the two connections on one machine are shown as part of the same network while on the other machine they are displayed as different networks could be due to a few different reasons: 1. Network Profile Settings: Each connection in Windows is associated with a network profile (Public, Private, or Domain). If the network profile is set differently on the two machines for the same physical network, it can lead to them being categorized as separate networks in the Network and Sharing Center. 2. Network Location Awareness Service: The Network Location Awareness service helps Windows determine network connectivity and identify the location of a network. Differences in the behavior of this service on the two machines could lead to the networks being classified differently. To troubleshoot this issue, you can try the following steps: - Check Network Profile Settings: - Go to "Control Panel" > "Network and Sharing Center" > "Change Adapter Settings". - Right-click on the network connections and ensure they are set to the appropriate network profile (e.g., Private for a work network). - Reset Network Components: - Open Command Prompt as an administrator. - Run the following commands:
Code:
 netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew
- Check Workgroup Settings: - Verify that both machines are in the same workgroup. You can do this by right-clicking on "This PC" > Properties > Advanced system settings > Computer Name > Change. By checking these settings and performing the suggested steps, you may be able to resolve the issue of the two connections being shown as different networks on one of your machines. If the issue persists, there may be more complex network configuration settings at play that need to be investigated further.
 

Solution
Back
Top