Guest User

Untitled

a guest
Mar 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. interface wlan0
  2. static ip_address=192.168.178.3/24
  3. static routers=192.168.178.1
  4. static domain_name_servers=192.168.178.1
  5.  
  6. country=GB
  7. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  8. update_config=1
  9. network={
  10. ssid="ssidforwifi"
  11. psk="wifipsk"
  12. }
Add Comment
Please, Sign In to add comment