14 lines
354 B
Text
Executable file
14 lines
354 B
Text
Executable file
# interfaces(5) file used by ifup(8) and ifdown(8) Include files from
|
|
# /etc/network/interfaces.d:
|
|
source-directory /etc/network/interfaces.d
|
|
|
|
auto usb0
|
|
iface usb0 inet static
|
|
address 192.168.124.1
|
|
netmask 255.255.255.0
|
|
broadcast 192.168.124.255
|
|
|
|
auto wlan0
|
|
allow-hotplug wlan0
|
|
iface wlan0 inet dhcp
|
|
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
|