Ident

From CSCWiki
Revision as of 21:03, 9 June 2015 by Laden (talk | contribs)
Jump to navigation Jump to search

taurine needs to provide ident services to raise the IRC connection cap. A small ident daemon written by m4burns in Racket lives in /home/ident on taurine.

To get it running, run it as the `indent` user and add an iptables rule sending port 113 to port 1113.


 iptables -t nat -A PREROUTING -p tcp --dport 113 -j REDIRECT --to-port 1113