From 0c9863f2bd7dd4d910c3083b7e7387ad5430c7a0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 19 Oct 2016 12:48:15 +0100 Subject: [PATCH] Message on changing static IP address --- src/freedombone-controlpanel | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 22c51722..a81a398c 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -1369,6 +1369,12 @@ Enter a static local IP address for this system.\n\nIt will typically be 192.168 echo '# network 192.168.7.0' >> /etc/network/interfaces echo '# gateway 192.168.7.1' >> /etc/network/interfaces + clear + echo '' + echo $'Restarting the network daemon.' + echo '' + echo $'If you logged in using the previous IP address then you may need to close this terminal and log in again on the new one.' + systemctl restart networking # see if the IP address has changed