Displaying 1 result from an estimated 1 matches for "dropado".
2009 Apr 24
1
[Bug 591] New: NAT REDIRECT target does not always work
...ation
REDIRECT tcp -- 0.0.0.0/0 !10.183.4.2 tcp dpt:80 redir
ports 3128
This rule was created with:
iptables -t nat -A PREROUTING -d ! 10.183.4.2 -p tcp --dport www -j REDIRECT
--to-port 3128
For loggin purposes:
iptables -N droplog
iptables -A droplog -j ULOG --ulog-prefix Dropado --ulog-nlgroup 6
After the firewall rules, there is a final one:
iptables -A FORWARD -j droplog
Transparent proxy is working most of the time, but sometimes this shows on log:
Apr 24 10:18:10 proxy: Dropado IN=eth0 OUT=eth1 SRC=10.183.4.37
DST=200.181.75.130 LEN=40 TOS=0x00 PREC=0x00 TTL=63 ID=53...