INT-firewall konfiguration

From Datateknik
Revision as of 11:40, 20 January 2020 by Imra (Talk | contribs)

Jump to: navigation, search

Nedanstående fungerar ej!

Gamla FirewallD

Detta är ett scripts som tar bort allt gammalt

  1. !/usr/sbin/nft -f

flush ruleset

 table inet filter {
   chain input { 
     type filter hook input priority 0;
     policy drop;

}

   chain forward {
     type filter hook input priority 0;
     policy accept;

}

   chain output {
     type filter hook input priority 0;
     policy accept;

}

Personal tools
Namespaces

Variants
Actions
Navigation
Tools