×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    GuardDog: Difference between revisions

    Content added Content deleted
    imported>pD9E3FDB7.dip.t-dialin.net
    mNo edit summary
    imported>mutante
    mNo edit summary
    Line 1: Line 1:
    http://www.simonzone.com/software/guarddog/GuarddogPic.png
    http://www.simonzone.com/software/guarddog/GuarddogPic.png


    Guarddog - Guidedog (linux)
    Guarddog - Guidedog ([[Linux]])


    ist eine komfortable gui zur erstellung eines firewall-scripts (/etc/rc.firewall) mittels ipchains/iptables.
    ist eine komfortable [[GUI]] zur Erstellung eines [[Firewall]]-scripts (/etc/rc.firewall) mittels [[ipchains]]/[[iptables]].
    guarddog ist f�?�r erstellung komplexer firewall-regeln per mausklick und guidedog f�?�r die regeln f�?�r routing und ip-masquerading zustΣndig.


    Guarddog ist für Erstellung komplexer [[Firewall]]-Regeln per Mausklick und Guidedog für die Regeln für [[Routing]] und [[IP masquerading]] zuständig.
    besonders interessant ist hierbei, dass man sog. "zonen" als container f�?�r ip-adressen bereiche definieren kann, und somit z.B. eine zone namens "evil" definieren kann, mit der man die >>b÷sen<< (musik-, filmindustrie, fbi, cia, bka ... ) aussperren kann.


    Besonders interessant ist hierbei, dass man sog. "Zonen" als Container für [[IP]]-Adressenbereiche definieren kann, und somit z.B. eine Zone namens "evil" definieren kann, mit der man die 'bösen' (Musik-, Filmindustrie, [[FBI]], [[CIA], [[BKA]] ... ) aussperren kann.
    im netz habe ich dazu interessanterweise ganze "evil-listen" gefunden. ein suchbegriff, den man zum finden solcher listen in google eingeben sollte ist sicherlich: riaa


    Im Netz habe ich dazu interessanterweise ganze "[[Evil-Listen]]" gefunden. Ein Suchbegriff, den man zum finden solcher Listen in [[Google]] eingeben sollte ist sicherlich: [[RIAA]].
    momentan sind diese programme bei der debian-distribution allerdings erst bei der unstable-version via >apt-get install< verf�?�gbar.

    ---
    Momentan sind diese Programme bei der [[Debian]]-Distribution allerdings erst bei der unstable-version via >apt-get install< verfügbar.
    guarddog for woody is here: http://www.doomicile.de/debian/guarddog/guarddog_2.2.0.doomicile-2_i386.deb

    HinnerK
    ---
    ---

    guarddog for woody is here:
    * http://www.doomicile.de/debian/guarddog/guarddog_2.2.0.doomicile-2_i386.deb

    HinnerK

    ---




    Line 20: Line 26:




    http://www.simonzone.com/software/guarddog/
    *http://www.simonzone.com/software/guarddog/

    To integrate those [[EvilIpAdressLists]] (eg. [[RIAA]]), i found a [[FirewallConverter]], that is able to handle the most common formats (http://www.bluetack.co.uk/formats.html#peerguardian ) of all the different firewall-scripts.


    The funktion of converting those lists 'didnt work': http://www.bluetack.co.uk/convert.html
    to integrate those EvilIpAdressLists (eg. RIAA), i found a FirewallConverter, that is able to handle the most common formats (http://www.bluetack.co.uk/formats.html#peerguardian ) of all the different firewall-scripts.


    ---
    the funktion of converting those lists ''didnt work'': http://www.bluetack.co.uk/convert.html


    ---
    NOTE:
    NOTE:
    converting works, just do it right:
    converting works, just do it right:


    linked by http://www.bluetack.co.uk/suspended.pg/ :
    linked by http://www.bluetack.co.uk/suspended.pg/

    wget http://bluetack.co.uk/config/antip2p.txt
    wget http://bluetack.co.uk/config/antip2p.txt
    paste into http://www.bluetack.co.uk/convert.html
    paste into http://www.bluetack.co.uk/convert.html
    Line 43: Line 51:


    Putting "# ADDRESS=" in front of every line:
    Putting "# ADDRESS=" in front of every line:
    <pre>

    perl -ne 'print "# ADDRESS=", $_;' < antip2p-1.txt
    perl -ne 'print "# ADDRESS=", $_;' < antip2p-1.txt


    Line 52: Line 60:
    # ADDRESS=4.0.38.48/30
    # ADDRESS=4.0.38.48/30


    </pre>

    Create a Zone "Shitholes" in Guarddog, Save
    Create a Zone "Shitholes" in Guarddog, Save
    look for "zone" in /etc/rc.firewall:
    look for "zone" in /etc/rc.firewall:
    <pre>
    # [Zone]
    # [Zone]
    # NAME=Shitholes
    # NAME=Shitholes
    # COMMENT=ungeile Menschen
    # COMMENT=ungeile Menschen
    </pre>

    append your addresslist from above directly after this.
    append your addresslist from above directly after this.
    Do whatever you want with this Zone in GuardDog
    Do whatever you want with this Zone in GuardDog
    Line 64: Line 73:
    Regards,
    Regards,
    HinnerK
    HinnerK

    ---
    ---




    Line 70: Line 80:




    There is also ---> [[FwBuilder]]




    There is also ---> FwBuilder

    Revision as of 22:35, 7 February 2005

    http://www.simonzone.com/software/guarddog/GuarddogPic.png

    Guarddog - Guidedog (Linux)

    ist eine komfortable GUI zur Erstellung eines Firewall-scripts (/etc/rc.firewall) mittels ipchains/iptables.

    Guarddog ist für Erstellung komplexer Firewall-Regeln per Mausklick und Guidedog für die Regeln für Routing und IP masquerading zuständig.

    Besonders interessant ist hierbei, dass man sog. "Zonen" als Container für IP-Adressenbereiche definieren kann, und somit z.B. eine Zone namens "evil" definieren kann, mit der man die 'bösen' (Musik-, Filmindustrie, FBI, [[CIA], BKA ... ) aussperren kann.

    Im Netz habe ich dazu interessanterweise ganze "Evil-Listen" gefunden. Ein Suchbegriff, den man zum finden solcher Listen in Google eingeben sollte ist sicherlich: RIAA.

    Momentan sind diese Programme bei der Debian-Distribution allerdings erst bei der unstable-version via >apt-get install< verfügbar.

    ---

    guarddog for woody is here:

    HinnerK

    ---


    (feb 2004 xackapfel)


    To integrate those EvilIpAdressLists (eg. RIAA), i found a FirewallConverter, that is able to handle the most common formats (http://www.bluetack.co.uk/formats.html#peerguardian ) of all the different firewall-scripts.

    The funktion of converting those lists 'didnt work': http://www.bluetack.co.uk/convert.html

    ---

    NOTE: converting works, just do it right:

    linked by http://www.bluetack.co.uk/suspended.pg/

    wget http://bluetack.co.uk/config/antip2p.txt paste into http://www.bluetack.co.uk/convert.html

    options: Source Format "Peerguardian Plaintext" Output Format "CIDR Notation"

    Convert Now

    Paste Output in your favorite $EDITOR, save as antip2p-1.txt

    Putting "# ADDRESS=" in front of every line:

     perl -ne 'print "# ADDRESS=", $_;' < antip2p-1.txt
    
     # ADDRESS=4.0.38.34/31
     # ADDRESS=4.0.38.36
     # ADDRESS=4.0.38.42/31
     # ADDRESS=4.0.38.44/30
     # ADDRESS=4.0.38.48/30
    
    

    Create a Zone "Shitholes" in Guarddog, Save look for "zone" in /etc/rc.firewall:

     # [Zone]
     # NAME=Shitholes
     # COMMENT=ungeile Menschen
    

    append your addresslist from above directly after this. Do whatever you want with this Zone in GuardDog

    Regards, HinnerK

    ---


    thats why i put it on the to-do-list for now


    There is also ---> FwBuilder

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.