开云体育


Re: Cannot Access RPi

 

I verified the address on the device and it shows up in the router devices list. It is pulling DHCP. Even if it changed IP address, that should not prevent it from ssh to another computer on the network.

Michael WA7SKG


N5XMT wrote on 12/6/23 1:22 PM:

Is it possible the router assigned it another IP address?? Do you have it configured for a static IP?
Get BlueMail for Android <>
On Dec 6, 2023, at 11:17, Michael WA7SKG <wa7skg@... <mailto:wa7skg@...>> wrote:
It was working fine six months ago. Hasn't been touched since, just
sitting there running HamClock. Just the RPi with a monitor.
Since I built it a year or more ago, I always used ssh to access it and
pulled up HamClock via the web browser interface when I needed to change
it. Haven't needed to touch it for a long time. Decided to change some
things in HamClock and the web couldn't connect. Tried ssh and that did
not work, either, nor could I ping it.
I plugged in a keyboard and mouse since I could not ssh into it to check
things. I can ping the router but nothing else. I can access web pages
and anything over the internet. Just nothing on the local network.
Nothing has been changed in my router in over a year.
Very strange.
Michael WA7SKG
David Ranch wrote on 12/6/23 8:46 AM:
Since this seems to be over wifi, I have seen some access points
that
will NOT allow wifi clients to communicate to other adjacent wifi
devices.? Some APs will allow you to enable/disable that
cross-client
communications but since it sounds like you have another
Wifi-connected
Raspberry Pi that doesn't have this issue, it's hard to explain
this
behavior. Maybe these different RPIs are using different
hardware (one
is a v3 and the other is a v4) and there is a Wifi HW behavior
difference here?? Another command to try and see what's going on
is "arp
-an".? From the problem Rpi, try pinging other known devices on
your
internal network be it that they are connected via wifi or wired
and
then run the arp command to see if your "broken" Rpi learns the
remote
host's MAC address.
Maybe get another SD card, put Raspberry Pi OS 12/Bookworm, and
temporarily boot it on your problem Rpi device and see if that
makes any
difference.
--David
KI6ZHD
On 12/05/2023 06:29 PM, Michael WA7SKG wrote:
I've rebooted several times to no avail.? I have multiple
RPis and I
see no difference between them, other than they all work
except this one.
?$ ip addr
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
?????? valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc
pfifo_fast
state DOWN group default qlen 1000
??? link/ether b8:27:eb:27:b3:e0 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
mq state UP
group default qlen 1000
??? link/ether 74:da:38:41:e7:dc brd ff:ff:ff:ff:ff:ff
??? inet 192.168.2.150/24 <> brd
192.168.2.255 <> scope global dynamic
noprefixroute wlan0
?????? valid_lft 5346sec preferred_lft 4446sec
??? inet6 fe80::b167:b0a9:4308:e8e9/64 scope link
?????? valid_lft forever preferred_lft forever
?$ ip route
default via 192.168.2.1 <> dev wlan0 proto
dhcp src 192.168.2.150 <> metric 303
192.168.2.0/24 <> dev wlan0 proto dhcp
scope link src 192.168.2.150 <>
metric 303
$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target???? prot opt source?????????????? destination
Chain FORWARD (policy ACCEPT)
target???? prot opt source?????????????? destination
Chain OUTPUT (policy ACCEPT)
target???? prot opt source?????????????? destination
Any other details that may help? It does access the
internet, web
pages come up and the HamClock data updates correctly. I can
tell that
ssh is enabled and working as it can ssh to itself, but not
to other
computers on the network, nor can it ping.
Two essentially the same RPis, .163 works, .150 does not.
michael@Desk-3 ~ $ nmap -Pn 192.168.2.150 <>
Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.150 <>
Host is up (0.068s latency).
All 1000 scanned ports on 192.168.2.150
<> are filtered
Nmap done: 1 IP address (1 host up) scanned in 5.90 seconds
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $ nmap -Pn 192.168.2.163 <>
Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.163 <>
Host is up (0.10s latency).
Not shown: 998 closed ports
PORT???? STATE SERVICE
22/tcp?? open? ssh
5900/tcp open? vnc
Nmap done: 1 IP address (1 host up) scanned in 2.44 seconds
?$ route
Kernel IP routing table
Destination???? Gateway???????? Genmask???????? Flags Metric
Ref
Use Iface
default 192.168.2.1 <>???? 0.0.0.0 UG??? 100 0??????? 0
wlan0
192.168.2.0 <>???? * 255.255.255.0
<>?? U???? 100 0??????? 0
wlan0
Michael
David Ranch wrote on 12/5/23 5:23 PM:
Without having all the details here, I would have to
guess you might
have an incorrect subnet mask configured on your Rpi.
While logged
into the Rpi via the console (HDMI display, etc),
1. gracefully reboot the pi - this might easily resolve
the issue but
won't tell you what happened
2. send us the output of:
??? ip addr
??? ip route
??? sudo iptables -L
--David
KI6ZHD
12/05/2023 02:32 PM, Michael WA7SKG wrote:
I've got a Raspberry Pi that just runs HamClock (for
now). It
accesses the internet without problem. However, I
cannot access it
from my normal desktop or any other computer. It
shows up as a
connected device in my router, and I have the
correct IP address.
From the RPi, I can ping the router fine, but
anything else in the
network comes back as Destination Unreachable. It
can ssh to itself,
but trying to ssh to anything else returns No Route
To Host. When I
try to ssh or ping it from any other computer on the
network, I get
the same results. It has been maybe six months or
more since I tried
to ssh into it and it worked fine then. Nothing has
changed, it
basically hasn't been touched for months.
Any ideas?


