| 1 | # interfaces(5) file used by ifup(8) and ifdown(8) |
| 2 | # Include files from /etc/network/interfaces.d: |
| 3 | source /etc/network/interfaces.d/* |
| 4 | |
| 5 | auto eth0 |
| 6 | iface eth0 inet dhcp |
| 7 | |
| 8 | auto wlan0 |
| 9 | iface wlan0 inet dhcp |
| 10 | wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf |