Project

General

Profile

Oident spoofing » History » Version 4

Version 3 (Anonymous, 05/05/2013 03:43 PM) → Version 4/5 (rixon, 03/23/2014 07:27 PM)

h1. Using Quassel with oidentd spoofing

1) In oidentd's configuration (@/etc/oidentd.conf@ on Linux), add this block (note that the username may differ) and restart oidentd service.

<pre>
user quasselcore {
default {
allow spoof
allow spoof_all
}
}
</pre>

2) Start quasselcore with --oidentd switch.

If you're using Debian and running it as a service, add this line to @/etc/default/quassel@:

<pre>
DAEMON_OPTS="--oidentd"
</pre>

If this worked properly,

* Quassel core will show up in processes list with the --oidentd switch; and
* At the Quassel core user's home directory (echo ~quasselcore), directory, you will see an .oidentd.conf file. Ensure this file (if not, figure out what directory it is writable by quasselcore, (on Linux, `echo ~quasselcore`) and the directory ensure it is world readable (so that oidentd can read the file.) writable).

Now when connecting to IRC:
* At some networks that check oidentd response, a (up to 10 seconds) wait for an ident response will disappear. You will see "*** Got ident response" when connecting.
* The username will not contain a tilde (ratbox, charybdis, derived ircds, and others).
* The username will match the name of the user in the core and user settings regarding username will not override it.