apinf / platform

Apinf - Open source API management platform with multi proxy and protocol support
https://apinf.com/
European Union Public License 1.1
74 stars 33 forks source link

How to set static IP in Dockerized installation on RaspberryPi #2198

Closed kyyberi closed 5 years ago

kyyberi commented 7 years ago

Discover novel method to set static IP address on RaspberryPi when deploying APinf platform on it. Minimum is instructions how to do it, anything more automated / simple is plus.

Related to #2071

kyyberi commented 7 years ago

One way to do it would be crontab. Assign wanted IP on reboot sudo crontab -e: @reboot sudo ifconfig eth0 192.168.2.1

Here's discussion about the topic https://www.raspberrypi.org/forums/viewtopic.php?t=124423

Nazarah commented 5 years ago

@ilarimikkonen since u work with raspberryPi, can u take a look in this one? perhaps experiment?

ilarimikkonen commented 5 years ago

nope