# The loopback network interface
auto lo
iface lo inet loopback
#
auto eth0
iface eth0 inet dhcp (was on manual before)
#
auto br0
iface br0 inet dhcp
bridge_ports eth0
# bridge_stp off
# bridge_fd 0
# bridge_maxwait 0
I've made a small change (manual to dhcp). But still no changes.
also I just realized I wasn't plugged through ethernet, but Wifi...
But I've already tried "all" instead of "eth0" on "bridge_ports".
I also tried wlan0 instead, and added wlan0=wlan0 to ifstate.
still no changes, no br0 according to ifconfig.
still digging. Any hint welcomed.