Displaying 1 result from an estimated 1 matches for "thorstenkfr".
2014 Sep 22
2
[Bug 971] New: Dropping anything with iptables and still can chat on IRC.
...IRC.
           Product: iptables
           Version: 1.4.x
          Platform: x86_64
        OS/Version: Ubuntu
            Status: NEW
          Severity: critical
          Priority: P5
         Component: iptables
        AssignedTo: netfilter-buglog at lists.netfilter.org
        ReportedBy: thorstenkfr at gmail.com
   Estimated Hours: 0.0
My iptables script is this here :
#!/bin/sh
iptables-restore <<END
# Generated by iptables-save v1.4.21 on Mon Sep 22 17:45:30 2014
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT DROP [2:441]
-A INPUT -p tcp --sport 80 -j ACCEPT
-A INPUT -p tcp...