Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#301465 - 14/08/2007 14:42 Help find a utility
RobotCaleb
pooh-bah

Registered: 15/01/2002
Posts: 1866
Loc: Austin
I am trying to rack my brain to remember what the name of a program was that I was looking at a few weeks ago. It was a linux program that would take incoming web traffic and internally send it to a different location.

I also seem to remember it having a strange name. But I could be mistaken.

That's not much to go on, I know. Sorry. TIA

Top
#301466 - 14/08/2007 14:43 Re: Help find a utility [Re: RobotCaleb]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Maybe you're thinking of Squid? The general category of software you're talking about is "reverse proxy", and there are many. Apache can do it, even.
_________________________
Bitt Faulk

Top
#301467 - 14/08/2007 15:08 Re: Help find a utility [Re: wfaulk]
RobotCaleb
pooh-bah

Registered: 15/01/2002
Posts: 1866
Loc: Austin
Not exactly what I was looking at before.

The one I was looking at before would take requests to an address and blindly grab that request from a different, internal address. One of the examples was mail server access for people inside a specific IP block. I think.

Thanks

Top
#301468 - 14/08/2007 15:52 Re: Help find a utility [Re: RobotCaleb]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Okay, is it web traffic or mail traffic? I'm guessing you mean generic IP traffic.

This is what firewalls do. There are also any number of applications that wil blindly forward traffic. Netcat comes to mind.


Edited by wfaulk (14/08/2007 15:54)
_________________________
Bitt Faulk

Top
#301469 - 17/08/2007 00:18 Re: Help find a utility [Re: RobotCaleb]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14486
Loc: Canada
Quote:
Not exactly what I was looking at before.

The one I was looking at before would take requests to an address and blindly grab that request from a different, internal address. One of the examples was mail server access for people inside a specific IP block. I think.


That "program" would be the Linux kernel itself (the ipfilters firewall modules), but you'd also want a user-friendly configuration program for setting up exactly how you'd like it to work. One of the standard "Linux firewall" utilities would likely do. Maybe google that and see if you recognize the program name you're seeking in the results.

Cheers

Top