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.

tried my best

Old posts that have not been replied to for several years.
Locked
s
sinergy
Voice
Posts: 2
Joined: Tue May 24, 2005 12:39 am

tried my best

Post by sinergy »

HI,

Well I have been at this for several hrs and cant seem to figure it out.. read basically every thread that comes up in the search and nothing seems to work.

setup:

1 linksys router (DHCP off, port forwarding setup properly)
1 winblow box running mirc
1 brand new linux box 192.168.1.30


If I comment out my-ip / hostname and have NAT not set I get

"[00:43] -NOTICE- *** Looking up your hostname...
[00:43] -NOTICE- *** Checking Ident
[00:43] -NOTICE- *** Found your hostname
[00:43] -NOTICE- *** No Ident response
[00:43] -NOTICE- *** Banned Please install identd to use this server.
[00:43] -ERROR from server- Closing Link: 127.0.0.1 (*** Banned )
[00:43] Disconnecting from server."


If I comment out my-ip / hostname and have NAT set to my real ip I get

"[00:43] -NOTICE- *** Looking up your hostname...
[00:43] -NOTICE- *** Checking Ident
[00:43] -NOTICE- *** Found your hostname
[00:43] -NOTICE- *** No Ident response
[00:43] -NOTICE- *** Banned Please install identd to use this server.
[00:43] -ERROR from server- Closing Link: 127.0.0.1 (*** Banned )
[00:43] Disconnecting from server."


If I add my real world IP I get:

[00:49] main: entering loop
[00:49] Trying server efnet.vuurwerk.nl:6667
[00:49] Failed connect to efnet.vuurwerk.nl (Address invalid on remote machine)

If I add my real hostname and no IP:

"[00:49] main: entering loop
[00:49] Trying server efnet.vuurwerk.nl:6667
[00:49] net: connect! sock 5
[00:49] Connected to efnet.vuurwerk.nl
[00:49] -NOTICE- *** Looking up your hostname...
[00:49] -NOTICE- *** Checking Ident
[00:49] -NOTICE- *** Found your hostname
[00:50] -NOTICE- *** No Ident response
[00:50] -NOTICE- *** Banned Please install identd to use this server.
[00:50] -ERROR from server- Closing Link: 127.0.0.1 (*** Banned )
[00:50] Disconnecting from server."


I have tried every combination I can think of and still no luck. I also tried with and without the dns module and that didnt make any changes.

I am positive my dns forwarding is setup right because I have to it setup for my winblows box for dcc and it works fine. I just added the same settings for the linux box.

Any idea?

Thanks!
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

how about installing identd? or if running enabling it to response to localhost? or maybe you set localhost to the something like a thrust list to accept connections without identd response?
generally I would recommned to set nothing for my-ip in this case, just set nat-ip to your real world ip/hostname. if you can connect to the server over the LAN interface which connects to the router you can set this ip as my-ip. But however, this doesnt matter until your ircd gets an itentd response or doesnt demand 1 ^-^.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Re: tried my best

Post by ^DooM^ »

sinergy wrote: I am positive my dns forwarding is setup right because I have to it setup for my winblows box for dcc and it works fine. I just added the same settings for the linux box.
How can you forward the same ports to both machines that would cause a conflict. also forward port 113 (Ident) to your linux box.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
G
Galadhrim
Op
Posts: 123
Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede

Re: tried my best

Post by Galadhrim »

^DooM^ wrote:How can you forward the same ports to both machines that would cause a conflict. also forward port 113 (Ident) to your linux box.
only if the router cannot find a corresponding outgoing connection. if one of his pc's send packets to get dns results his router will know to which pc to return the packets.

sinergy:
The erorr states: install indentd. lets do that :) or reconfigure so it works...
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Re: tried my best

Post by ^DooM^ »

Galadhrim wrote:only if the router cannot find a corresponding outgoing connection. if one of his pc's send packets to get dns results his router will know to which pc to return the packets.
Every router I have configured cisco and otherwise forward all port activity to the networked IP that is specified. Most routers will not even allow you to forward the same port to more than 1 machine. If no machines are assigned to a port then the router will send the packet to the machine that requested the packet. If an incomming packet such as ident comes into the router then it has no idea where to send the packet and it gets dropped, hence the whole point of port forwarding.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
s
sinergy
Voice
Posts: 2
Joined: Tue May 24, 2005 12:39 am

