oliviano
3/7/2018 - 2:06 AM

Networking Tips

Basic and Advanced networking tips

#Network Type / Private / Public.:
Local Group Policy Editor. [gpedit.ms]
Computer Configuration\Windows Settings\Security Settings\Network List Manager Policies ( force it there > not tested )
-> Check PowerShell Command to verify the Localtion (Public/Private)

#### NOT SEEING DEVICES IN EXPLORER / NETWORK ####
-> Check with cmd /: net view ( should return no errors )
-> now investigating the potential for errors / lack of display in the source:
_> netbios / networking for windows not enabled. ( nope )
_> Firewall rules error. ( Nope )

Check Services: ( on all clients and servers )
Function Discovery Provider Host ( not necessarly running )
Function Discovery Resource Publication (running )

--... more detailed list ... -- 
Computer Browser
SSDP Discovery
UPnP Device Host
Registry
Function Discovery Resource Publication
Function Discovery Provider host
Link-Layer Topology Mapper
& Workstation

-> maybe it's cause SMB1 isn't enabled
check:
PowerShell: GET-SMBSERVERCONFIGURATION
EnabkledSMB1Protocol : true or false

Firewall:
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
check exceptions : file and print sharing
#### --- ####

# multicast address for local subnet.:
224.0.0.0	Base address (reserved)	No
224.0.0.1	The All Hosts multicast group addresses all hosts on the same network segment.	No
224.0.0.2	The All Routers multicast group addresses all routers on the same network segment.

#broadcast address for local subnet:
192.168.0.255