slide

Raspberry Wifi – Static IP on Wireless LAN with WPA Supplicant

Ever wondered how to set up a static IP on your Raspberry Pi connected via Wireless LAN? 1. Check your current IP and check the current Wifi setup. By default IP is given by DHCP server in your router. sudo ifconfig 2. Edit your network interfaces file sudo nano /etc/network/interfaces…