Koozali.org: home of the SME Server

Indentd server

CJones

Indentd server
« 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.

Ben Coleman

Re: Indentd server
« Reply #1 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.