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.

Bots not sharing userfile

Old posts that have not been replied to for several years.
Locked
R
RebelWolf

Post by RebelWolf »

Oki buds, here's the bug... Bots within my local network can link and share userfile, but bots can't share userfile from remote locations (tho they still link...)...

They're all 1.6.8 windrops with Netbots 4.05 hosted on WinXP pcs, and I already tried setting the my-ip and timeout settings, with no result...

Can some1 help me out ?
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Are you behind any type of firewall, or are any of the other bots?
R
RebelWolf

Post by RebelWolf »

Absolutely not, and XP integrated firewall is off on every pc...
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

what error are you getting.
R
RebelWolf

Post by RebelWolf »

Hub side:

[19:52] (Wolf): [19:52] Challenging Fox...
[19:52] (Wolf): [19:52] Linked to Fox.
[19:52] (Wolf): *** Linked to Fox
[19:52] (Wolf): [19:52] Compressing user file for Fox.
[19:52] (Wolf): [19:52] Creating resync buffer for Fox
[19:52] (Wolf): [19:52] Sending user file send request to Fox
[19:52] (Wolf): [19:52] Timeout/EOF ident connection


Leaf side:

[19:56] (Fox): [19:58] Received challenge from Wolf... sending response ...
[19:56] (Fox): [19:58] Linked to Wolf.
[19:56] (Fox): *** Linked to Wolf
[19:56] (Fox): [19:58] Downloading user file from Wolf
[19:56] (Fox): [19:58] Failed connection; aborted userfile transfer.
[19:57] (Fox): *** Disconnected from: Wolf. No reason (lost 3 bots and 1 user)


Could it have something to do with the hub being on a dsl connection (need passive mode to connect to a dsl) ? If yes, how the **** can I set the leaf bot to use it ?

Thx for helpin out, bro
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You can't change the way eggdrop does it linking, and sharing connections, and yes, the DSL is liely the problem.

A lot of DSL providers use NAT, to house multiple computers behind a single IP. This means that if some1 tries to connect to your IP, the NAT router doesn;t know which one of the many computers behind it, to forward the connection onto.

R
RebelWolf

Post by RebelWolf »

So basically, is there a way to make the leaf bots use passive mode or any NAT-related settings ?

And if not, would moving the hub to a cable link be the only solution ?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

the hub has to be on a connection where you can forward ports to it. Hub always creates its listen sockets for file transfers to those defined by $reserved-portrange, so as long as you set this and forward ports appropriatly it will work.
R
RebelWolf

Post by RebelWolf »

Can't find any $reserved-portrange setting in my conf files, using windrop 1.6.8 (used eggdrop_advanced.conf)...
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

[root@britersen:/usr/home/britersen/eggdrop1.6.8]# grep -n "reserved-portrange" eggdrop.complete.conf
314:#set reserved-portrange 2010:2020
line 314 man ...

<font size=-1>[ This Message was edited by: Petersen on 2002-01-26 09:01 ]</font>
Locked