arpitjindal97 / raspbian-recipes

Raspberry networking made easy - Need Contributors
GNU General Public License v3.0
410 stars 164 forks source link

Compatibility Raspbian 11/Bullseye #56

Closed stempst0r closed 2 years ago

stempst0r commented 2 years ago

On Raspian 11 "iptables" isn't installed by default. The scripts highly relay on routings rules configured with iptables.

Simply add "sudo apt get iptables" to your README.md and compatibility is granted with latest os.

Successfully use "eth-to-wifi-route.sh" on raspi 4 with Raspbian 11.

arpitjindal97 commented 2 years ago

Would you mind raising a small PR for it?

stempst0r commented 2 years ago

Did the PR :)