2
I Use This!
Activity Not Available

Ratings and Reviews

Community Rating
5.0
 

Average Rating:   5.0/5.0
Number of Ratings:   2
Number of Reviews:   1

My Review of Firetable

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

Heiko Zi... says:
Easy and fine  
5.0
 
written almost 9 years ago

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

Did this review help you? |

Most Recent Reviews

Heiko Zi... says:
Easy and fine  
5.0
 
written almost 9 years ago

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

Did this review help you? |