LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-16-2002, 03:39 PM   #1
Lunake
LQ Newbie
 
Registered: Aug 2002
Distribution: redhat
Posts: 2

Rep: Reputation: 0
ident probs


I'm pretty new to linux. i managed to setup my network redhat7.2 /win2k but i'm still having some little problems

When i try to connect to irc (kvirc) or to an ftp with pftp I have problems to login cause it doesn't take my ident although I'm running identd. How do i fix this and how do i define what ident it sends to the server asking? Ident should work both on linux as on windows ofcourse

 
Old 08-16-2002, 04:11 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
It's not a good idea to run identd. It shows too much info about you. It's much better to block it on your firewall, but using REJECT, not DENY/DROP. Such configuration will make irc work. Look how is your firewall configured now.
 
Old 08-16-2002, 04:23 PM   #3
Lunake
LQ Newbie
 
Registered: Aug 2002
Distribution: redhat
Posts: 2

Original Poster
Rep: Reputation: 0
I'm using REJECT, some ircservers work without ident others don't but I need identd running to connect to some ftp's. I can't login without it
 
Old 08-16-2002, 05:02 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
I still think it's not a good idea, there must be another reason why it is not working. Is there an anonymous ftp among those you can't conect to, so I can look into this?
Identd should work correctly after starting it. Look for .noident file in your home directory. Ident configuration file is /etc/identd.conf. You can read about it's options using 'man identd' (compare it with options you have set up).
 
Old 08-17-2002, 04:21 PM   #5
KayJay
Member
 
Registered: Mar 2002
Location: dev/null
Distribution: redhat, mandrake
Posts: 218

Rep: Reputation: 30
hmmm RH doesnt come standard with identd.
pimpd is a good ident daemon.. all u need to do is download it, compile it and copy the file in a certain dir and make a file named auth in /etc/xinetd.d/ saying:
service auth
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/sbin/pimpd
}


that's about it, pretty easy
 
Old 08-17-2002, 10:29 PM   #6
ksandre
LQ Newbie
 
Registered: Jul 2002
Location: New Hampshire, USA
Distribution: Slackware
Posts: 28

Rep: Reputation: 15
From the "Security-Quickstart-HOWTO:"

------------<begin>------

If identd is required, there are some configuration options that can
greatly reduce the information that is revealed:

/usr/sbin/in.identd in.identd -l -e -o -n -N


The -o flag tells identd to not reveal the operating system type it is
run on and to instead always return "OTHER". The -e flag tells identd to always return "UNKNOWN-ERROR" instead of the "NO-USER" or "INVALID-PORT" errors. The -n flag tells identd to always return user numbers instead of
user names, if you wish to keep the user names a secret. The -N flag
makes identd check for the file .noident in the user's home directory for
which the daemon is about to return a user name. It that file exists then
the daemon will give the error "HIDDEN-USER" instead of the normal
"USERID" response.

----<end>-----


On my system [Slackware8.0], it is run from /etc/inetd.conf like so:

auth stream tcp wait nobody /usr/sbin/in.identd in.identd -P /dev/null
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ident problem Smokey Slackware 3 08-19-2004 02:16 PM
ident server hvc Red Hat 0 01-30-2004 12:18 AM
Ident HeLL Linux - Networking 1 08-20-2003 10:23 AM
Ident On Squid 2.5 nomanzubedi Linux - Networking 1 04-19-2003 01:35 PM
Damn IDENT mikeyt_333 Linux - Networking 7 07-12-2001 06:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration