Changeset 137

Show
Ignore:
Timestamp:
12/21/06 13:34:07 (2 years ago)
Author:
stephenson
Message:

Reverting to before the proxy firewall rules.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Manager/FW.pm

    r115 r137  
    17691769                           } 
    17701770    ) or die ("Error: Unable to append to chain POSTROUTING"); 
    1771      
    1772     $table->append_entry( 
    1773                            "PREROUTING", 
    1774                            { 
    1775                               "source"        => "10.0.0.0/24", 
    1776                               "protocol"      => "TCP", 
    1777                               "destination-port" => "80", 
    1778                               "jump"          => "REDIRECT", 
    1779                               "to-ports"      => "3128" 
    1780                            } 
    1781     ) or die ("Error: Unable to append to chain PREROUTING"); 
    1782     $table->commit() or die ("Error: Unable to commit to filter table"); 
    17831771} 
    17841772