Replies: 3 comments 10 replies
-
@DD4WH For a static IP address using HTTPS, do everything you have but choose different ports (above 6000) since 8080 and 8888 are used in for GoTTY. I chose ports 9090 and 9898 because they're easy to type, but I've verified that works. Sorry for all the crappy first responses!!! IMPORTANT NOTE
to
and then reloading the service file
then restart the Web Terminal service in "Tools" > "Services" or disabled it altogether. Yikes I need to be more thoughtful before responding. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, Patrick for your detailed and carefully tested reply and suggestions! |
Beta Was this translation helpful? Give feedback.
-
following the subject .... A sample configuration for dhcpcd.… all comments removed for clarityhostname interface eth0 interface wlan0 Now... my wifi connection (wlan0) is working fine and rPi is using static ip .113 but eth0 is still using dhcp adress (.229) - it is not using static .114 Whats wrong ? |
Beta Was this translation helpful? Give feedback.
-
I have a BirdNET-Pi inside a large LAN network which requires a static IP adress.
I altered /etc/dhcpcd.conf and inserted the following:
auto eth0
interface eth0
static ip_adress=MY.IP.ADD.RESS:24
static routers=MY.STANDARD.GATE.WAY
static domain_name_servers=MY.DNS.SER.VERS
Because connection to the Pi was only possible by putty by that time, I altered
birdnet.conf
and changed this:
BIRDNETPI_URL=https://MY.IP.ADD.RESS
BIRDNETPI_URL=https://MY.IP.ADD.RESS:8080
BIRDNETPI_URL=https://MY.IP.ADD.RESS:8888
Then I did the same in
sudo nano /etc/caddy/Caddyfile
and changed/added the same IPs
After that, I can now access the Log and the Web Terminal page, but not the main page.
Do I need to change something else?
Beta Was this translation helpful? Give feedback.
All reactions