Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > System > Networking

    Initial SIMPLE IP Firewall

    Download button

    No screenshots available
    Downloads: 490  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Oskar Andreasson | More programs
    GPL / FREE
    February 13th, 2007, 15:59 GMT
    ROOT / System / Networking

     Read user reviews (0)  Refer to a friend  Subscribe

    Initial SIMPLE IP Firewall description

    Initial SIMPLE IP Firewall is a script for Linux 2.4.x and iptables.

    Initial SIMPLE IP Firewall is a script for Linux 2.4.x and iptables.

    Sample:

    Configuration options

    ###################################
    #
    # Local Area Network configuration.
    #
    # your LAN's IP range and localhost IP. /24 means to only use the first 24
    # bits of the 32 bit IP adress. the same as netmask 255.255.255.0
    #

    LAN_IP="192.168.0.2"
    LAN_IP_RANGE="192.168.0.0/16"
    LAN_BCAST_ADRESS="192.168.255.255"
    LAN_IFACE="eth1"

    ###################################
    #
    # Localhost Configuration.
    #

    LO_IFACE="lo"
    LO_IP="127.0.0.1"

    ###################################
    #
    # Internet Configuration.
    #

    INET_IP="194.236.50.155"
    INET_IFACE="eth0"

    ###################################
    #
    # IPTables Configuration.
    #

    IPTABLES="/usr/sbin/iptables"

    Module loading

    #
    # Needed to initially load modules
    #
    /sbin/depmod -a

    #
    # Adds some iptables targets like LOG, REJECT and MASQUARADE.
    #
    /sbin/modprobe ip_conntrack
    /sbin/modprobe ip_tables
    /sbin/modprobe iptable_filter
    /sbin/modprobe iptable_mangle
    /sbin/modprobe iptable_nat
    /sbin/modprobe ipt_LOG
    #/sbin/modprobe ipt_REJECT
    #/sbin/modprobe ipt_MASQUERADE

    #
    # Support for owner matching
    #
    #/sbin/modprobe ipt_owner

    #
    # Support for connection tracking of FTP and IRC.
    #
    #/sbin/modprobe ip_conntrack_ftp
    #/sbin/modprobe ip_conntrack_irc

    Product's homepage

      


    TAGS:

    iptables firewall | IP firewall | linux firewall | Initial | iptables | IP



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM