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 0755 'network/interfaces.d'
maybe chmod 0644 'networks'
maybe chmod 0755 'newt'
auto lo
iface lo inet loopback
-iface eth0 inet dhcp
+iface eth0 inet manual
up ifconfig eth0 promisc
auto wlan0
iface wlan0 inet dhcp
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
#net.ipv4.tcp_syncookies=1
# Uncomment the next line to enable packet forwarding for IPv4
-#net.ipv4.ip_forward=1
+net.ipv4.ip_forward=1
# Uncomment the next line to enable packet forwarding for IPv6
# Enabling this option disables Stateless Address Autoconfiguration
# based on Router Advertisements for this host
-#net.ipv6.conf.all.forwarding=1
+net.ipv6.conf.all.forwarding=1
###################################################################