Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with Ident and Xinetd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
cookie
n00b
n00b


Joined: 26 Feb 2003
Posts: 36
Location: Manchester England

PostPosted: Fri Sep 19, 2003 10:37 am    Post subject: Problem with Ident and Xinetd Reply with quote

This might be stupid but its the first time ive used xinetd. I want ident to run so I created /etc/xinetd.d/auth

service auth
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server_args = /usr/sbin/in.identd
}

However when I restarted xinet.d it say only one service active (thats ftp) what have I done wrong?

Thanks in advance
Back to top
View user's profile Send private message
Lord Tocharian
Tux's lil' helper
Tux's lil' helper


Joined: 11 Mar 2003
Posts: 75

PostPosted: Fri Sep 19, 2003 11:43 am    Post subject: Reply with quote

I am not that familiar with xinetd but from what I remember shouldn't that be
Code:
wait=yes
Also I think that the server you want would be
Code:
server = /usr/sbin/identd


On a related note I would recommend emerging net-misc/linux-identd. It works great for me with a simple /etc/init.d/identd start :D
Back to top
View user's profile Send private message
cookie
n00b
n00b


Joined: 26 Feb 2003
Posts: 36
Location: Manchester England

PostPosted: Fri Sep 19, 2003 12:29 pm    Post subject: Options Reply with quote

Im no totally sure what the options would be I found them for inetd and tried (not very well) adapt them to xinetd.
Back to top
View user's profile Send private message
Lord Tocharian
Tux's lil' helper
Tux's lil' helper


Joined: 11 Mar 2003
Posts: 75

PostPosted: Fri Sep 19, 2003 2:49 pm    Post subject: Reply with quote

Just to make sure that something is actually wrong, if xinetd is working properly with identd it will not show it running right away (won't be active right away). You need to actually attempt to use identd (with an irc client or something) in order for xinetd to activate identd on request. One other way I can think of to check if it is running is to use netstat to see if identd is listening on port 113.
Back to top
View user's profile Send private message
cookie
n00b
n00b


Joined: 26 Feb 2003
Posts: 36
Location: Manchester England

PostPosted: Fri Sep 19, 2003 4:19 pm    Post subject: There is definatly a problem! Reply with quote

I realise xinetd will not start ident until there is a request however when a request comes in ident dosnt get started.
Currently I am running ident in deamon mode but I would much rather xinetd runs the show.

Thanks

John
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum