Article 5EY6C NFTables questions

NFTables questions

by
notooth
from LinuxQuestions.org on (#5EY6C)
I am studying NFTables, and I have some rules in /etc/nftables/nftables_firewall:
Code:table ip filter {
chain output {
type filter hook output priority 100; policy accept;
}

# allow LAN to firewall, disallow WAN to firewall
chain input {
type filter hook input priority 0; policy accept;
iifname "lan0" accept
iifname "wan0" drop
}Can anyone tell me how to apply these rules without rebooting?latest?d=yIl2AUoC8zA latest?i=hXTIoawmhqg:rwlT3s8Xne0:F7zBnMy latest?i=hXTIoawmhqg:rwlT3s8Xne0:V_sGLiP latest?d=qj6IDK7rITs latest?i=hXTIoawmhqg:rwlT3s8Xne0:gIN9vFwhXTIoawmhqg
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments