kerberos-io / kios

A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
https://www.kerberos.io
Other
196 stars 38 forks source link

Static IP config and bash script need seperating for WiFi and ethernet #20

Open traitors-gate opened 6 years ago

traitors-gate commented 6 years ago

I wanted to connect an IP camera to the Ethernet port of the RaspPI and use the wifi to connect to my router guest network. (IP camera with infrared was cheap but I don't want it on my main network!). I couldn't figure out why the IP address of the wired Ethernet kept changing but then I noticed the static IP confit file only had one address variable and the bash script

traitors-gate commented 6 years ago

... for the networking did something funky. I'm no expert with bash scripts but after switching into debug mode managed to hack the script such that the Ethernet is always hard coded and the static IP Config only applies to the WiFI. It would be good to have 2 separate entires in the static IP config?

traitors-gate commented 6 years ago

Confit=config... sorry, I can't type tonight :-)