×
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>xdsl-213-196-198-230.netcologne.de
    No edit summary
    imported>mutante
    mNo edit summary
     
    (4 intermediate revisions by 2 users not shown)
    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.

    ---

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

    HinnerK

    ---


    momentan sind diese programme bei der debian-distribution allerdings erst bei der unstable-version via >apt-get install< verf�?�gbar.


    (feb 2004 xackapfel)
    (feb 2004 xackapfel)




    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.
    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
    The funktion of converting those lists 'didnt work': http://www.bluetack.co.uk/convert.html


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


    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:
    <pre>
    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

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


    [[Category:Linux]]
    There is also ---> FwBuilder
    [[Category:Programs]]
    [[Category:Networking]]

    Latest revision as of 20:27, 20 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.