RE: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread LeeCC, Kenny
transparent proxy/cache... :-) http://squid.visolve.com/white_papers/trans_caching.htm > -Original Message- > From: Rudhuwan Abu Bakar [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 08:41 > To: [EMAIL PROTECTED] > Subject: Re: [Ltsp-discuss] Setting Default P

Re: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread pedro noticioso
this iptables IS the magic line you are looking for --- Rudhuwan Abu Bakar <[EMAIL PROTECTED]> wrote: > On Thu, 20 Feb 2003 09:17:08 -0800 (PST) > pedro noticioso <[EMAIL PROTECTED]> wrote: > > > This is for the gateway > > #I have 2 nics, outside goes to adsl service, > > # inside goes to temrin

Re: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread Rudhuwan Abu Bakar
On Thu, 20 Feb 2003 09:17:08 -0800 (PST) pedro noticioso <[EMAIL PROTECTED]> wrote: > This is for the gateway > #I have 2 nics, outside goes to adsl service, > # inside goes to temrinals, so > inside=eth1 > > #note: this is in one line 8) > iptables -t nat -A PREROUTING -i $inside -p tcp > --dpor

Re: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread Julius Szelagiewicz
Pedro, this works fine for all the terminals, but how should I redirect ALL the port 80 traffic on eth0 (some windoze on natted segment) to a squid server running on a separate box? julius On Thu, 20 Feb 2003, pedro noticioso wrote: > This is for the gateway > #I have 2 nics, outside goes

Re: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread pedro noticioso
This is for the gateway #I have 2 nics, outside goes to adsl service, # inside goes to temrinals, so inside=eth1 #note: this is in one line 8) iptables -t nat -A PREROUTING -i $inside -p tcp --dport 80 -j REDIRECT --to-port 3128 If your ltsp server is not the one connected to the internet export

Re: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread Phil Driscoll
On Thursday 20 February 2003 12:27 pm, Rob Keeling wrote: > We are running a combination of Suse 8.1 / IceWM & Galion, but I need to > lock down the proxy server settings for all users. Is there any way of > doing this? My profiles stuff, which I think you have, sort of does this - it at least ma

Re: [Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread Ken Cobler
Rob Keeling wrote: We are running a combination of Suse 8.1 / IceWM & Galion, but I need to lock down the proxy server settings for all users. Is there any way of doing this? Rob Keeling Network Manager Queen Elizabeth`s Grammar School iptables on the server. If you want to limit web site

[Ltsp-discuss] Setting Default Proxy Server for Galion

2003-02-20 Thread Rob Keeling
We are running a combination of Suse 8.1 / IceWM & Galion, but I need to lock down the proxy server settings for all users. Is there any way of doing this?   Rob Keeling Network Manager Queen Elizabeth`s Grammar School