raspberry-pi
raspberry-pi copied to clipboard
Failed to bring up br0.
Hi, i get this from my pi_startup.log:
Failed to bring up br0. Starting isc-dhcp-server (via systemctl): isc-dhcp-server.service failed!
Could you give me info?
Thanks
Hi!
One thing I realize I forgot to mention was installing the bridge-utils package which is needed to bring up br0. Could you run the following, then try again?
sudo apt-get install bridge-utils
Also, I edited the readme to make it more understandable. Let me know how this goes!