I am using squid 1.1.22-2.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majo...@vger.rutgers.edu
HTH
Mircea C
ada...@telusplanet.net wrote:
>
> I need a way of making it so I check my mail through the proxy. I am using squid
> for the normal web proxy. Can I setup squid to pass SMTP/POP3 requests on to
> the mail server?
Masquerading != NAT (it is a little brother to the more general NAT)
NAT can do many-to-many address translation.
Masquerading can only do one-to-many address translation.
(i.e. hiding a private subnet behind a masquerading firewall makes the
whole subnet appear to the internet as if there is only one machine
using lots of high ports).
-Erik
--
Erik B. Andersen Web: http://www.xmission.com/~andersen/
email: ande...@debian.org
--This message was written using 73% post-consumer electrons--
Mircea C.
>
> Is Masquerading = NAT? This is what it sounds like to me. I have read the
> masquerade howto, but it didn't work! I will try it again though.
>
The person writing the howto forgot to mention that you have to enable
routing! I found this out by accident when I found a neat little utility
called "linuxconf". I enabled routing, and now it works.
Does anyone know how to enable routing? I used linuxconf so I don't know
what it did!
> -----Original Message-----
> From: owner-l...@vger.rutgers.edu
> [mailto:owner-l...@vger.rutgers.edu]On Behalf Of Mircea Ciocan
> Sent: July 15, 1999 12:21 AM
> To: Trenton D. Adams
> Cc: linu...@vger.rutgers.edu
> Subject: Re: Mail Proxy SMTP/POP3
>
>
Regards,
Petr
--
Petr Sebor
Technology/Engine Development
SCS Software [ http://www.scssoft.com ]
----- Original Message -----
From: Trenton D. Adams <ada...@telusplanet.net>
To: <mir...@interplus.ro>
Cc: <linu...@vger.rutgers.edu>
Sent: Friday, July 16, 1999 4:26 AM
Subject: RE: Mail Proxy SMTP/POP3
> What went wrong you ask. Well, I configured masquerading just like the
> howto says. IT DIDN'T WORK!!!!!!!!
>
> The person writing the howto forgot to mention that you have to enable
> routing! I found this out by accident when I found a neat little utility
> called "linuxconf". I enabled routing, and now it works.
>
> Does anyone know how to enable routing? I used linuxconf so I don't know
> what it did!
-