Re: Cannot Access RPi

 

Is it possible the router assigned it another IP address?? Do you have it configured for a static IP?

Get
On Dec 6, 2023, at 11:17, Michael WA7SKG <wa7skg@...> wrote:

It was working fine six months ago. Hasn't been touched since, just 
sitting there running HamClock. Just the RPi with a monitor.

Since I built it a year or more ago, I always used ssh to access it and
pulled up HamClock via the web browser interface when I needed to change
it. Haven't needed to touch it for a long time. Decided to change some
things in HamClock and the web couldn't connect. Tried ssh and that did
not work, either, nor could I ping it.

I plugged in a keyboard and mouse since I could not ssh into it to check
things. I can ping the router but nothing else. I can access web pages
and anything over the internet. Just nothing on the local network.
Nothing has been changed in my router in over a year.

Very strange.

Michael WA7SKG


David Ranch wrote on 12/6/23 8:46 AM:

Since this seems to be over wifi, I have seen some access points that
will NOT allow wifi clients to communicate to other adjacent wifi
devices.? Some APs will allow you to enable/disable that cross-client
communications but since it sounds like you have another Wifi-connected
Raspberry Pi that doesn't have this issue, it's hard to explain this
behavior. Maybe these different RPIs are using different hardware (one
is a v3 and the other is a v4) and there is a Wifi HW behavior
difference here?? Another command to try and see what's going on is "arp
-an".? From the problem Rpi, try pinging other known devices on your
internal network be it that they are connected via wifi or wired and
then run the arp command to see if your "broken" Rpi learns the remote
host's MAC address.

Maybe get another SD card, put Raspberry Pi OS 12/Bookworm, and
temporarily boot it on your problem Rpi device and see if that makes any
difference.

--David
KI6ZHD


On 12/05/2023 06:29 PM, Michael WA7SKG wrote:
I've rebooted several times to no avail.? I have multiple RPis and I
see no difference between them, other than they all work except this one.

?$ ip addr
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 scope host lo
?????? valid_lft forever preferred_lft forever
??? inet6 ::1/128 scope host
?????? valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
state DOWN group default qlen 1000
??? link/ether b8:27:eb:27:b3:e0 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP
group default qlen 1000
??? link/ether 74:da:38:41:e7:dc brd ff:ff:ff:ff:ff:ff
??? inet brd scope global dynamic
noprefixroute wlan0
?????? valid_lft 5346sec preferred_lft 4446sec
??? inet6 fe80::b167:b0a9:4308:e8e9/64 scope link
?????? valid_lft forever preferred_lft forever


?$ ip route
default via dev wlan0 proto dhcp src metric 303
dev wlan0 proto dhcp scope link src
metric 303

$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target???? prot opt source?????????????? destination

Chain FORWARD (policy ACCEPT)
target???? prot opt source?????????????? destination

Chain OUTPUT (policy ACCEPT)
target???? prot opt source?????????????? destination



Any other details that may help? It does access the internet, web
pages come up and the HamClock data updates correctly. I can tell that
ssh is enabled and working as it can ssh to itself, but not to other
computers on the network, nor can it ping.

Two essentially the same RPis, .163 works, .150 does not.

michael@Desk-3 ~ $ nmap -Pn

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for
Host is up (0.068s latency).
All 1000 scanned ports on are filtered

Nmap done: 1 IP address (1 host up) scanned in 5.90 seconds
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $ nmap -Pn

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for
Host is up (0.10s latency).
Not shown: 998 closed ports
PORT???? STATE SERVICE
22/tcp?? open? ssh
5900/tcp open? vnc

Nmap done: 1 IP address (1 host up) scanned in 2.44 seconds

?$ route
Kernel IP routing table
Destination???? Gateway???????? Genmask???????? Flags Metric Ref
Use Iface
default???????? ???? 0.0.0.0???????? UG??? 100 0??????? 0
wlan0
???? *?????????????? ?? U???? 100 0??????? 0
wlan0



Michael




David Ranch wrote on 12/5/23 5:23 PM:

Without having all the details here, I would have to guess you might
have an incorrect subnet mask configured on your Rpi. While logged
into the Rpi via the console (HDMI display, etc),

1. gracefully reboot the pi - this might easily resolve the issue but
won't tell you what happened

2. send us the output of:

??? ip addr
??? ip route
??? sudo iptables -L

--David
KI6ZHD

12/05/2023 02:32 PM, Michael WA7SKG wrote:
I've got a Raspberry Pi that just runs HamClock (for now). It
accesses the internet without problem. However, I cannot access it
from my normal desktop or any other computer. It shows up as a
connected device in my router, and I have the correct IP address.
From the RPi, I can ping the router fine, but anything else in the
network comes back as Destination Unreachable. It can ssh to itself,
but trying to ssh to anything else returns No Route To Host. When I
try to ssh or ping it from any other computer on the network, I get
the same results. It has been maybe six months or more since I tried
to ssh into it and it worked fine then. Nothing has changed, it
basically hasn't been touched for months.

Any ideas?








Re: Cannot Access RPi

 

It was working fine six months ago. Hasn't been touched since, just sitting there running HamClock. Just the RPi with a monitor.

Since I built it a year or more ago, I always used ssh to access it and pulled up HamClock via the web browser interface when I needed to change it. Haven't needed to touch it for a long time. Decided to change some things in HamClock and the web couldn't connect. Tried ssh and that did not work, either, nor could I ping it.

I plugged in a keyboard and mouse since I could not ssh into it to check things. I can ping the router but nothing else. I can access web pages and anything over the internet. Just nothing on the local network. Nothing has been changed in my router in over a year.

Very strange.

Michael WA7SKG


David Ranch wrote on 12/6/23 8:46 AM:

Since this seems to be over wifi, I have seen some access points that will NOT allow wifi clients to communicate to other adjacent wifi devices.? Some APs will allow you to enable/disable that cross-client communications but since it sounds like you have another Wifi-connected Raspberry Pi that doesn't have this issue, it's hard to explain this behavior. Maybe these different RPIs are using different hardware (one is a v3 and the other is a v4) and there is a Wifi HW behavior difference here?? Another command to try and see what's going on is "arp -an".? From the problem Rpi, try pinging other known devices on your internal network be it that they are connected via wifi or wired and then run the arp command to see if your "broken" Rpi learns the remote host's MAC address.
Maybe get another SD card, put Raspberry Pi OS 12/Bookworm, and temporarily boot it on your problem Rpi device and see if that makes any difference.
--David
KI6ZHD
On 12/05/2023 06:29 PM, Michael WA7SKG wrote:
I've rebooted several times to no avail.? I have multiple RPis and I see no difference between them, other than they all work except this one.

