Advertisement
Ariii

Untitled

Jun 4th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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. auto eth1
  5. iface eth1 inet dhcp
  6. wpa-ssid ScottNet
  7. wpa-psk ****MY PASSWORD (Sorry, I don't like to give that out)****
  8.  
  9. # The loopback network interface
  10. auto lo
  11. iface lo
  12.  
  13. # The primary network interface
  14. allow-hotplug eth0
  15. iface eth0 inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement