Advertisement
Guest User

RPi ad-hoc settings 2

a guest
Oct 19th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ########################################
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. ########################################
  6. iface default inet dhcp
  7.  
  8. ########################################
  9. iface eth0 inet dhcp
  10.  
  11. ########################################
  12. #allow-hotplug wlan0
  13. #iface wlan0 inet manual
  14. #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  15.  
  16. # Ad-Hoc
  17. auto wlan0
  18. iface wlan0 inet static
  19. address 192.168.1.2
  20. netmask 255.255.255.0
  21. wireless-channel 1
  22. wireless-essid WLAN-123456
  23. wireless-mode ad-hoc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement