<?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/10533" />

	<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>2005-09-21T20:04:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-09-21T20:04:31-04:00</updated>

		<published>2005-09-21T20:04:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55987#p55987</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55987#p55987"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55987#p55987"><![CDATA[
<blockquote class="uncited"><div>you simply don't know what you are talking about</div></blockquote>Would appear there's not much understanding.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Sep 21, 2005 8:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-19T06:35:10-04:00</updated>

		<published>2005-09-19T06:35:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55897#p55897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55897#p55897"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55897#p55897"><![CDATA[
<blockquote class="uncited"><div>have you ever heared about the "DCC module" for iptables?</div></blockquote>since I wrote about it in the top sticky topic of this forum, I must have heard about it, don't you think?<br><blockquote class="uncited"><div>do a search for 'ip_nat_irc' or 'router "direct client to client"' on google and you will find a lot of infos related to DCC. in fact the router will manupulate the CTCP DCC packet confirming it contains the external IP and opens a new port.</div></blockquote>I would have never guessed that if it wasn't for you to enlighten me<br><br>dude, I've been running firewall and packet filtering software likely before you got on the Internet for the first time; and I know how it works, I don't need to google for it<br><br>iptables isn't <strong class="text-strong">router</strong>, iptables is kernel software framework that provides packet filtering, NAT, and other packet mangling; <strong class="text-strong">router</strong> is a device that handles packet transfers between computer systems, not an iptables module that knows about CTCP DCC, okay?<br><blockquote class="uncited"><div>If I do a "/ctcp &lt;bot&gt; chat" it will be a single "normal" TCP connection without a tunnel. The shell I used as example currently has port forwarding problems, so I can't give new logs, but you can try yourself, in fact your bot will make mIRC to connect to the telnet port and not one of the reserved DCC (file) ports. This might be caused because the kernel of the shell has no DCC module installed, but its always worth a try, because it makes a diffrence which way you establish the connection for the timeout.</div></blockquote>you simply don't know what you are talking about<br><br>a <em class="text-italics">tunnel</em>? what tunnel?? that's totally irrelevant<br><br>and you can't speculate about the difference in connection quality depending on initiating end point - observing such effect on <span style="text-decoration:underline">your</span> system doesn't mean anything in general<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Sep 19, 2005 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-19T06:01:56-04:00</updated>

		<published>2005-09-19T06:01:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55896#p55896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55896#p55896"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55896#p55896"><![CDATA[
have you ever heared about the "DCC module" for iptables?<br>do a search for 'ip_nat_irc' or 'router "direct client to client"' on google and you will find a lot of infos related to DCC. in fact the router will manupulate the CTCP DCC packet confirming it contains the external IP and opens a new port.<br>If I do a dcc chat it will look like that on the bot:<div class="codebox"><p>Code: </p><pre><code>&lt;StarZ|Clan&gt; [10:46:54] tcl: evaluate (.tcl): exec netstat -na&lt;StarZ|Clan&gt; Tcl: Active Internet connections (including servers)&lt;StarZ|Clan&gt; Tcl: Proto Recv-Q Send-Q Local Address Foreign Address (state)&lt;StarZ|Clan&gt; Tcl: tcp 0 0 192.168.1.104.6285 84.173.x.x.64415 ESTABLISHED...</code></pre></div>but it will look like that on my computer:<div class="codebox"><p>Code: </p><pre><code>C:\Dokumente und Einstellungen\De Kus&gt;netstat -naAktive Verbindungen  Proto  Lokale Adresse         Remoteadresse          Status...  TCP    192.168.178.4:20150    84.173.x.x:64416    HERGESTELLT...</code></pre></div>(privat IP censored)<br>If I do a "/ctcp &lt;bot&gt; chat" it will be a single "normal" TCP connection without a tunnel. The shell I used as example currently has port forwarding problems, so I can't give new logs, but you can try yourself, in fact your bot will make mIRC to connect to the telnet port and not one of the reserved DCC (file) ports. This might be caused because the kernel of the shell has no DCC module installed, but its always worth a try, because it makes a diffrence which way you establish the connection for the timeout.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Sep 19, 2005 6:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-19T04:27:59-04:00</updated>

		<published>2005-09-19T04:27:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55893#p55893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55893#p55893"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55893#p55893"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>what makes you think it's a router problem? you know a DCC-aware router? there's no information to base that guess upon; if the guy have said he's having the same problem with any TCP connection, then you would have enough info to guess it sounds like a router problem</div></blockquote>I think that way, because I have the same problem, since I heared from others they dont have that problem to that shell, I'm sure the only cause that it left is the DCC implementation of my router. </div></blockquote>routers know nothing about DCC, they know about network-level protocols like TCP, not application-level; read again my post<br><blockquote class="uncited"><div><blockquote class="uncited"><div><em class="text-italics">/ctcp bot chat</em> will establish exactly the same type of connection, and connection deterioration is very unlikely to depend on who initialized it, so that most likely won't help - if it helps, that would mean the connection parameters somehow depend on port number/range, and if that's the case, you (or rather that guy) should ditch the provider anyway</div></blockquote>the only time you really make a DCC connection is, when using /dcc &lt;bot&gt;, you can avoid it by using /ctcp &lt;bot&gt; chat, since that way, you wont establish a DCC connection, but in fact a telnet connection to your bot, just your client will think its DCC ^.^.</div></blockquote>you are confused; <em class="text-italics">/ctcp bot chat</em> makes your bot to initiate DCC connection with you - offer you DCC CHAT; either way, it's a TCP connection; DCC itself is only a mean of automatically negotiating TCP connection on IRC<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Sep 19, 2005 4:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-19T04:04:14-04:00</updated>

		<published>2005-09-19T04:04:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55891#p55891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55891#p55891"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55891#p55891"><![CDATA[