?$ ip addr
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
?????? valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
??? link/ether b8:27:eb:27:b3:e0 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
??? link/ether 74:da:38:41:e7:dc brd ff:ff:ff:ff:ff:ff
??? inet 192.168.2.150/24 brd 192.168.2.255 scope global dynamic noprefixroute wlan0
?????? valid_lft 5346sec preferred_lft 4446sec
??? inet6 fe80::b167:b0a9:4308:e8e9/64 scope link
?????? valid_lft forever preferred_lft forever


?$ ip route
default via 192.168.2.1 dev wlan0 proto dhcp src 192.168.2.150 metric 303
192.168.2.0/24 dev wlan0 proto dhcp scope link src 192.168.2.150 metric 303

$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target???? prot opt source?????????????? destination

Chain FORWARD (policy ACCEPT)
target???? prot opt source?????????????? destination

Chain OUTPUT (policy ACCEPT)
target???? prot opt source?????????????? destination



Any other details that may help? It does access the internet, web pages come up and the HamClock data updates correctly. I can tell that ssh is enabled and working as it can ssh to itself, but not to other computers on the network, nor can it ping.

Two essentially the same RPis, .163 works, .150 does not.

michael@Desk-3 ~ $ nmap -Pn 192.168.2.150

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.150
Host is up (0.068s latency).
All 1000 scanned ports on 192.168.2.150 are filtered

Nmap done: 1 IP address (1 host up) scanned in 5.90 seconds
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $ nmap -Pn 192.168.2.163

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.163
Host is up (0.10s latency).
Not shown: 998 closed ports
PORT???? STATE SERVICE
22/tcp?? open? ssh
5900/tcp open? vnc

Nmap done: 1 IP address (1 host up) scanned in 2.44 seconds

?$ route
Kernel IP routing table
Destination???? Gateway???????? Genmask???????? Flags Metric Ref Use Iface
default???????? 192.168.2.1???? 0.0.0.0???????? UG??? 100 0??????? 0 wlan0
192.168.2.0???? *?????????????? 255.255.255.0?? U???? 100 0??????? 0 wlan0



Michael




David Ranch wrote on 12/5/23 5:23 PM:

Without having all the details here, I would have to guess you might have an incorrect subnet mask configured on your Rpi. While logged into the Rpi via the console (HDMI display, etc),

1. gracefully reboot the pi - this might easily resolve the issue but won't tell you what happened

2. send us the output of:

??? ip addr
??? ip route
??? sudo iptables -L

--David
KI6ZHD

12/05/2023 02:32 PM, Michael WA7SKG wrote:
I've got a Raspberry Pi that just runs HamClock (for now). It accesses the internet without problem. However, I cannot access it from my normal desktop or any other computer. It shows up as a connected device in my router, and I have the correct IP address. From the RPi, I can ping the router fine, but anything else in the network comes back as Destination Unreachable. It can ssh to itself, but trying to ssh to anything else returns No Route To Host. When I try to ssh or ping it from any other computer on the network, I get the same results. It has been maybe six months or more since I tried to ssh into it and it worked fine then. Nothing has changed, it basically hasn't been touched for months.

Any ideas?


Re: Cannot Access RPi

 

开云体育


Since this seems to be over wifi, I have seen some access points that will NOT allow wifi clients to communicate to other adjacent wifi devices.? Some APs will allow you to enable/disable that cross-client communications but since it sounds like you have another Wifi-connected Raspberry Pi that doesn't have this issue, it's hard to explain this behavior.? Maybe these different RPIs are using different hardware (one is a v3 and the other is a v4) and there is a Wifi HW behavior difference here?? Another command to try and see what's going on is "arp -an".? From the problem Rpi, try pinging other known devices on your internal network be it that they are connected via wifi or wired and then run the arp command to see if your "broken" Rpi learns the remote host's MAC address.

Maybe get another SD card, put Raspberry Pi OS 12/Bookworm, and temporarily boot it on your problem Rpi device and see if that makes any difference.

--David
KI6ZHD


On 12/05/2023 06:29 PM, Michael WA7SKG wrote:

I've rebooted several times to no avail.? I have multiple RPis and I see no difference between them, other than they all work except this one.

