Whoa, good catch, I was not aware of the subtle variations in syntax. However, it seems like this is not my issue. I took netcat out of the equation and switched to testing with a tiny web server.
On the Pi:
Once again, if I query locally, I get results:
By coming from a different device (same network), I'm blocked:
Tried on a second local device and same thing.
On the Pi:
Code:
pi4@raspberrypi:~ $ python3 -m http.serverServing HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...Code:
pi4@raspberrypi:~ $ curl 192.168.50.37:8000<!DOCTYPE HTML><html lang="en"><head>...Code:
❯ curl 192.168.50.37:8000curl: (7) Failed to connect to 192.168.50.37 port 8000 after 3 ms: Couldn't connect to serverStatistics: Posted by more_of_a_tart_guy — Sun May 25, 2025 10:21 pm