Re: [squid-users] Transparent proxy issues...

From: Jon Newman <jnewman@dont-contact.us>
Date: Thu, 14 Apr 2005 15:13:28 -0500 (CDT)

> Servere MTU problems cache->client perhaps? Try disabling PMTU discovery
> for the interface/route towards your clients.

Wouldn't redirecting localhost/127.0.0.1 to another port on the localhost
work regardless of MTU settings though? Because when I redirect, say, port
10000 to port 22 (ssh):
iptables -t nat -A PREROUTING -p tcp -s 0/0 --dport 10000 -j DNAT --to
127.0.0.1:22

...and try ssh'ing to port 10000 via 'ssh -p 10000 127.0.0.1' I get:
ssh: connect to host 127.0.0.1 port 10000: Connection refused

But 'ssh 127.0.0.1' works as expected.

Ideas? This is getting way too frustrating...I've been working on this far
too long *sigh*

Trying it on another installation (different distribution) nets the same
results...it has to be something I am doing.

Jon

-- 
Jon Newman (jnewman@oplink.net)
Systems Administrator/Software Engineer
The Optimal Link (http://www.oplink.net)
Received on Thu Apr 14 2005 - 14:03:34 MDT

This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:03 MDT