Add intro.html
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
<header>Introduction</header>
|
||||||
|
<p>nftables stores firewall rules in tables. Each table belongs to a family (such as <tt>inet</tt>, <tt>ip</tt>, or <tt>ip6</tt>) and contains one or more chains. Chains contain rules, and each rule is a sequence of tests (matches) followed by an action like <tt>accept</tt>, <tt>drop</tt>, <tt>jump</tt>, or <tt>log</tt>. Named sets can group addresses or services for reuse in multiple rules.</p>
|
||||||
|
<p>To get started, use the Setup page to create a default ruleset, or create a table and chain manually. Then add rules (and sets) from the table view. When you are ready to activate your changes, click Apply Configuration to load the ruleset into the kernel.</p>
|
||||||
|
<footer>nft(8)</footer>
|
||||||
@@ -68,7 +68,7 @@ setup_header=Create Default Ruleset
|
|||||||
setup_desc=This page allows you to create a default nftables ruleset. Select one of the options below and click 'Create'.
|
setup_desc=This page allows you to create a default nftables ruleset. Select one of the options below and click 'Create'.
|
||||||
setup_deny_note=Deny options will still allow SSH (port 22), Webmin (port $1), and localhost (loopback).
|
setup_deny_note=Deny options will still allow SSH (port 22), Webmin (port $1), and localhost (loopback).
|
||||||
setup_allow_all=Allow all traffic
|
setup_allow_all=Allow all traffic
|
||||||
setup_deny_incoming=Deny all incoming traffic, allow all outgoing (except SSH and Webmin)
|
setup_deny_incoming=Deny all incoming traffic (except SSH and Webmin), allow all outgoing
|
||||||
setup_deny_all=Deny all traffic (except SSH and Webmin)
|
setup_deny_all=Deny all traffic (except SSH and Webmin)
|
||||||
setup_create=Create
|
setup_create=Create
|
||||||
setup_invalid_type=Invalid ruleset type selected.
|
setup_invalid_type=Invalid ruleset type selected.
|
||||||
|
|||||||
Reference in New Issue
Block a user