All of lore.kernel.org
 help / color / mirror / Atom feed
* NAT with REDIRECT fuck up...
@ 2005-01-31 12:14 Lennart A. Hansen
  2005-02-01 13:26 ` NAT with REDIRECT #$%@ up Jason Opperisano
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart A. Hansen @ 2005-01-31 12:14 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

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 #2: sniffed --]
[-- Type: application/octet-stream, Size: 11762 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-01 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-31 12:14 NAT with REDIRECT fuck up Lennart A. Hansen
2005-02-01 13:26 ` NAT with REDIRECT #$%@ up Jason Opperisano
2005-02-01 15:52   ` Lennart A. Hansen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.