Static IP for wlan0 on RPI2 does not work anymore - Raspberry Pi Forums
hello everybody!
seems there have been changes way static ip can requested rpi 2 itself.
until had following code in /etc/network/interfaces , worked perfectly: well, not since ran update today. seems static ip has requested somehow using /etc/dhcpcd.conf.
i've read every post find , wasted hours trying fix it, won't work. can please guide me how transfer data /etc/network/interfaces /etc/dhcpcd.conf? or other way fix appreciated.
house's heating system relies on 2 rpis i'm left without heating.
can't understand how introduce such major change without backward compatibility , no clear guide on how set up...
ps: same code i've shown in /etc/network/interfaces still works fine older rpi1 devices, rpi2 messed now.
thanks!
seems there have been changes way static ip can requested rpi 2 itself.
until had following code in /etc/network/interfaces , worked perfectly:
code: select all
iface wlan0 inet static address 192.168.0.122 netmask 255.255.255.0 network 192.168.0.1 broadcast 192.168.0.255 gateway 192.168.0.0 wpa-ssid "my network" wpa-psk "***"
i've read every post find , wasted hours trying fix it, won't work. can please guide me how transfer data /etc/network/interfaces /etc/dhcpcd.conf? or other way fix appreciated.
house's heating system relies on 2 rpis i'm left without heating.
can't understand how introduce such major change without backward compatibility , no clear guide on how set up...
ps: same code i've shown in /etc/network/interfaces still works fine older rpi1 devices, rpi2 messed now.
thanks!
sudo apt-get purge ifplugd raspberrypi-net-mods
put old way.
put old way.
raspberrypi
Comments
Post a Comment