Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 13th, 2012  |  syntax: None  |  size: 0.57 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. #auto wlan0
  9. #iface wlan0 inet dhcp
  10.  
  11. iface wlan0 inet static
  12. address 192.168.137.134
  13. netmask 255.255.255.0
  14. wpa-ssid GillespieWireless
  15. wpa-ap-scan 1
  16. wpa-key-mgmt WPA-PSK
  17. wpa-psk bee3fb7f818076ebd6e21db3e56b0cc75afadc72c7bc2aa339d4536b287a7eaa
  18. gateway 192.168.137.1
  19.  
  20. # The primary network interface
  21. auto eth0
  22. iface eth0 inet dhcp
  23.  
  24. #       post-up /etc/init.d/ssh_tunnel