[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NAT'd ident support



You could always make an ipnat rule simliar to this:

rdr EXTERNAL_INTERFACE EXTERNAL_IP/32 port 113 -> 0.0.0.0 port 113 tcp


In conjunction with stateful packet filtering, this should squirt IDENT 
requests in to the machine your using.


_azure





On Tue, Jan 16, 2001 at 01:33:15PM -0500, Bill Jonas wrote:
> On Tue, Jan 16, 2001 at 09:34:13AM -0800, Steve Wingate wrote:
> > This topic is covered in excruciating detail in the archives. I just grabbed
> > a fake ident app off freshmeat last year and it's worked fine ever since.
> 
> I did search the archives.  Basically, I would *like* to get something
> that re-writes the ident request and forwards it to the proper machine
> and returns that machine's response, rather than just giving a canned
> response to all ident requests.  I didn't find anything regarding an
> identd like that in the archives.
> 
> -- 
> Bill Jonas                | "In contrast to the What You See Is What You
> bill@billjonas.com        |  Get (WYSIWYG) philosophy, UNIX is the You
> http://www.billjonas.com/ |  Asked For It, You Got It operating system."
> http://www.debian.org/    |  --Scott Lee, as quoted by Lamb and Robbins
> 
>