My favorites | Sign in
Project Logo
                
People details
Project owners:
  VitalkaDrug
Project committers:
A.Shupikov

English | Русский

flex-fw - flexible front-end for iptables

Description

flex-fw is a small and fast front-end for Linux iptables utility with an easy command syntax like ipfw or pf from BSD systems.

Features

Syntax example

# Access from me to anybody
allow output to any

# Access to my web server
allow input proto icmp
allow input from any in-if $ifWan to $ipWan proto tcp dport http

# Access to DMZ server
allow forward from any to $ipDmzServer in-if $ifWan out-if $ifDMZ proto icmp
allow forward from any to $ipDmzServer in-if $ifWan out-if $ifDMZ proto tcp dport http
allow forward from any to $ipDmzServer in-if $ifWan out-if $ifDMZ proto tcp dport https

# SNAT for LAN
allow forward in-if $ifLan from $netLan out-if $ifWan
snat to-addr $ipWan out-if $ifWan from $netLan

Latest version

Latest version is 0.1.7

Documentation

See Quick Start Guide.

Help with flex-fw

I have not enough time to complete project documentation. You could help.

Supported Linux distribution

To Do

Change Log

Discussion

Contacts









Hosted by Google Code