Differences between revisions 2 and 3
Revision 2 as of 2017-06-05 06:53:02
Size: 908
Editor: PieterSmit
Comment:
Revision 3 as of 2017-06-05 07:57:18
Size: 1006
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
   * Easy to extend , and supports multi uplink loadbalancing.    * Easy to extend , and supports multi up-link load-balancing.
Line 14: Line 15:
 * sudo apt install whois jq nfacct traceroute graphviz
 * sudo dpkg -i firehol_3.1.1+ds-1_all.deb firehol-common_3.1.1+ds-1_all.deb firehol-doc_3.1.1+ds-1_all.deb firehol-tools_3.1.1+ds-1_all.deb firehol-tools-doc_3.1.1+ds-1_all.deb
 * Firehol
  
* sudo apt install whois jq nfacct traceroute graphviz
   * sudo dpkg -i firehol_3.1.1+ds-1_all.deb firehol-common_3.1.1+ds-1_all.deb firehol-doc_3.1.1+ds-1_all.deb
 * Firehol-tools
 * sudo apt install curl wget git unzip
 * sudo dpkg -i firehol-tools_3.1.1+ds-1_all.deb firehol-tools-doc_3.1.1+ds-1_all.deb

FireHol - Firewall

  • Links: SecurityFirewall linux/firewall

  • A great tool to manage Linux iptables firewall rules
    • Simple bash interpreter.
    • Very compact syntax, easy to read.
    • Support IPv4 and IPv6
    • Same syntax used for QOS rules.
    • Integrates with IPSET for black listing etc.
    • Easy to extend , and supports multi up-link load-balancing.

Install Latest

  • Download debian SID/TESTing .deb packages
  • Firehol
    • sudo apt install whois jq nfacct traceroute graphviz
    • sudo dpkg -i firehol_3.1.1+ds-1_all.deb firehol-common_3.1.1+ds-1_all.deb firehol-doc_3.1.1+ds-1_all.deb
  • Firehol-tools
  • sudo apt install curl wget git unzip
  • sudo dpkg -i firehol-tools_3.1.1+ds-1_all.deb firehol-tools-doc_3.1.1+ds-1_all.deb

IPSET

  • Install tool
    • $ sudo apt install ipset
  • Install tool
    • $ sudo apt install iprange
  • Add iptables support
    • $ sudo apt install xtables-addons-common

...

Linux/FireHol (last edited 2022-07-12 10:44:53 by PieterSmit)