I have here a small inhouse LAN network (no active directory) with a few (Windows based) computers.
When I type in Command Prompt:
then all but exactly one of the LAN computers are listed.
It seems to be invisible to the local computer.
Surprisingly when I enter (assuming "mytest" is the critical computername):
then all remote shared folders on that computers are successfully listed.
The computer and the remote shared folders are visible and accessible in Windows File Explorer too.
So why does "net view /Network" not show this computer?
Is it a firewall problem?
Is it a permission problem?
All computers in LAN have an IP from 192.168.*.*
Claudia
When I type in Command Prompt:
Code:
net view /NETWORK
then all but exactly one of the LAN computers are listed.
It seems to be invisible to the local computer.
Surprisingly when I enter (assuming "mytest" is the critical computername):
Code:
net view \\mytest
then all remote shared folders on that computers are successfully listed.
The computer and the remote shared folders are visible and accessible in Windows File Explorer too.
So why does "net view /Network" not show this computer?
Is it a firewall problem?
Is it a permission problem?
All computers in LAN have an IP from 192.168.*.*
Claudia
Last edited: