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

Both sides previous revision Previous revision
raspberry_wifi_sip [2017/02/28 16:42]
ekorre
raspberry_wifi_sip [2017/02/28 16:44] (current)
ekorre
Line 47: Line 47:
 </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.txt ยท Last modified: 2017/02/28 16:44 by ekorre