maybe chmod 0644 'network/interfaces'
maybe chmod 0644 'network/interfaces.1479666602'
maybe chmod 0644 'network/interfaces.1479668150'
-maybe chmod 0644 'network/interfaces.backup_05122018'
+maybe chmod 0644 'network/interfaces.brwlan0eth0'
maybe chmod 0755 'network/interfaces.d'
maybe chmod 0644 'networks'
maybe chmod 0755 'newt'
up ifconfig eth0 promisc
auto wlan0
-allow-hotplug wlan0
+ allow-hotplug wlan0
iface wlan0 inet dhcp
- wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
+ wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
-auto br0
-iface br0 inet manual
-bridge_ports eth0 wlan0
-bridge_fd 0
-bridge_stp off
#auto yahmbr0
#iface yahmbr0 inet dhcp
+++ /dev/null
-# interfaces(5) file used by ifup(8) and ifdown(8)
-
-# Please note that this file is written to be used with dhcpcd
-# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
-
-# Include files from /etc/network/interfaces.d:
-source-directory /etc/network/interfaces.d
-
-auto lo
-iface lo inet loopback
-
-iface eth0 inet dhcp
- up ifconfig eth0 promisc
-
-auto wlan0
-allow-hotplug wlan0
-iface wlan0 inet dhcp
- wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
-
-
-#auto yahmbr0
-#iface yahmbr0 inet dhcp
-# pre-up ifup wlan0
-# pre-up ifup eth0
-# bridge_ports eth0 wlan0
-# bridge_waitport 0
-# bridge_fd 0
--- /dev/null
+# interfaces(5) file used by ifup(8) and ifdown(8)
+
+# Please note that this file is written to be used with dhcpcd
+# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
+
+# Include files from /etc/network/interfaces.d:
+source-directory /etc/network/interfaces.d
+
+auto lo
+iface lo inet loopback
+
+iface eth0 inet manual
+ up ifconfig eth0 promisc
+
+auto wlan0
+ allow-hotplug wlan0
+iface wlan0 inet manual
+
+auto br0
+ iface br0 inet dhcp
+ bridge_ports wlan0 eth0
+ bridge_fd 0
+ bridge_stp off
+ bridge_maxwait 5
+#pre-up ifup wlan0
+
+wpa-iface wlan0
+wpa-bridge br0
+wpa-driver nl80211,wext
+wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
+
+#auto yahmbr0
+#iface yahmbr0 inet dhcp
+# pre-up ifup wlan0
+# pre-up ifup eth0
+# bridge_ports eth0 wlan0
+# bridge_waitport 0
+# bridge_fd 0