I had Razberry setup and functioning great, until a power outage somehow changed the static IP address of my Rpi and left me with 2 IP addresses. I changed some settings in the /etc/network/network file and got ethernet to work now, however I can't get USB wifi to work. Can someone please provide steps on how to reset network config settings and setup static IP that will not give me two IP addresses when the power goes out?
Below is the network file that I have edited, it used to work but now the USB wifi no longer works. The GUI wifi network settings now displays "dhcpcd not running" where the wifi signal is normally shown. I don't see a folder for dhcpcd on /etc, should there be a directory for dhcpcd? I only see /etc/dhcp and /etc/dhcp3 directories.
/etc/network/network
******************************
auto lo
iface lo inet loopback
iface eth0 inet static
auto eth0
allow-hotplug eth0
iface eth0 inet static
address XXX.XXX.X.XX
netmask XXX.XXX.XXX.X
network XXX.XXX.X.X
broadcast XXX.XXX.X.XXX
gateway XXX.XXX.X.X
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
I have not edited wpa_supplicant.conf with my SSID and PWD since the power outage and it still has correct information. I have not touched /etc/dhcp/dhcpd.conf ever, is there anything in this file that I need to change? Any help is much appreciated!
Thanks!
Network configuration settings
Re: Network configuration settings
Looks like not really related to RaZberry. Please check Raspbian generic forums