Post by sinergy »

thanks guys..

I am searching for info in inentd I dont know much about it :)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

linux-identd is a user identification daemon for Linux, which implements the Identification Protocol (RFC1413). This protocol is used to identify active TCP connections. The daemon listens to TCP port 113 (auth) and can be run either as a stand-alone daemon or through inetd.

In a nutshell, just use your distros' update mechanism to download and install identd and have it run at boot; it's as simple as that. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

I recommend oidentd. Basicly all you have to do is start it.
l
localhost
Voice
Posts: 6
Joined: Mon May 23, 2005 4:02 am

tried your best

Post by localhost »

i've got an idea why you can't go into the server
it's some sort of my type, this is how it goes...:

[20:22] * Connecting to efnet.vuurwerk.nl (6667)
[20:22] -efnet.vuurwerk.nl- *** Looking up your hostname...
[20:22] -efnet.vuurwerk.nl- *** Checking Ident
[20:22] -efnet.vuurwerk.nl- *** Found your hostname
[20:22] -efnet.vuurwerk.nl- *** Got Ident response
[20:22] Ping? Pong!
Welcome to the EFnet Internet Relay Chat Network LoCaL^_^
Your host is irc.efnet.nl[irc.efnet.nl/6667], running version ircd-ratbox-1.5
This server was created Sat Jun 12 2004 at 11:54:31 CEST
irc.efnet.nl ircd-ratbox-1.5 oiwszcerkfydnxbauglZ biklmnopstveI bkloveI
STD=i-d STATUSMSG=@+ KNOCK EXCEPTS INVEX MODES=4 MAXCHANNELS=80 MAXBANS=100 MAXTARGETS=4 NICKLEN=9 TOPICLEN=160 KICKLEN=160 are supported by this server
CHANTYPES=#& PREFIX=(ov)@+ CHANMODES=eIb,k,l,imnpst NETWORK=EFnet CASEMAPPING=rfc1459 CHARSET=ascii CALLERID ETRACE WALLCHOPS SAFELIST ELIST=U are supported by this server
There are 9410 users and 88173 invisible on 59 servers
426 IRC Operators online
40890 channels formed
I have 5937 clients and 1 servers
Current local users: 5937 Max: 9710
Current global users: 97583 Max: 117486
Highest connection count: 9711 (9710 clients) (3699540 connections received)
Message of the Day, irc.efnet.nl
- /-_-\
- / / \
- / / \
- \ \ /
- \__\__/ ____
- \\ / /
- ,o888b,`\\/___/d88888888888888888888888888888888888888P',d888o,
- .8888 888 //?8d8 888P 888 8888,
- p____d8P'// d88 E r i s F r e e N e t w o r k 888 ?8888888
- p\ \ //- d88 irc.efnet.nl 888 `?888
- `8\___\// d888 888b O 88'
- `?._//_.o888888888888888888888888888888888888888888888o._ _.P'
- // | |
- -\\ | ALL HAIL THE CRIMSON KING |
- |\\| |
- `--+-[ www.efnet.nl ]-----------------------------------+-.
- |'| | |
- (| | Server Admins (Gunslingers, Line of Eld, dinh): | |
- | | Riedel M <riedel@efnet.nl> | |
- | |) prysm dM <sprite@ntsource.com> | |
- |/| Garion MMr <garion@efnet.nl> | |
- (| | MMMML . | |
- | | MMMMM. xf |i|
- | |) . "MMMMM .MM- |r|
- |/| Mh. +MMMMMM .MMMM |c|
- (| | .MMM MMMMML. MMMMMh |.|
- | | )MMMh MMMMMM MMMMMMM |e|
- | |) 3MMMMx. 'MMMMMMf xnMMMMMM" |f|
- |/| '*MMMMM MMMMMM. nMMMMMMP" |n|
- (| | *MMMMMx "MMMMM\ .MMMMMMM= |e|
- | | *MMMMMh "MMMMM" JMMMMMMP |t|
- | |) MMMMMM 3MMMM. dMMMMMM . |.|
- |/| MMMMMM "MMMM .MMMMM( .nnMP" |n|
- (| | =.. *MMMMx MMM" dMMMM" .nnMMMMM* |l|
- | | "MMn... 'MMMMr 'MM MMM" .nMMMMMMM*" | |
- | |) "4MMMMnn.. *MMM MM MMP" .dMMMMMMM"" | |
- |/| ^MMMMMMMMx. *ML "M .M* .MMMMMM**" | |
- (| | *PMMMMMMhn. *x > M .MMMM**"" | |
- | | ""**MMMMhx/.h/ .=*" | |
- | |) .3P"%.... | |
- |/| nP" "*MMnx | |
- (| | | |
- | | | |
- | |) Server Operators (Gunslingers, Line of Eld) : | |
- |/| | |
- (| | o ThaWurm, Trylax, zap, jappe, tinman, Triona, | |
- | | blase, qurve, Monkster, dapke, eZ, taliz, TB | |
- |/| | |
- |/| o Honorary Gunslinger title for : blaine | |
- |/| | |
- (| | Server Rules | |
- | | | |
- | |) o We have more than enough opers. Do not ask. | |
- |/| o We do not "allow" bots. However, if your bot | |
- (| | does not bother us, chances are that we will | |
- | | not bother it. That does _not_ mean we are a | |
- | |) bot allowing server. Run them at your own | |
- |/| risk! | |
- (| | o Clients must be RFC1459 compliant | |
- | | o No excessive connections, flooding, spamming | |
- | |) o DNS polluters are automatically klined. | |
- |/| o Breaking is strictly prohibited! | |
- (| | o IRCing in todash state is strictly prohibited. | |
- | | o You must protect The Beams at all cost! | |
- | |) o Your access may be revoked for any reason or | |
- |/| no reason at all. | |
- (| | o You shall remember the face of your father. | |
- | | | |
- | |) Other useful stuff: | |
- |/| | |
- (| | * Please read this document about security : | |
- | | www.cert.org/tech_tips/home_networks.html | |
- | |) * A useful document on firewalling : | |
- |/| www.irchelp.org/irchelp/security/fwfaq.html | |
- (| | * http://www.efnet.nl/security.php | |
- | | | |
- | |) | |
- |/| We are ka-tet, one of many | |
- | | | |
- | | We allow both ipv4 and ipv6 clients. | |
- | | | |
- <-----|-|----------------------------------------------------' |
- | |) You can reach us at irc@efnet.nl |
- `-+------------------------------------------------------'
End of /MOTD command.
[20:22] * LoCaL^_^ sets mode: +i
You are banned from this server- Temporary K-line 1440 min. - Blacklisted IP found. Visit the website openrbl.org/dnsbl?i=220.255.23.130 for info. (2005/5/25 14.19)
[20:22] Closing Link: 127.0.0.1 (Temporary K-line 1440 min. - Blacklisted IP found. Visit the website openrbl.org/dnsbl?i=220.255.23.130 for info. (2005/5/25 14.19))
[20:22] * Disconnected
[20:22] * Connect retry #1 efnet.vuurwerk.nl (6667)
[20:22] -efnet.vuurwerk.nl- *** Looking up your hostname...
[20:22] -efnet.vuurwerk.nl- *** Checking Ident
[20:22] -efnet.vuurwerk.nl- *** Found your hostname
[20:22] -efnet.vuurwerk.nl- *** Got Ident response
[20:22] Ping? Pong!
[20:22] -irc.efnet.nl- *** Banned Temporary K-line 1440 min. - Blacklisted IP found. Visit the website openrbl.org/dnsbl?i=220.255.23.130 for info. (2005/5/25 14.19)
[20:22] Closing Link: 127.0.0.1 (*** Banned )
[20:22] * Disconnected

............
it may be due to you are glined from the network ^_^
check with them via email, try emailing their network admin ^___^ :wink:
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

this has nothing to do with the above problem. your problem is simply that your IP is beeing blacklisted on openrbl.org. nothing more, nothing less.

his ban reason states the reason for banning is the missing identd response.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

All you have to do is either install oidentd or linux-identd; it's as simple as that. No more dramas with connecting your eggdrop. You need to have an ident deamon running!
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked