Re: Proxy server

2003-08-21 Thread Sean Estabrooks
On Thu, 21 Aug 2003 15:38:38 -0400 Sean Estabrooks <[EMAIL PROTECTED]> wrote: > On Thu, 21 Aug 2003 15:18:20 -0400 > "Brad Hittle" <[EMAIL PROTECTED]> wrote: > > > Sean, > > > > Sorry for the lack of information. When a dialup user logs in, we go and > > check their username/password (basic stu

Re: Proxy server

2003-08-21 Thread Sean Estabrooks
On Thu, 21 Aug 2003 15:18:20 -0400 "Brad Hittle" <[EMAIL PROTECTED]> wrote: > Sean, > > Sorry for the lack of information. When a dialup user logs in, we go and > check their username/password (basic stuff). We have different settings in > our database of accounts determing that they are active

Re: Proxy server

2003-08-21 Thread Jason Dixon
On Thu, 2003-08-21 at 15:21, Brad Hittle wrote: > Jason, > > There is something like a REMOTE_ADDR for coldfusion, but this is returning > the IP for the proxy rather than the client. I will look into writing > something up with Perl. Brad, please don't top-post. Are you feeding it through squi

Re: Proxy server

2003-08-21 Thread Brad Hittle
st" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 2:57 PM Subject: Re: Proxy server > On Thu, 2003-08-21 at 14:36, Sean Estabrooks wrote: > > On Thu, 21 Aug 2003 14:24:04 -0400 > > "Brad Hittle" <[EMAIL PROTECTED]> wrote: > > > &

Re: Proxy server

2003-08-21 Thread Brad Hittle
quot;Sean Estabrooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 2:36 PM Subject: Re: Proxy server > On Thu, 21 Aug 2003 14:24:04 -0400 > "Brad Hittle" <[EMAIL PROTECTED]> wrote: > > > Sean, > > > > We kee

Re: Proxy server

2003-08-21 Thread Jason Dixon
On Thu, 2003-08-21 at 14:57, Jason Dixon wrote: > On Thu, 2003-08-21 at 14:36, Sean Estabrooks wrote: > > On Thu, 21 Aug 2003 14:24:04 -0400 > > "Brad Hittle" <[EMAIL PROTECTED]> wrote: > > > > > We keep a status for the dialup account users. When they logon, they > > > recieve a specific IP from

Re: Proxy server

2003-08-21 Thread Jason Dixon
On Thu, 2003-08-21 at 14:36, Sean Estabrooks wrote: > On Thu, 21 Aug 2003 14:24:04 -0400 > "Brad Hittle" <[EMAIL PROTECTED]> wrote: > > > We keep a status for the dialup account users. When they logon, they > > recieve a specific IP from us denoting status (ie if they are in the billing > > status

Re: Proxy server

2003-08-21 Thread Sean Estabrooks
On Thu, 21 Aug 2003 14:24:04 -0400 "Brad Hittle" <[EMAIL PROTECTED]> wrote: > Sean, > > We keep a status for the dialup account users. When they logon, they > recieve a specific IP from us denoting status (ie if they are in the billing > status the ip would range from 192.168.153.*). > > When w

Re: Proxy server

2003-08-21 Thread Brad Hittle
rooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 1:59 PM Subject: Re: Proxy server > On Thu, 21 Aug 2003 13:53:35 -0400 > "Brad Hittle" <[EMAIL PROTECTED]> wrote: > > > This one is for all the gurus! > > > &

Re: Proxy server

2003-08-21 Thread Sean Estabrooks
On Thu, 21 Aug 2003 13:53:35 -0400 "Brad Hittle" <[EMAIL PROTECTED]> wrote: > This one is for all the gurus! > > Here is the problem: > I'm setting up a Proxy server for my company so that it does a destination NAT on > the IP. For those people that don't want to pay for our service, we want to

Re: Proxy server for Redhat 7.2

2002-01-14 Thread Henrik Schmiediche
Thanks! - henrik - Original Message - From: "papapep" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 12:06 PM Subject: Re: Proxy server for Redhat 7.2 > Take a look at: > > www.squid-cache.org >

Re: Proxy server for Redhat 7.2

2002-01-11 Thread papapep
Take a look at: www.squid-cache.org www.squidguard.org Henrik Schmiediche wrote: > Hello, >I need to restrict the ability of 75 lab system (runing Win2K/IE) to browse >the net freely. I am thinking the way to go about this is to setup a proxy >server on one of our Redhat

Re: Proxy server &/or firewall

2000-08-03 Thread Kevin Holmquist
I have the same setup at home sharing a DSL line. My setup is like this: one linux box as a server, one windows/linux box for my workstation and a third linux box as a gateway. the trick is to setup the gateway with either a proxy service, such as squid, or use ipchains to masquerade the IP t

Re: Proxy server &/or firewall

2000-08-03 Thread Leonard den Ottolander
Hello Glen, > I've set up her > configuration so http requests go to my box (no matter what domain I try > to access it keeps pulling up the redhat page sitting on my Linux box) > are forwarded to the 'net? This sounds as if you have enabled apache (httpd) on the linux box and s

Re: Proxy server &/or firewall

2000-08-02 Thread Eddie Strohmier
Looks like your looking for IP masquerade. There is an excellent how-to on IP masquerade. Look back about 3 or 4 weeks ago at the archives from www.moongroup.com and you will see all that has to be done to set up IP masquerade plus setting up IP chains so a firewall can be established. Eddie

Re: Proxy server on the Web server.

2000-03-11 Thread Charles Galpin
What you are looking for is IP Maquerading (also known as Network Address Translation (NAT)). If you setup your DNS properly, then the requests to the local http server will stay local, and if not, then they will go outside (using IP Maquerading). It is built into the default 6.1 kernel, but you