Replies: 5 comments 1 reply
-
"(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)" Try sudo netstat -ntap|grep LISTEN |
Beta Was this translation helpful? Give feedback.
-
Oh, yes, of course, oops. However, there simply isn't anything running on ipv4 port 80. I can use lynx locally to connect on port 80, but not from a browser on the same local network. It appears "caddy" is what's used to configure the listening port, based on it currently running on an ipv6 port 80? |
Beta Was this translation helpful? Give feedback.
-
Here's what netstat looks like as root:
Here's the journalctl output from restarting caddy:
|
Beta Was this translation helpful? Give feedback.
-
Mine looks pretty similar to yours, no obvious listener on port 80 IPV4
I have no problem accessing my Birdnet-Pi webpage on port 80 at http://birdnetpi.local/ from my Windows desktop using Chrome (or other browser) |
Beta Was this translation helpful? Give feedback.
-
Okay, accessing it in an incognito browser "fixed" the problem, ugh. Apparently despite accessing it expliclty using http:// it still resorted to accessing it as https://. I'm still curious how to explicitly set the ipv4 IP for this and/or why it isn't being displayed in netstat output? |
Beta Was this translation helpful? Give feedback.
-
Hi, I've just installed birdnet successfully on my raspberry using the "comprehensive install guide" and can access it successfully using ssh. However, there's nothing listening on ipv4 port 80:
Where do I configure the listen port so I can access it on my local lan?
I'm more of a fedora user than a debian user, but I'm generally familiar with Linux.
Beta Was this translation helpful? Give feedback.
All reactions