Wifi connects, but webpage won't load. Can connect through Ethernet fine.
I've been reading threads for hours and am finally posting for help. Hadn't used my Raspberry Pi Rep Server in a while, though it's technically been running. Probably 3 months since I used it. I went to connect and the web page wouldn't load. Rebooted it, still wouldn't load. I've assigned it a static IP in my router so I know that's correct.
To troubleshoot, I plugged an ethernet cable in and I can load the web page/server fine. I went into network and it's connected to my wifi network. Opened terminal and confirmed the correct IP address is assigned. However, I can't even ping the wifi interface. I can ping the ethernet interface fine. I upgraded software to the latest version to see if that would help but having same issue (and now can only see 2 of my 4 printers with free license...lovely). Also checked my firewall (running a Palo Alto PA-440) and even set up a rule to allow all from my laptop to the server. Traffic looks the same on ethernet and wifi, but wifi isn't loading.
Why can't I connect through the wifi interface when I know it's connected to the network but I can work through the ethernet interface just fine?
To troubleshoot, I plugged an ethernet cable in and I can load the web page/server fine. I went into network and it's connected to my wifi network. Opened terminal and confirmed the correct IP address is assigned. However, I can't even ping the wifi interface. I can ping the ethernet interface fine. I upgraded software to the latest version to see if that would help but having same issue (and now can only see 2 of my 4 printers with free license...lovely). Also checked my firewall (running a Palo Alto PA-440) and even set up a rule to allow all from my laptop to the server. Traffic looks the same on ethernet and wifi, but wifi isn't loading.
Why can't I connect through the wifi interface when I know it's connected to the network but I can work through the ethernet interface just fine?
Comments
How did you assign the IP? In server config or in router by mapping mac to IP? In first case you could have your router using the ip also for another device making it impossible to reach server. And firewall on pc or router could also be reasons. On our images we have no firewall installed.
You can also run
iwconfig
to see wifi is really connected and
ip a
to see all addresses on linux console.