0
Beantwoord
Fixed IP adress Iridium Server
Jurgen de Meulenaere 6 jaar geleden
in Tips and Tricks
•
bijgewerkt door Aleksandr Romanov (CTO) 6 jaar geleden •
2
I'm running Iridium Server on a Raspberry Pi, how can i change the PI from DHCP to fixed IP adress? Is it possible to change that in Iridium Server? Or do i have to do that in the Pi software?
Customer support service by UserEcho
Hello.
In the pro version, this can be done via the web interface:
Static address on older releases Jessie:/etc/network/interfaces
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
On new releases Raspbian JESSIE config /etc/network/interfaces is ignored. Need to edit /etc/dhcpcd.conf
nodhcp
interface eth0
static ip_address=192.168.1.10/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
Then restart the network or make a reboot.
In the lite version, the server address can be changed in the Configurator after adding and activating the server.