# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
#source-directory /etc/network/interfaces.d

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0

# --- Setup for "infrastructure mode" ---
#iface wlan0 inet dhcp
#    wpa-conf /etc/wpa_supplicant.conf
#    wpa-driver wext

# --- Setup for "access point mode" ---
iface wlan0 inet static
    address 192.168.0.1
    netmask 255.255.255.0



