Average Rating: 5.0/5.0Number of Ratings: 2Number of Reviews: 1
My Review of Firetable |
||
You have not rated or reviewed this project.Click below to rate/review. | My Rating: | |
New Review |
I use it on my linux hosts. I like this easys readble config. It supports nat and all what I need. For me its a better choice than ufw and so on.
Example:
# Firetable configuration for IPv4
# Settings
#
set subnetmask 32
# Incoming traffic
accept incoming tcp to server:{22, 25, 80, 443, 993, 995}
accept incoming udp to server:53
accept incoming icmp type 11 from anywhere to server # Traceroute
drop incoming udp to anywhere:{137,138}
# Outgoing traffic
accept outgoing ip
For debian you only need this requirements: sudo apt-get install php5-cli debhelper fakeroot
I use it on my linux hosts. I like this easys readble config. It supports nat and all what I need. For me its a better choice than ufw and so on.
Example:
# Firetable configuration for IPv4
# Settings
#
set subnetmask 32
# Incoming traffic
accept incoming tcp to server:{22, 25, 80, 443, 993, 995}
accept incoming udp to server:53
accept incoming icmp type 11 from anywhere to server # Traceroute
drop incoming udp to anywhere:{137,138}
# Outgoing traffic
accept outgoing ip
For debian you only need this requirements: sudo apt-get install php5-cli debhelper fakeroot