Results 1 to 6 of 6
Hi! Im using slack 10.1, and i just cant get ident to work. Need that for some ftp servers. Been trying oident and trying to edit configfiles. Tried netstat to ...
- 07-19-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 1
ident
Hi! Im using slack 10.1, and i just cant get ident to work. Need that for some ftp servers. Been trying oident and trying to edit configfiles. Tried netstat to see if ident listening on port 113, but nothing. Plz help me, thx in advance
- 07-20-2005 #2
Here's a nice clear example of what to do to get oidentd running properly:
http://www.linuxselfhelp.com/HOWTO/m...beginners.htmlinstall oidentd from http://ojnk.sourceforge.net/, create /etc/identd.spoof with a list of users allowed to spoof their ident, and ~/.ispoof with their reply (e.g. reply). Finally run '/usr/local/sbin/oidentd -g nobody -N -s -u nobody'. Add this to your startup scripts (e.g. /etc/rc.d/rc.local) when you're done.
- 07-20-2005 #3
Sorry for the last example, I've never used the program before and that was the best I could find, however after trying it out I can now tell you what you need to do.
I created a file called /etc/oidentd.conf and in that I added the default permissions for myself:
after this I then created a home directory file of the same name, ~/.oidentd.conf (notice it's hidden), showing what ident I want to useuser krendoshazin {
default {
allow spoof
allow spoof_all
allow random
allow hide
}
from 127.0.0.1 {
allow spoof_privport
}
}
After this I started oidentd with '/usr/local/sbin/oidentd -g nobody -u nobody' and then added the rule to my firewall to allow connections to port 113, because I don't want people to be able to randomly scan me and find the port open I only allowed it for the server I chat at, anyone else will find the port stealthed.global {
reply "Nightmare"
}
Oh and don't forget to add '/usr/local/sbin/oidentd -g nobody -u nobody' to your startup script, /etc/rc.d/rc.local will do the trick nicely.
And that was that, hope that helps.
- 07-20-2005 #4Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
pidentd-3.0.18-i486-1
can't you just install this package which comes with slack?
- 07-20-2005 #5If you just stick with default software, how are you ever going to know what's better, granted it probably gets the job done and slackware always includes good software that gets the job done, but that's really besides the point. Don't be afraid to try new things, what comes with a distro is not absolute by any means, and trying new things should be a pleasure, not a chore.
Originally Posted by kern
- 07-20-2005 #6Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
true
when its something as menial as ident I'm not really that worried though
plus its package based nature and it being in the distro makes it easier to upgrade, and easier to maintain, I can think of many more fun things to try than that
I do however believe in trying things that dont come with your distro, that way you can ask them to be included in future
haha
but honestly, I do use a lot of non distro included software, my '/opt/ is brimming I tell you


Reply With Quote