| Server IP : 127.0.1.1 / Your IP : 216.73.216.152 Web Server : Apache/2.4.52 (Ubuntu) System : Linux bahcrestlinepropertiesllc 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/2792866/cwd/usr/share/doc/nftables/ |
Upload File : |
How to start
============
The nftables Debian package gives you access to the 'nft' utility.
There is another component, in the kernel, which is the nf_tables subsystem.
From the nft utility you control which rules are loaded into the kernel.
The Debian package comes with some example ruleset you may use as a starting
point. Check them at /usr/share/doc/nftables/examples/
Extensive online documentation is available at:
https://wiki.nftables.org
The default rules file in debian is /etc/nftables.conf
Some basic commands
===================
Try these basic commands to know more about nftables on your machine:
user@debian:~$ sudo nft list ruleset
user@debian:~$ sudo nft flush ruleset
user@debian:~$ sudo nft add table inet filter
user@debian:~$ sudo nft add chain inet filter input { type filter hook input priority 0 \; policy drop }
user@debian:~$ sudo nft add rule inet filter input ct state established counter accept
user@debian:~$ sudo nft list ruleset
System service (auto-load at boot)
==================================
This package includes a pre-configured systemd service file which you can
optionally enable to auto-load your firewall at boot time.
user@debian:~$ sudo systemctl enable nftables.service
Migrating from iptables
=======================
Please read the docs at:
https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables