This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

psyBNC and Ident

Help with usage of shell accounts and bouncers.
Post Reply
e
eXcel
Voice
Posts: 13
Joined: Mon Apr 28, 2008 8:03 pm

psyBNC and Ident

Post by eXcel »

Hey,

I am currently running a psyBNC on my shell but i have one little problem. The server im connecting to (GameSurge) needs me to run IDENT for each client connecting. I can't seem to figure out how to get IDENT to run with my psyBNC clients.

Any ideas as to how I can do this?

(My shell is Linux).

Thanks.

eXcel
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You have installed oidentd?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
e
eXcel
Voice
Posts: 13
Joined: Mon Apr 28, 2008 8:03 pm

Post by eXcel »

no, do i have to?

and if I was running eggdrop bots and PHP bots would they use oident too?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

eXcel wrote:no, do i have to?
Obviously you do.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
e
eXcel
Voice
Posts: 13
Joined: Mon Apr 28, 2008 8:03 pm

Post by eXcel »

Ok im having problems with the Oidentd.

I get this: Fatal: Couldn't drop privileges. What does that mean and what do I have to do?

Command:
./oidentd -m -u crave -a 66.96.248.104 -i -p 1337

If I used 133 it says could not open socket.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I'm guessing your have root access?

oidentd is a daemon; /etc/oidentd.conf is edited (for fine tuning).

In a terminal:

Code: Select all

man oidentd
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Post by dwickie »

eXcel wrote:./oidentd -m -u crave -a 66.96.248.104 -i -p 1337

If I used 133 it says could not open socket.
you have to use port 113, maybe iam wrong, but all IRCd's are looking for user ident on that port, so if you run it on other port, its useless
e
eXcel
Voice
Posts: 13
Joined: Mon Apr 28, 2008 8:03 pm

Post by eXcel »

Ya, I dont have root, im using a shell account. Must I use root to install OIDENTD?

I get this
./oidentd -m -a 66.96.248.104 -i -p 113
Fatal: Unable to setup listening socket
My Provider says that 113 port is not being used but I still cannot open a socket on it. Whats is up? Any Ideas?
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Post by dwickie »

eXcel wrote:Ya, I dont have root, im using a shell account. Must I use root to install OIDENTD?
You have to be root to open listening port below 1024
e
eXcel
Voice
Posts: 13
Joined: Mon Apr 28, 2008 8:03 pm

Post by eXcel »

Oh ok, thanks a lot. I will let my provider know.

P.S.

Once the ident is running with ./oidentd start all I have to do is run psybnc again (its compiled with OIDENTD) and it will automatically work with OIDENTD correct?
Post Reply