Koozali.org: home of the SME Server

Legacy Forums => Suggestions => Topic started by: Metin Yaylacioglu on April 29, 2002, 07:33:42 PM

Title: Oidentd - real Ident masquerading
Post by: Metin Yaylacioglu on April 29, 2002, 07:33:42 PM
routes ident request to every client (works like every masquerading) so a user can changes his ident localy and the server will let them pass to/from internet
Title: Re: Oidentd - real Ident masquerading
Post by: Franck on April 29, 2002, 08:52:50 PM
The identd daemon used by e-smith is also able to do that... but not by default. You'll have to modify /etc/identd.masq, replacing userXX by the character '*' and specifying "RELAY" as the platform...

You may have a look at /usr/doc/pidentd-2.8.5/identd.masq
Title: Re: Oidentd - real Ident masquerading
Post by: Bill Talcott on July 08, 2002, 09:53:21 PM
It looks as though the template for that is at /etc/e-smith/templates/etc/identd.masq/50localaddresses.

You could just use a custom template and change the line near the end with

$OUT .= "$ip\tuser$i\t\tUNIX\n";

to

$OUT .= "$ip\t*\t\tRELAY\n";

right?