<blockquote class="uncited"><div>what makes you think it's a router problem? you know a DCC-aware router? there's no information to base that guess upon; if the guy have said he's having the same problem with any TCP connection, then you would have enough info to guess it sounds like a router problem</div></blockquote>I think that way, because I have the same problem, since I heared from others they dont have that problem to that shell, I'm sure the only cause that it left is the DCC implementation of my router. <br><blockquote class="uncited"><div><em class="text-italics">/ctcp bot chat</em> will establish exactly the same type of connection, and connection deterioration is very unlikely to depend on who initialized it, so that most likely won't help - if it helps, that would mean the connection parameters somehow depend on port number/range, and if that's the case, you (or rather that guy) should ditch the provider anyway</div></blockquote>the only time you really make a DCC connection is, when using /dcc &lt;bot&gt;, you can avoid it by using /ctcp &lt;bot&gt; chat, since that way, you wont establish a DCC connection, but in fact a telnet connection to your bot, just your client will think its DCC ^.^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Sep 19, 2005 4:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-18T20:13:11-04:00</updated>

		<published>2005-09-18T20:13:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55874#p55874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55874#p55874"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55874#p55874"><![CDATA[
<blockquote class="uncited"><div>rather sounds like a router problem, some routers use very low timeouts for DCC sessions. Use telnet or /ctcp &lt;bot&gt; chat instead if you cannot fix it.</div></blockquote>what makes you think it's a router problem? you know a DCC-aware router? there's no information to base that guess upon; if the guy have said he's having the same problem with any TCP connection, then you would have enough info to guess it sounds like a router problem<br><br><em class="text-italics">/ctcp bot chat</em> will establish exactly the same type of connection, and connection deterioration is very unlikely to depend on who initialized it, so that most likely won't help - if it helps, that would mean the connection parameters somehow depend on port number/range, and if that's the case, you (or rather that guy) should ditch the provider anyway<br><br>using telnet <em class="text-italics">might</em> help, if the telnet client have the ability to periodically send keepalive packets - if it helps, you can also script some keepalive activity for your DCC sessions<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 18, 2005 8:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-18T19:19:47-04:00</updated>

		<published>2005-09-18T19:19:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55870#p55870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55870#p55870"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55870#p55870"><![CDATA[
rather sounds like a router problem, some routers use very low timeouts for DCC sessions. Use telnet or /ctcp &lt;bot&gt; chat instead if you cannot fix it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Sep 18, 2005 7:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-18T18:26:51-04:00</updated>

		<published>2005-09-18T18:26:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55868#p55868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55868#p55868"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55868#p55868"><![CDATA[
get a better ISP or shell provider<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 18, 2005 6:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[agathodaimon]]></name></author>
		<updated>2005-09-18T16:43:28-04:00</updated>

		<published>2005-09-18T16:43:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55867#p55867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55867#p55867"/>
		<title type="html"><![CDATA[dcc chat timeout setting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55867#p55867"><![CDATA[
when i dcc chat with the bot after i while it dies..that means it doesnt answer to the commands..and i have to open a new chat...how do i change this..? any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6626">agathodaimon</a> — Sun Sep 18, 2005 4:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
