fake identd is an ident daemon suitable for firewalls, ip masquerading hosts etc. The software consist of a single source file and is configured to handle up to 20 concurrent ident queries. When a user supplies a query, a constant reply message is returned.
| Tags | Networking |
|---|---|
| Licenses | GPL |
Recent releases


No changes have been submitted for this release.


Changes: Writes /var/run/identd.pid, changes (effective) user id to `nobody' after initialization, ignores some signals (HUP and PIPE), handles some signals that aborts program by default and handler function tries to delete the pidfile before exiting.


Changes: Initial release.
- All comments
Recent commentsIPv6?
How about an IPv6 version? If I get some time I will look at adding this.
patch which adds a makefile and some other things
I've created a patch against version 1.7 of fake identd which adds a makefile and fixes some potential problems. You can find it here: http://www.vanheusden.com/Linux/identd.diff.gz
Exactly what I needed
This identd server was the easiest thing to install! I was up and running in literally under a minute. I actually compiled it on OpenBSD and it works great. Now I have it set at the ident server for my entire network, so everyone can use IRC. If you're looking for a ident server to simply return a value, this is the one to get. The quickest and simplest you can get!
Makefile and init script
I made a little Makefile and init script for
fakeident, so it's nearly auto-installing.
You can find the stuff at http://hangout.de/fakeidentd/ (http://hangout.de/fakeidentd/index.html)
This solved my problem
I have a masqurading firewall and this fixed my troubles. Simple and sweet - worth a try!