Cargando…
Bouncer is an application to help you choose the correct firewall zone for wireless connections. When you connect to a new network, a window opens prompting you for what kind of network (eg home, public, work) it is. When you choose the network type, it is associated with that network and automatically used in the future.
NetworkManager and firewalld are required. If you don't use those, you can't use Bouncer. Fedora uses both by default. Other distributions may not.
Additional setup is required after installation. See the applicable section for your distribution. Once the setup is done, start Bouncer manually to enable autostart. After that, it will start automatically when you log in.
Fedora
Ubuntu
sudo apt remove ufw
sudo apt install firewalld
netdev
group (eg usermod -a -G netdev justin
). Alternatively, you can create a custom polkit rule for the org.freedesktop.NetworkManager.settings.modify.system
action (how to create custom polkit rules is beyond the scope of this document and is left as an exercise for the reader).Debian
sudo apt install firewalld
netdev
group (eg usermod -a -G netdev justin
). Alternatively, you can create a custom polkit rule for the org.freedesktop.NetworkManager.settings.modify.system
action (how to create custom polkit rules is beyond the scope of this document and is left as an exercise for the reader).