Hey ppl..
I have of cause searched before posting, but havent found anything simmilar..
Short story is that i want to redirect proxy request to host1:9001 to host2:3128, host2 is a bridge i'm on eth1 and host1 is on eth0
My intenstion is to catch all request to host1:9001 and redirect them to host2:3128.
iptables command:
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 8080 -j REDIRECT --to-port 3128
This worked at first, but stopped working just like that..
I have sniffed on it, and attached it here.. 12kb Ethercap format
It looks really fucked up, check sum error and so on...
Anyone have any idea why it's fucking up?
Attachment:
sniffed
Description: Binary data