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.
Help with usage of shell accounts and bouncers.
eXcel
Voice
Posts: 13 Joined: Mon Apr 28, 2008 8:03 pm
Post
by eXcel » Mon Apr 28, 2008 8:05 pm
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Mon Apr 28, 2008 9:51 pm
You have installed
oidentd ?
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
eXcel
Voice
Posts: 13 Joined: Mon Apr 28, 2008 8:03 pm
Post
by eXcel » Tue Apr 29, 2008 3:36 pm
no, do i have to?
and if I was running eggdrop bots and PHP bots would they use oident too?
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Wed Apr 30, 2008 11:20 pm
eXcel wrote: no, do i have to?
Obviously you do.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
eXcel
Voice
Posts: 13 Joined: Mon Apr 28, 2008 8:03 pm
Post
by eXcel » Fri May 02, 2008 4:19 pm
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.
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri May 02, 2008 6:14 pm
I'm guessing your have root access?
oidentd is a daemon; /etc/oidentd.conf is edited (for fine tuning).
In a terminal:
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
dwickie
Halfop
Posts: 76 Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer
Post
by dwickie » Sun May 04, 2008 5:55 am
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
eXcel
Voice
Posts: 13 Joined: Mon Apr 28, 2008 8:03 pm
Post
by eXcel » Tue May 06, 2008 4:09 pm
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?
dwickie
Halfop
Posts: 76 Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer
Post
by dwickie » Tue May 06, 2008 7:37 pm
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
eXcel
Voice
Posts: 13 Joined: Mon Apr 28, 2008 8:03 pm
Post
by eXcel » Tue May 06, 2008 8:18 pm
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?