I just replaced my Dell laptop running Window 10 with a Lenovo Running Windows 11
I can not access octoprint. I have octoprint (no plugins) running on RPi 3b, with an Ender3 Pro, I had no issues with it under windows 10.
I can't ping the pi from the laptop. In fact, I set up 4 RPi's running at the same time and I couldn't ping any of them from the laptop.
Yet, I can ping all the RPi's from each other, I can't ping the laptop from any of the Pi's I setup.
Putty won't connect to the Pi's from the laptop either. Yet, Iinstalled Putty on my Pi 400 and it works on the other Pi's but not the new PC
I have tried all types of adjustments the laptop that I have found on the internet but nothing is working.
I did reflash the SD card this a fresh version of octoprint using the RPI imager.
I turned off windows defender, still can't connect
Sounds like local Firewall or AV is blocking these activities on your new W11 laptop. If your OP are running on ports like 5000 you may need to tell your Windows 11 laptop that it is ok to make out going requests on those ports. It could also be AV software firewall blocking these requests. Although, those most of the time will give you a pop up that something was blocked.
I rechecked the firewall settings,
I set TCP in's and out's to port 5000,
I turned off windows defender entirely,
Still can not communicate with any Pi,
I can't ping anything that comes up in the list (using arp -a in command prompt as admin),
I can not ping any Pi,
The Pi's can ping each other, but not the PC,
I receive "request timed out" or "destination host not reachable" messages
I deleted MacAfee after I finished the setup on this new laptop
Any ideas of what could be the issue?
Have others had issues with Windows 11?
When you attempt to ping your Pi's, are you using a name or an IP address?
On your laptop open a command prompt and type ipconfig /all. Post the output here (use the </> icon above to surround the text). Post the output of any other commands you run on the Laptop.
On one of your Pi systems. Type ifconfig and post that result.
Have others had issues with Windows 11?
I have three systems including a Laptop running Windows 11 without issues.
I'm confused because what you posted for the laptop network configuration doesn't appear to be the output of ipconfig /all or it doesn't match the format of that command on my Windows 11 systems (see below).
In particular, I was looking for the DNS server being used at both ends. On Windows, I believe nslookup with the name of one of the Pi's as a parameter and on the Pi, cat /etc/resolv.conf should give us this information. Also route print on the Windows system and just route on the Pi.
You also didn't answer my question about ping... are you using the name or the IP address?
For two systems on your LAN to communicate by name, they need to share a DNS server and a gateway. To communicate with IP addresses, a DNS server isn't needed.
The DNS server should be populated by the DHCP server. In typical home networks, the gateway, DHCP server, and DNS server are all the same system, usually the router. Since you can ping the Pi's from each other I'm guessing this is all working for them, but the laptop running Windows 11 doesn't appear to be playing nice. I suspect it is a DNS issue.
Problem solved!
Apparently, in W11, by default, windows defender has the "make my pc discoverable" toggled off. So, my new pc was not being seen by other stuff on my network. I switched it on and BINGO I can see my Ender3 Pro again!
Keep that in mind when setting up a W11 machine.