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.

"couldn't grab nearby port", with unused port 23

Old posts that have not been replied to for several years.
Locked
p
paulschumi

"couldn't grab nearby port", with unused port 23

Post by paulschumi »

I'm using RedHat 7.3 and I get the error "couldn't grab nearby port" (I've read the FAQ) when I try to launch the bot, since I've setup the bot to listen to port 23 for user connections.

I am using this port because my box is behind a proxy and the only redirected port I can use is 23.

The bot launches though for ports over 1023, and thus I'm gessing something is blocking normal user accounts from using ports which are reserved for services (1-1023), for security purposes. Of course I can't verifiy that since I can't lauch the bot while I'm root, it doesn't allow it.

I'd like to point out that the telnet service has been disabled through /etc/xinetd.d/telnet and that netstat -a doesn't show any listenning connection on port 23.

I'd really appreciate some help, thanks.
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

< 1024 is reserved for root. Nothing you can really do without hacking up the kernel or running the bot as root (really bad idea which is why Eggdrop disallows it)

Jeff
p
paulschumi

Post by paulschumi »

that sucks :cry:

thanks anyway !
Locked