Re: Proxy servers in Linux

2000-08-16 Thread kmself
The three general solutions I could think of for this are: - Port forwarding via ssh. Forward an internet-accessible port to the Oracle port of the database server. Traffic connecting to the external port will be forwarded to Oracle. This may be insecure and expose you

Re: Proxy servers in Linux

2000-08-14 Thread Kelly Corbin
Specifically, I need to access Oracle on a machine that is only accessible through a web server. The web server has two network cards, one is for the net, the other connects to the Oracle server through a switch. The Oracle server and the second NIC are on a private local network (through 198.162

Re: Proxy servers in Linux

2000-08-14 Thread Tom Marshall
The question is a bit vague, but I would suggest looking at rinetd. On Mon, 14 Aug 2000, Kelly Corbin wrote: > Any one know how to set up a proxy server for a particular port in > Debian? Couldn't find any info in the archives. Any help would be > appreciated. > > Thanks! > > > Kelly Corbin