rafiardneriv

/etc/network/interfaces

May 31st, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. source /etc/network/interfaces.d/*
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. allow-hotplug eth1
  6. iface eth1 inet dhcp
  7.  
  8. iface usb0 inet static
  9. address 192.168.7.2
  10. netmask 255.255.255.0
  11. network 192.168.7.0
  12. gateway 192.168.7.1
  13.  
  14. allow-hotplug wlan0
  15. iface wlan0 inet dhcp
  16. wpa-ssid "WifiNetwork"
  17. wpa-psk "wifipasswor#"
Add Comment
Please, Sign In to add comment