?$ ip addr
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
?????? valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
??? link/ether b8:27:eb:27:b3:e0 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
??? link/ether 74:da:38:41:e7:dc brd ff:ff:ff:ff:ff:ff
??? inet 192.168.2.150/24 brd 192.168.2.255 scope global dynamic noprefixroute wlan0
?????? valid_lft 5346sec preferred_lft 4446sec
??? inet6 fe80::b167:b0a9:4308:e8e9/64 scope link
?????? valid_lft forever preferred_lft forever


?$ ip route
default via 192.168.2.1 dev wlan0 proto dhcp src 192.168.2.150 metric 303
192.168.2.0/24 dev wlan0 proto dhcp scope link src 192.168.2.150 metric 303

$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target???? prot opt source?????????????? destination

Chain FORWARD (policy ACCEPT)
target???? prot opt source?????????????? destination

Chain OUTPUT (policy ACCEPT)
target???? prot opt source?????????????? destination



Any other details that may help? It does access the internet, web pages come up and the HamClock data updates correctly. I can tell that ssh is enabled and working as it can ssh to itself, but not to other computers on the network, nor can it ping.

Two essentially the same RPis, .163 works, .150 does not.

michael@Desk-3 ~ $ nmap -Pn 192.168.2.150

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.150
Host is up (0.068s latency).
All 1000 scanned ports on 192.168.2.150 are filtered

Nmap done: 1 IP address (1 host up) scanned in 5.90 seconds
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $ nmap -Pn 192.168.2.163

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.163
Host is up (0.10s latency).
Not shown: 998 closed ports
PORT???? STATE SERVICE
22/tcp?? open? ssh
5900/tcp open? vnc

Nmap done: 1 IP address (1 host up) scanned in 2.44 seconds

?$ route
Kernel IP routing table
Destination???? Gateway???????? Genmask???????? Flags Metric Ref??? Use Iface
default???????? 192.168.2.1???? 0.0.0.0???????? UG??? 100??? 0??????? 0 wlan0
192.168.2.0???? *?????????????? 255.255.255.0?? U???? 100??? 0??????? 0 wlan0



Michael




David Ranch wrote on 12/5/23 5:23 PM:

Without having all the details here, I would have to guess you might have an incorrect subnet mask configured on your Rpi.? While logged into the Rpi via the console (HDMI display, etc),

1. gracefully reboot the pi - this might easily resolve the issue but won't tell you what happened

2. send us the output of:

??? ip addr
??? ip route
??? sudo iptables -L

--David
KI6ZHD

12/05/2023 02:32 PM, Michael WA7SKG wrote:
I've got a Raspberry Pi that just runs HamClock (for now). It accesses the internet without problem. However, I cannot access it from my normal desktop or any other computer. It shows up as a connected device in my router, and I have the correct IP address. From the RPi, I can ping the router fine, but anything else in the network comes back as Destination Unreachable. It can ssh to itself, but trying to ssh to anything else returns No Route To Host. When I try to ssh or ping it from any other computer on the network, I get the same results. It has been maybe six months or more since I tried to ssh into it and it worked fine then. Nothing has changed, it basically hasn't been touched for months.

Any ideas?










Re: Cannot Access RPi

 

Also try connecting the RPi directly to your router with an Ethernet cable so that you are not using the RPi WiFi.


Re: Cannot Access RPi

 

There is a possibility you've done an upgrade to your Pi OS and the RSA key is no longer working. Use the '-v' option with ssh command to get verbose debug info. Also try this

ssh -v -oHostKeyAlgorithms=+ssh-rsa username@ipaddress

/Basil n7nix


Re: Cannot Access RPi

 

what os version are you running on both RPi?


Re: Cannot Access RPi

 

I've rebooted several times to no avail. I have multiple RPis and I see no difference between them, other than they all work except this one.

$ ip addr
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
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether b8:27:eb:27:b3:e0 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 74:da:38:41:e7:dc brd ff:ff:ff:ff:ff:ff
inet 192.168.2.150/24 brd 192.168.2.255 scope global dynamic noprefixroute wlan0
valid_lft 5346sec preferred_lft 4446sec
inet6 fe80::b167:b0a9:4308:e8e9/64 scope link
valid_lft forever preferred_lft forever


$ ip route
default via 192.168.2.1 dev wlan0 proto dhcp src 192.168.2.150 metric 303
192.168.2.0/24 dev wlan0 proto dhcp scope link src 192.168.2.150 metric 303

$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination



Any other details that may help? It does access the internet, web pages come up and the HamClock data updates correctly. I can tell that ssh is enabled and working as it can ssh to itself, but not to other computers on the network, nor can it ping.

Two essentially the same RPis, .163 works, .150 does not.

michael@Desk-3 ~ $ nmap -Pn 192.168.2.150

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.150
Host is up (0.068s latency).
All 1000 scanned ports on 192.168.2.150 are filtered

Nmap done: 1 IP address (1 host up) scanned in 5.90 seconds
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $
michael@Desk-3 ~ $ nmap -Pn 192.168.2.163

Starting Nmap 7.01 ( ) at 2023-12-05 18:23 PST
Nmap scan report for 192.168.2.163
Host is up (0.10s latency).
Not shown: 998 closed ports
PORT STATE SERVICE
22/tcp open ssh
5900/tcp open vnc

Nmap done: 1 IP address (1 host up) scanned in 2.44 seconds

$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.2.1 0.0.0.0 UG 100 0 0 wlan0
192.168.2.0 * 255.255.255.0 U 100 0 0 wlan0



Michael




David Ranch wrote on 12/5/23 5:23 PM:

Without having all the details here, I would have to guess you might have an incorrect subnet mask configured on your Rpi.? While logged into the Rpi via the console (HDMI display, etc),
1. gracefully reboot the pi - this might easily resolve the issue but won't tell you what happened
2. send us the output of:
?? ip addr
?? ip route
?? sudo iptables -L
--David
KI6ZHD
12/05/2023 02:32 PM, Michael WA7SKG wrote:
I've got a Raspberry Pi that just runs HamClock (for now). It accesses the internet without problem. However, I cannot access it from my normal desktop or any other computer. It shows up as a connected device in my router, and I have the correct IP address. From the RPi, I can ping the router fine, but anything else in the network comes back as Destination Unreachable. It can ssh to itself, but trying to ssh to anything else returns No Route To Host. When I try to ssh or ping it from any other computer on the network, I get the same results. It has been maybe six months or more since I tried to ssh into it and it worked fine then. Nothing has changed, it basically hasn't been touched for months.

Any ideas?


Re: Cannot Access RPi

 

开云体育


Without having all the details here, I would have to guess you might have an incorrect subnet mask configured on your Rpi.? While logged into the Rpi via the console (HDMI display, etc),

1. gracefully reboot the pi - this might easily resolve the issue but won't tell you what happened

2. send us the output of:

?? ip addr
?? ip route
?? sudo iptables -L

--David
KI6ZHD

12/05/2023 02:32 PM, Michael WA7SKG wrote:

I've got a Raspberry Pi that just runs HamClock (for now). It accesses the internet without problem. However, I cannot access it from my normal desktop or any other computer. It shows up as a connected device in my router, and I have the correct IP address. From the RPi, I can ping the router fine, but anything else in the network comes back as Destination Unreachable. It can ssh to itself, but trying to ssh to anything else returns No Route To Host. When I try to ssh or ping it from any other computer on the network, I get the same results. It has been maybe six months or more since I tried to ssh into it and it worked fine then. Nothing has changed, it basically hasn't been touched for months.

Any ideas?




Cannot Access RPi

 

I've got a Raspberry Pi that just runs HamClock (for now). It accesses the internet without problem. However, I cannot access it from my normal desktop or any other computer. It shows up as a connected device in my router, and I have the correct IP address. From the RPi, I can ping the router fine, but anything else in the network comes back as Destination Unreachable. It can ssh to itself, but trying to ssh to anything else returns No Route To Host. When I try to ssh or ping it from any other computer on the network, I get the same results. It has been maybe six months or more since I tried to ssh into it and it worked fine then. Nothing has changed, it basically hasn't been touched for months.

Any ideas?


--
73,
Michael WA7SKG

"Any day you do not learn one new thing is a wasted day."


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

Received RPi 5 4GB from PiShop.us yesterday.? Pre-ordered Oct 2.


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

Just received this email from PiShop.us

To whom is eagerly waiting with us,

We are truly sorry for the extended delay. After battling many obstacles, the inventory of Raspberry Pi5 boards and accessories is finally coming to our doors! We understand it’s not as early as we all expected it to happen. Our team has done its best to prepare and is ready to ship all pre-orders as soon as possible.

With our current inventory, we should be able to ship all pre-orders containing the 4GB version this week. We are hoping that the Pi5 with 8GB will follow very very soon and we’ll be able to start shipping those the very next week.

We really do appreciate your everlasting patience and your support during this time! Our whole team will do our best to make sure you can finally start tinkering and start brand-new Pi5 projects.


Your dedicated PiShop.us Team


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

I ordered mine October 3.?
Late October the status of it changed from "pre-ordered" to "back ordered".? I contacted them and they stated that because I had other items in my order that were still not in, my pi was not shipped, as it all had to be shipped as one order.? 2 weeks later, after hearing from several people that ordered their Pi5 8gb in late October and received it the first week of November from them, I emailed them again. I asked why a pi was not pulled from the first shipment and put aside for my order.? They said that wasn't how they worked.? I cancelled my order and ordered from Digi-Key who showed 600 in stock as of wed, 11/22.
That afternoon I received an email saying it was shipped with a FedEx tracking number. Yesterday FedEx updated the system and I will have it Wednesday, 11/29.? They didn't have the cooler and power adapter.? I ordered those from Canakit and those arrived this morning

Get


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

开云体育

I was able to make contact with SparkFun and below is the reply I received from Jennifer.? My order was acknowledged in September!? I ordered thinking my order would be shipped in late October due to a Raspberry Pi announcement here:??

? ? ?

I've not heard a satisfactory explanation for the delay from Raspberry Pi or SparkFun.? Something is rotten in the Pi-5 supply chain!!!? ?Or maybe the 8gb Pi-5??? Some posts on this board suggest that I should have just left my Email with Digi-Key and ordered when they had the Pi-5's.

How can SparkFun ship my Pi-5 in the order of my order placement it they have no info of my place in line?

? ? John,? WoGN

Hello John,


Our system doesn't allow me to see your "assigned place in line" based on our total pre-orders and where you fall on the page it looks like there are somewhere around 1000 orders ahead of you. This is NOT exact in any way, shape or form.


We received our first shipment from Raspberry Pi in October and they only sent us 180 units. At that point we had over 5000 pre-orders, most of which were placed within the first 48 hours of the product being available. They then sent us another shipment in October of less than 500 units.


Please continue to be patient and I assure you we will get your order filled and shipped as quickly as we can! We are unfortunately just waiting on Raspberry Pi to get us product as they continue to build more to support the pre-orders from us and their other Authorized Resellers. They have told us they expect to have all inventory to us within the coming months, but have not given us any more specific details.


Jennifer
Sales & Support Team
6333 Dry Creek Parkway
Niwot, CO. 80503

On Thu, Nov 23, 2023 at 10:20 AM,?<radio@...>?wrote:

My order was a PREORDER acknowledged in late September.

Please see the attached file.

First shipments were expected in late October when I ordered as a guest.

Jennifer, please, where am I on the list?

John M Ely


On 2023-11-23 10:00, Jennifer Mullins from Sparkfun wrote:

Hello,


We are getting inventory shipped as quickly as we get inventory from Raspberry Pi. We are hoping to have all back orders filled over the coming few months as inventory is available.


Jennifer
Sales & Support Team
6333 Dry Creek Parkway
Niwot, CO. 80503

On 2023-11-23 11:44, David Ranch wrote:


Ugh.. really?? This is so lame!? My Sparkfun order had other stuff in it that made it a partial ship (Rpi5 heatsink & battery) so I don't know if I can cancel mine at this point.? I guess I'll continue to wait.? Not a huge issue though.. I have more Rpis than I need.. I think it's become more of a nasty collection habit at this point though I really want to buy a CM4+carrier board setup too.? :-)

--David
KI6ZHD


On 11/22/2023 04:54 PM, N5XMT wrote:
Since SparkFun has shipped Pi5 8G models to other people that I know ordered long after I pre-ordered mine, I cancelled my order.? Digi-Key shows 600 in stock.? Ordered it from them and got a shipping notification already. Should have it by the end of next week

Get


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

开云体育

Here’s a little tip if you have purchased a Pi5 with a case and the active cooling module. Do NOT install the heat sink that comes with the case. The active cooling module will not fit in place with the heat sink installed.

Bob, KN4HH


On Nov 25, 2023, at 2:17 PM, Bob Watson via groups.io <kn4hhptc@...> wrote:

?My pi5 arrived today from the Pi Shop. ?I ordered it in September.
Bob, KN4HH?


On Nov 25, 2023, at 2:05 PM, Mike, N0SO <n0so@...> wrote:

?I sent the PiShop US a request for a shipping status update a few days ago, along with a note expressing my impatience. ?Their response was an order cancellation notification along with a refund to the credit card they charged the order to back in late October.

I’m happy to have the funds back, and I think I’m done with the PiShop.

Mike, N0SO

On Nov 25, 2023, at 12:18?PM, Bill KC9XG <william.diaz@...> wrote:

?

Ordered RPi 5 4GB from PiShop US on October 2,? and impatiently waiting.

Microcenter Westmont,IL showed 1 in stock yesterday morning.? Got there when it opened and they couldn't find it.? Wasted trip

Bill


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

开云体育

My pi5 arrived today from the Pi Shop. ?I ordered it in September.
Bob, KN4HH?


On Nov 25, 2023, at 2:05 PM, Mike, N0SO <n0so@...> wrote:

?I sent the PiShop US a request for a shipping status update a few days ago, along with a note expressing my impatience. ?Their response was an order cancellation notification along with a refund to the credit card they charged the order to back in late October.

I’m happy to have the funds back, and I think I’m done with the PiShop.

Mike, N0SO

On Nov 25, 2023, at 12:18?PM, Bill KC9XG <william.diaz@...> wrote:

?

Ordered RPi 5 4GB from PiShop US on October 2,? and impatiently waiting.

Microcenter Westmont,IL showed 1 in stock yesterday morning.? Got there when it opened and they couldn't find it.? Wasted trip

Bill


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

开云体育

I sent the PiShop US a request for a shipping status update a few days ago, along with a note expressing my impatience. ?Their response was an order cancellation notification along with a refund to the credit card they charged the order to back in late October.

I’m happy to have the funds back, and I think I’m done with the PiShop.

Mike, N0SO

On Nov 25, 2023, at 12:18?PM, Bill KC9XG <william.diaz@...> wrote:

?

Ordered RPi 5 4GB from PiShop US on October 2,? and impatiently waiting.

Microcenter Westmont,IL showed 1 in stock yesterday morning.? Got there when it opened and they couldn't find it.? Wasted trip

Bill


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

Ordered RPi 5 4GB from PiShop US on October 2,? and impatiently waiting.

Microcenter Westmont,IL showed 1 in stock yesterday morning.? Got there when it opened and they couldn't find it.? Wasted trip

Bill


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

I placed my RPi5 pre-order at 11:00pm UTC on the September 28th, and
received a shipping notice November 23, after having requested an order
status update at support@....

More information here:


Best regards,
Larry
WB6BBB


On Sat, 25 Nov 2023 00:00:32 -0800, "Garry Champion via groups.io"
<m3ngc@...> wrote:

Ordered mine from Pimoroni and still waiting although Rpi shop 50 mioes away has good stock apparently.
Oh well.
G


Re: Any PI mag non-subscriber receive an 8gb Pi-5 yet?

 

开云体育

Ordered mine through the PiHut, and it arrived this afternoon!



On 25 Nov 2023, at 08:00, Garry Champion via groups.io <m3ngc@...> wrote:

Ordered mine from Pimoroni and still waiting although Rpi shop 50 mioes away has good stock apparently.
Oh well.
G

--?
Regards
Andy