<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That's true; I discovered that same principle years ago on a totally
misconfigured Windows NT Server network (192.168.0.0/24 on both
NIC's!).  What made the Windows clients able to Web surf is that they
had MS Proxy Server on the NT Server, as well as the MS Proxy Client. 
What was saving them was that application gateway (the Web proxy). 
However, Web was all they could get; no FTP, no streaming audio/video,
no AIM, etc.  If they hadn't also had MS Exchange Server on the NT
Server, then email wouldn't have worked, either.<br>
<br>
Same holds true for Squid on a GNU/Linux box not configured for
routing.  Matter of fact, it is also, heh heh, a reasonably effective
way to keep your users from doing stuff like P2P.  :-)<br>
<br>
--TP<br>
<div class="moz-signature">_______________________________
<br>
Do you GNU!?
<br>
<a href="http://www.gnu.org/">Microsoft Free since 2003</a>--the
ultimate antivirus protection!
<br>
</div>
<br>
<br>
Huck wrote:
<blockquote cite="mid46D83274.9040200@paasda.org" type="cite">I thought
that was the case as well Terrell...until I attempted it 3 weeks
ago...apparently SQUID must be running and you must have it configured
properly on the LTSP side of the network...if those windows machines
are on that 192.168.0.0/24 subnet..
  <br>
  <br>
searching out my posts from August you'll find where I documented what
needed to be done(not the most detailed...but what I did to get it
working)
  <br>
  <br>
chkconfig --level 345 transparent-proxying on
  <br>
chkconfig --level 345 squid on
  <br>
  <br>
and then editing the /etc/squid/squid.conf file
  <br>
  <br>
is the "condensed" version ;)
  <br>
  <br>
then again my LTSP machine is BEHIND a router/firewall...so I do not
  <br>
have an iptables rules on the LTSP machine.
  <br>
  <br>
--Huck
  <br>
  <br>
Terrell Prudé Jr. wrote:
  <br>
  <br>
  <blockquote type="cite">Hmm...in K12LTSP, Eric has that set to getI'd
check your iptables
    <br>
settings to see if I have the appropriate MASQ rules in there.  Also,
    <br>
see if IP forwarding is turned on in the kernel.  For those who aren't
    <br>
familiar with this:  to do that, do like I did on my box:
    <br>
  </blockquote>
  <br>
_______________________________________________
  <br>
K12OSN mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a>
  <br>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a>
  <br>
For more info see <a class="moz-txt-link-rfc2396E" href="http://www.k12os.org"><http://www.k12os.org></a>
  <br>
</blockquote>
</body>
</html>