You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
... 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?
cedricve
changed the title
Static IP confit and bash script need seperating for WiFi and ethernet
Static IP config and bash script need seperating for WiFi and ethernet
Aug 1, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: