Advertisement
Guest User

Untitled

a guest
May 13th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement