Has anyone a clue on how to get identd to work in xinetd?

I haven't been able to figure out for over six weeks now on how
to get any irc server that requires identd installed to recognize
that I have it installed.

On boot up it is loaded.

Here is a snipet of what xChat 1.6.0 reports on connect to
irc.frontiernet.net

Connecting to irc.frontiernet.net (207.138.35.60) port 6667...
Connected. Now logging in..
You are banned from this server: PERM Install Identd to connect.
Closing Link: fxj[~[EMAIL PROTECTED]] irc.west.gblx.net
(Banned: PERM Install Identd to connect.)

Here is my ident service set up in the /etc/xinetd.d
Contents of file :
-------------------------------------------
# default: on
#
# description: Authentication
#
service auth
{
 flags  = KEEPALIVE
 type  = INTERNAL
 socket_type = stream
 protocol = tcp
 port  = 113
 user  = nobody
 server  = /usr/local/sbin/ident2
 wait  =  no
}

-------------------------------------------
Here is what "show nat" reports from my Cisco 675 router:

Local IP :Port  Glocal IP : Port       Timer   Flags    Proto  Interface

10.0.0.2:6667 177.76.20.140:6667     0     0x0041 tcp    eth0 wan0-0
10.0.0.2:6667 177.76.20.140:6667     0     0x0041 udp   eth0 wan0-0
10.0.0.2:113   177.76.20.140:113       0     0x0041 tcp    eth0 wan0-0
10.0.0.2:113   177.76.20.140:113       0     0x0041 udp   eth0 wan0-0
10.0.0.2:194   177.76.20.140:194       0     0x0041 tcp    eth0 wan0-0
10.0.0.2:194   177.76.20.140:194       0     0x0041 udp   eth0 wan0-0
10.0.0.2:20     177.76.20.140:20         0     0x0041 tcp    eth0 wan0-0

10.0.0.2:21     177.76.20.140:21         0     0x0041 tcp    eth0 wan0-0

Could someone please set me straight on this?

Thanks,

Frank



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to