Changeset 137
- Timestamp:
- 12/21/06 13:34:07 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Manager/FW.pm
r115 r137 1769 1769 } 1770 1770 ) 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");1783 1771 } 1784 1772
