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.

Telnet closes

Old posts that have not been replied to for several years.
Locked
F
Farakohn

Telnet closes

Post by Farakohn »

Heya, I set my bot up today
Installation went fine I guess. It's in my channel and I have a password set. But...
When I want to chat with him I'm just stuck on the 'Waiting for acknowledgement...' thingy.
Then when I telnet to my bot it sais 'Please enter your nick' or something. And when I do that and hit enter...telnet just closes :-?

Any ideas?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

What other information is in the acknoledgment screen.

This usualy happenes when your are behind a firewall, or you have incorectly set my-ip
J
JayC

Post by JayC »

Have you set your password?
I've had this problem to, it said you must set a password before logging in.
F
Farakohn

Nothin

Post by Farakohn »

Nothing else there when I want to chat with my bot, just:
Chat with raskassVII
Waiting for acknowledgement...

And as I said in my original post, yes I have set a password.
F
Farakohn

Also

Post by Farakohn »

About my-ip. I have not set this yet. Should this really be my ip? Because mine changes everytime I reboot my computer.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

What type of connection do you have to the internet? (DSL, cable, modem)

Do you have a router between you and the ISP, or is the modem located in the computer?

Yes, you should be setting my-ip.

Eggdrop will not allways obtain the correct IP, on a system with miltiple interfaces, and it certainly will not, if you are running on a LAN.

To use DCC, eggdrop has to send the value of my-ip, or, if it isn't set, a value that it thinks is the IP, to the irc client.

An IRC client does not connect to the IP/hostname that it thinks is the correct one (IE, the address given in a /who, /whois or /userhost command). In stead it connects to the one provided by the remote connection (IE the bot).

This is how IRC servers can mask users addresses, but DCC can still work.
F
Farakohn

Errr

Post by Farakohn »

Well, I am on a LAN to my father's computer wich is connected to cable internet.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

In this situation, you should be setting the value of my-ip to the IP of computer in the internal LAN.

You should also locate and ste the value of nat-ip to the IP of you cable connection. (IE the external IP - the one you will usualy see in a whois on IRC).
F
Farakohn

Ok

Post by Farakohn »

Just incase I enter the wrong values:
Where would I find these ip's?
A
Asphyx

Similar Problem

Post by Asphyx »

I am trying to run this bot on the same machine as the server...

So Telnet and IP issues shouldn't really be the case...

I have set the My-ip to 127.0.0.1

Even tried changing it to the local IP address since the public IP is dynamic

Get a failed to connect (unforseen error 116)


Any hints as to how I screwed up?
H
Haenger

Post by Haenger »

Are you running this bot from your own Computer or from a provider?
t
thewizard

Post by thewizard »

127.0.0.1 is ur local host ip, ask sumone in irc to /dns u then use that ip, also telnet into the bot and try to dcc into it, telnet will display any problems if any that may occur.
t
thewizard

Post by thewizard »

ive just been thinkin did u set the "my-ip" and "my hostname" fields if u did try hashing them out
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The following values should be used.

You should never use 127.0.0.1. This is the looback address and is valid only on the computer your eggdrop is running on.

If behind a router, you should set the following.
nat-ip should be set to your external IP. EG 212.159.100.245 - this is obtainable by looking at the hostname that you get while on IRC (use /whois).
my-ip should be set the IP address you machine ahs while on the internal network. EG 192.168.1.15

These settings will need to be used.
Locked