No access to web server on the Raspberry Pi Pico W from external networks #11934
Replies: 3 comments 2 replies
-
Verify that your router's firewall is not blocking incoming connections on port 34911 or port 80. If necessary, temporarily disable the firewall to test if it is causing the issue. Ensure that you have appropriate security measures in place before disabling the firewall. |
Beta Was this translation helpful? Give feedback.
-
I second @bidrohini. This looks like some firewall/network problem, not like a micropython issue, especially because "everything works" with port 80. |
Beta Was this translation helpful? Give feedback.
-
Some ISPs block port 80 incoming, try using 81 externally |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
WEB server Raspberry Pi Pico W is ideally accessible from a local network and does not respond to a request from an external network - for example http://217.65.242.xx/: 34911.
Port 34911 on the router translates to port 80.
If I register port 80 in Firewall NAT instead of port 34911, everything works.
Please help me.
I use:
MicroPython v1.20.0 2023-04-26
Last firmware from https://rpf.io/pico-w-firmware.
Thank you.
Peter.
pico_w_network.docx
Beta Was this translation helpful? Give feedback.
All reactions