init-ifupdown: Fix interfaces definition for network
This commit is contained in:
parent
c388421a3f
commit
de8f190eaa
22
recipes-core/init-ifupdown/files/raspberrypi4-64/interfaces
Normal file
22
recipes-core/init-ifupdown/files/raspberrypi4-64/interfaces
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# The loopback interface
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# Wireless interface
|
||||||
|
allow-hotplug wlan0
|
||||||
|
auto wlan0
|
||||||
|
iface wlan0 inet dhcp
|
||||||
|
wireless_mode managed
|
||||||
|
wireless_essid any
|
||||||
|
wpa-driver nl80211
|
||||||
|
wpa-conf /etc/wpa_supplicant.conf
|
||||||
|
wireless-power off
|
||||||
|
|
||||||
|
|
||||||
|
# Wired interface
|
||||||
|
auto eth0
|
||||||
|
iface eth0 inet dhcp
|
||||||
|
|
||||||
|
# Bluetooth networking
|
||||||
|
iface bnep0 inet dhcp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user