Displaying 1 result from an estimated 1 matches for "usgrp".
Did you mean:
  userp
  
2013 Aug 28
1
[Bug 848] New: Cannot Block specific IP
...Product: iptables
           Version: 1.3.5
          Platform: i386
        OS/Version: RedHat Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: iptables
        AssignedTo: netfilter-buglog at lists.netfilter.org
        ReportedBy: ted at usgrp.net
   Estimated Hours: 0.0
Running the following command:
iptables -I INPUT -s 192.3.6.142  -j DROP
Results in the following rule in the chain:
target     prot opt source               destination
DROP       all  --  .                    anywhere
I would imagine that is wide-spread, but the sy...