Board: orange pi 5b
Same problem as Pi comes up on IP scan but wont let me SSH in. I have tried connecting to the board via uart and everything works fine. There is a network output and can fully work, but when I connect to the router via cable I can see its address in the network but it does not respond to anything. When using arp-scan -l it says: “Unknown: localy administrated”. I’m ready to try and send you everything you need.
can you boot your SBC, connected to your local network. Login via uart and check following
ip a; ip r
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether brd ff:ff:ff:ff:ff:ff
altname end1
inet 192.168.0.105/24 brd 192.168.0.255 scope global dynamic eth0
valid_lft 6732sec preferred_lft 6732sec
inet6 fe80::e0cb:c6ff:feee:625/64 scope link
valid_lft forever preferred_lft forever
and you are not able to reach your system on IP address 192.168.0.105
?
yes
but from DietPi device, you can ping the router on 192.168.0.1
?
I’ll check it out soon.
Yes, it can
By the way, I checked the ping on my laptop and it’s already silent.
can you ping your laptop from DietPi device?
No. 100% packet loss.
means you can ping the router but not the laptop located within same local network?
It sounds weird, but yeah.
Maybe it’s because my laptop is connected to wifi instead of cable?
This should not matter. Are you able ping any other device in your local network from DietPi?
Doesn’t work with one other device on my network but with others including the router everything is fine
Are there any similarities between the devices where it does not work? Are they all WLAN devices?
Btw: There is no reason to take screenshots. You should be able to copy all information directly from the SSH/Terminal window and paste it here.
Well everything in my house works via wifi except this board
The SBC also works. Otherwise it would not have access to the router and the internet. It seems that something in your network is blocking access from certain devices to the SBC. Since not all devices are affected (some are working) we need to find the commonality of the devices that are not working. Possibly a WLAN access point or switch.
Ok I’ll try to find a solution to the problem tomorrow.