06-04-2020, 03:17 PM
(This post was last modified: 06-04-2020, 03:42 PM by Der Geist der Maschine.)
None of your pine devices work, while all your non-pine devices still work? Some people would probably call you a troll.
* None of your pine devices work? That looks like a router problem.
* All your non-pine devices work? That looks like a pine device problem.
As you have already reset your router, let's debug this problem from the pine side: Collect as much data as possible. Consider comparing it with the data from a non-pine device.
disable wifi (just to make sure you don't confuse routing)
# ifconfig wlan0 down
(-v verbose)
# dhclient -v eth0
(show routing table)
# netstat -r
# ifconfig eth0
# ping <ip of router>
assign static ip address and run previous three commands.
If you collected further data while debugging it earlier, then please post it.
* None of your pine devices work? That looks like a router problem.
* All your non-pine devices work? That looks like a pine device problem.
As you have already reset your router, let's debug this problem from the pine side: Collect as much data as possible. Consider comparing it with the data from a non-pine device.
disable wifi (just to make sure you don't confuse routing)
# ifconfig wlan0 down
(-v verbose)
# dhclient -v eth0
(show routing table)
# netstat -r
# ifconfig eth0
# ping <ip of router>
assign static ip address and run previous three commands.
If you collected further data while debugging it earlier, then please post it.