Advertisement
DeaD_EyE

/etc/network/interfaces.client-mode

Feb 23rd, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. allow-hotplug eth0
  6. iface eth0 inet manual
  7.  
  8. auto wlan0
  9. allow-hotplug wlan0
  10. iface wlan0 inet dhcp
  11. wpa-conf /etc/wpa_supplicant/home.conf
  12. up /etc/init.d/hostapd stop
  13. up /etc/init.d/dnsmasq stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement