Skip to content
Discussion options

You must be logged in to vote

Hi @Bartmr ,

System firewall rules are regular (static) iptables/nftables rules, while the application rules are interactive (you'll be prompted to allow/deny connections) and can be dynamic (regular expressions to match processes by name, cmdline, etc).

Configuring Inbound or Outbound to Deny changes the Netfilter default policy to Deny for the filter-input and mangle-output chains:

Then if you want to open a port, for Inbound connections you have to add a system firewall rule (to allow incoming ssh connections for example).
For Outbound connections only the configured applications will be allowed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Bartmr
Comment options

Answer selected by Bartmr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants