<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/7116" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-03-22T00:55:52-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/7116</id>

		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2004-03-22T00:55:52-04:00</updated>

		<published>2004-03-22T00:55:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34845#p34845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34845#p34845"/>
		<title type="html"><![CDATA[userfile sending prob [again/still]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34845#p34845"><![CDATA[
heh your welcome gogo<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Mon Mar 22, 2004 12:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-21T20:32:09-04:00</updated>

		<published>2004-03-21T20:32:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34843#p34843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34843#p34843"/>
		<title type="html"><![CDATA[userfile sending prob [again/still]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34843#p34843"><![CDATA[
ok, finally I got it working. <br>my problem was that the dcc-port ranges, which are used for file-fransfers, were not the same ranges on both bots.<br><br><br>big thanks to hellios who helped me a lot figuring this out.<p>Statistics: Posted by Guest — Sun Mar 21, 2004 8:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-21T14:38:28-04:00</updated>

		<published>2004-03-21T14:38:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34831#p34831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34831#p34831"/>
		<title type="html"><![CDATA[userfile sending prob [again/still]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34831#p34831"><![CDATA[
ok, I am getting this strange userfile sending problem too. I read almost every post about this problem in this forum but I didnt find a solution.<br>I just wanna put a little bit effort into this now so we maybe get the thing solved. therefore I try to be as precise as possible in the following description.<br><br>my botnet consists of 2 bots.<br>the HubBot is on a firewalled box with a static, public IP. the leafbot is on a firewalled box with a dynamic, public IP. <br>the firewalls are bocking ICMP; the listening and dcc-range ports are opened.<br><br>here are the partyline messages (just for the sake of completness ;&gt; they have been posted here thousand times before)<br><br>::: case 1 - HubBot linking to LeafBot :::  <br><blockquote class="uncited"><div><em class="text-italics"> on HubBot</em><br><br>Linking to LeafBot at LeafBot.host.from.dyndns.org:1234 ...<br>Linked to LeafBot.<br>*** Linked to LeafBot<br>Creating resync buffer for LeafBot<br>Sending user file send request to LeafBot<br>Disconnected from: LeafBot. No reason (lost 1 bot and 0 users)<br>*** Disconnected from: LeafBot. No reason (lost 1 bot and 0 users)<br>(Userlist transmit aborted.)</div></blockquote><blockquote class="uncited"><div><em class="text-italics"> on LeafBot</em><br><br>Received challenge from HubBot... sending response ...<br>Linked to HubBot.<br>*** Linked to HubBot<br>Downloading user file from HubBot<br>[Failed connection; aborted userfile transfer.<br>Disconnected from: HubBot. No reason (lost 1 bot and 0 users)<br>*** Disconnected from: HubBot. No reason (lost 1 bot and 0 users)</div></blockquote>::: Case 2 - LeafBot linking to HubBot :::<br><blockquote class="uncited"><div><em class="text-italics">on HubBot</em><br><br>Telnet connection: LeafBot.hostname/30000<br>Lost connection while identing [LeafBot.hostname/30000]</div></blockquote><blockquote class="uncited"><div><em class="text-italics">on LeafBot</em><br><br>Linking to HubBot at HubBot.hostname:1234 ...<br>*** [LeafBot] Couldn't link to HubBot.<br>Failed link to HubBot.</div></blockquote><br>configuration HubBot:<br><div class="codebox"><p>Code: </p><pre><code>set my-ip "123.456.78.90"[...]listen 1234 allset protect-telnet 1set ident-timeout 60set open-telnets 0set stealth-telnets 1set connect-timeout 60set paranoid-telnet-flood 1set resolve-timeout 60[...]set reserved-portrange 1234:4321[...]set allow-resync 0</code></pre></div>  <br><br>transfer, filesys and shared module loaded and working. as you can see: I increased all timeouts form 15 secs to 60 but it's still not working.<br><br>the configuration on the LeafBot looks almost the same. with only one difference:<br><div class="codebox"><p>Code: </p><pre><code>set my-hostname "LeafBot.hostname.from.dyndns.org"</code></pre></div>because the LeafBot has a dynamic IP I set up an host from <a href="www.dyndns.org" class="postlink">dyndns</a> for it.<br>a demon is updating the hostname regularly so the hostname always links to the current dynamic IP.<br><br>I can telnet in to both bots on the specific listening ports, so the firewall should not be the problem.<br>but tbh I dont know what else I could try. I hope anyone here got a good idea. <br><br>thx for reading<br>/gogo<br><br><br>edit:<br>both boxes dont have an identd running<p>Statistics: Posted by Guest — Sun Mar 21, 2004 2:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
