Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. iface eth0 inet static
  2. address 192.168.1.12
  3. netmask 255.255.255.0
  4. network 192.168.1.0
  5. broadcast 192.168.1.255
  6. gateway 192.168.1.1
  7.  
  8. allow-hotplug wlan0
  9. iface wlan0 inet manual
  10. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  11. iface default inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement