Forum Discussion
Bilbo22
Oct 20, 2021Copper Contributor
Network connections
I have a peer to peer network set up with Win 10 on all computers. Computer #1 cannot access #2's shared folder going through the open file option on any program that I try. I also cannot save a fil...
Bilbo22
Oct 21, 2021Copper Contributor
I tried that through my internet browser and it timed out.
SalmanAhmed
Oct 21, 2021Steel Contributor
First, check the IP of all computers
CMD > ipconfig /all
CMD > ipconfig /all
- Bilbo22Oct 21, 2021Copper ContributorI get the message "Windows cannot find '192.168.0.6', which is the ip address of computer #2. What am I looking for when I type ipconfig /all on computer #1?
- SalmanAhmedOct 21, 2021Steel Contributor
Please make sure:
- All computers are configured with a unique name (hostname)
- All computers are having unique IP
- Network discovery option is enabled on all computers
- File and Printing Service is allowed on all computers
- All computers are within a same Workgroup
If any of the above settings are not appropriate, you need to configure and restart the computer.
Troubleshooting:
- Run below commands on all computers in elevated (Run as Admin) cmd.
ipconfig /flushdns
ipconfig /renew - If not fixed, try to assign unique static (manually) IP on all computers, with the same subnet and gateway.
- Bilbo22Oct 21, 2021Copper ContributorAll computers have a unique IP and name.
Network discovery is enabled on all.
File and printing service is allowed on all.
They all have the same subnet and gateway.
I'm still having the same issue.