Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: CJones on April 16, 2002, 10:05:18 AM

Title: Indentd server
Post by: CJones on April 16, 2002, 10:05:18 AM
I am trying to use Dalnet IRC services and cannot connect because I have no IDENT. How would I enable a IDENT server on the SME 5.1.2? Thank you.
Title: Re: Indentd server
Post by: Ben Coleman on April 16, 2002, 12:34:51 PM
I fixed this problem by simply opening the port (113) for ident using IPCHAINS.. As long as the port is open, dalnet seems to let you in with whatever default settings e-smith uses.

I use the following commands to open up port 113.

ipchains -I input -p -tcp -s 0/0 -d 0/0 113 -j ACCEPT
ipchains -I input -p -udp -s 0/0 -d 0/0 113 -j ACCEPT

If anyone else has a better way to do this .. let me know :)


BC.