Raspberry Pi
Static IP for Wifi
sudo vi /etc/network/interfaces
Add wifi string ID (Different from wifi SSID)
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcpiface home_static inet static
address 192.168.0.53
netmask 255.255.255.0
gateway 192.168.0.1
Comments
Post a Comment