0
Отвечен

Fixed IP adress Iridium Server

Jurgen de Meulenaere 5 лет назад в Tips and Tricks обновлен Aleksandr Romanov (CTO) 5 лет назад 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?

На рассмотрении

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.

Сервис поддержки клиентов работает на платформе UserEcho