This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Os/root-fs/etc/network/interfaces
2018-04-07 23:26:16 +02:00

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