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

	<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>2011-07-20T07:14:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-07-20T07:14:37-04:00</updated>

		<published>2011-07-20T07:14:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97256#p97256</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97256#p97256"/>
		<title type="html"><![CDATA[DCC/Telnet connection delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97256#p97256"><![CDATA[
<blockquote class="uncited"><div>Well now.. these numbers look convenient.<br><br>ident-timeout 10<br>connect-timeout 15<br>resolve-timeout 5<br><br>Any way I can turn off ident checking wholesale? IP addresses alone are adequate for my purposes.</div></blockquote>Those values should work well enough in most cases.<br>There's no easy way to disable ident-checking, though you could set the ident-timeout to 1 sec to minimize the delay. Also make sure your hostmasks use a * for the ident-part to make your bot "disregard" identd's (technically, your eggdrop still checks them, but anything would match).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Jul 20, 2011 7:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2011-07-19T15:15:41-04:00</updated>

		<published>2011-07-19T15:15:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97248#p97248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97248#p97248"/>
		<title type="html"><![CDATA[DCC/Telnet connection delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97248#p97248"><![CDATA[
The reason for the delay is because the bot's telnet server is waiting for a response to an ident request on port 113.<br><br>If you join the partyline by some other method and watch events while you try to connect via telnet, you will see the connection attempt and some seconds later the ident timeout. Your telnet connection will complete after this ident timeout.<br><br>A possible solution is to run an ident daemon on the computer from which you are trying to connect to the bot via telnet. This means that the bot immediately receives an ident response and permits the telnet connection without delay.<br><br>I sometimes use Windows Ident Server 2.0 from :-<br><a href="http://rndware.info/products/windows-ident-server.html" class="postlink">http://rndware.info/products/windows-ident-server.html</a><br><br>Windows Ident Server allows you to see all requests and responses.<br><br>If you are operating a PC with a direct internet connection you may need to allow traffic on port 113 through your firewall. If you are operating a PC with internet connection through a router, you may have to reserve a static internal IP for the PC and setup a virtual server on the router to direct traffic on port 113 to the reserved IP (otherwise the router does not know which internal IP address is supposed to receive the ident request).<br><br>I don't have the same problem using DCC chat from mIRC IRC client presumably because mIRC has its own built in ident server. If you use a standalone ident daemon, then you should switch off all others, such as the mIRC option, otherwise there is a conflict binding 0.0.0.0:113<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Tue Jul 19, 2011 3:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Karunamon]]></name></author>
		<updated>2011-07-18T15:36:15-04:00</updated>

		<published>2011-07-18T15:36:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97236#p97236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97236#p97236"/>
		<title type="html"><![CDATA[DCC/Telnet connection delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97236#p97236"><![CDATA[
Well now.. these numbers look convenient.<br><br>ident-timeout 10<br>connect-timeout 15<br>resolve-timeout 5<br><br>Any way I can turn off ident checking wholesale? IP addresses alone are adequate for my purposes.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11301">Karunamon</a> — Mon Jul 18, 2011 3:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-07-16T08:38:39-04:00</updated>

		<published>2011-07-16T08:38:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97223#p97223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97223#p97223"/>
		<title type="html"><![CDATA[DCC/Telnet connection delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97223#p97223"><![CDATA[
To me, it sounds like you're using some improper timeout values in your config file along with a firewall blocking identd lookups;<br>Could you post the following settings from your config file?<br>ident-timeout<br>connect-timeout<br>resolve-timeout<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Jul 16, 2011 8:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Karunamon]]></name></author>
		<updated>2011-07-16T06:52:54-04:00</updated>

		<published>2011-07-16T06:52:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97221#p97221</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97221#p97221"/>
		<title type="html"><![CDATA[DCC/Telnet connection delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97221#p97221"><![CDATA[
This is kinda a minor problem, but it drives me nuts so I thought I'd ask here <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Running eggdrop 1.6.20 on Debian 6, if someone DCC's or telnets into the bot, after the connection accepts, there's a good 10 second or so delay before the Username prompt appears.<br><br>If you wait until this prompt appears before beginning to type, the connection will time out. What you have to do is enter your username, hit enter, then your password, then enter again before the prompt even comes up, then everything works great.<br><br>Is there a way I can get rid of this connection delay?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11301">Karunamon</a> — Sat Jul 16, 2011 6:52 am</p><hr />
]]></content>
	</entry>
	</feed>
