3korre.se

by ekorrar for ekorrar!

User Tools

Site Tools


raspberry_wifi_sip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
raspberry_wifi_sip [2016/04/25 16:16]
ekorre created
raspberry_wifi_sip [2017/02/28 16:44] (current)
ekorre
Line 1: Line 1:
 ===== Wifi & Static IP on Raspberry Pi ===== ===== Wifi & Static IP on Raspberry Pi =====
- 
- 
  
 <code bash> <code bash>
Line 32: Line 30:
 gateway 192.168.1.1 gateway 192.168.1.1
 </file> </file>
- 
  
 <code bash> <code bash>
Line 38: Line 35:
 </code> </code>
  
-<file bash >+<file bash wpa_supplicant.conf >
 country=SE country=SE
 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
Line 49: Line 46:
 } }
 </file> </file>
 +
 +<code bash>
 +Raspberry Jessie
 +sudo nano /etc/dhcpcd.conf
 +
 +
 +interface wlan0
 +
 +static ip_address=192.168.0.200/24
 +static routers=192.168.0.1
 +static domain_name_servers=192.168.0.1
 +
 +reboot
 +</code>
raspberry_wifi_sip.1461593772.txt.gz ยท Last modified: 2016/04/25 16:16 by ekorre