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

	<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>2003-12-02T07:31:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-02T07:31:37-04:00</updated>

		<published>2003-12-02T07:31:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30971#p30971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30971#p30971"/>
		<title type="html"><![CDATA[Problem with IPv6 servers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30971#p30971"><![CDATA[
Normally (works for me) all you have to do is....<br><br>set servers {<br>        irc.homelien.no:6667<br>}<br><br>works fine here<p>Statistics: Posted by Guest — Tue Dec 02, 2003 7:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-27T07:59:51-04:00</updated>

		<published>2003-05-27T07:59:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20765#p20765</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20765#p20765"/>
		<title type="html"><![CDATA[Sintax of &quot;set servers&quot; section]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20765#p20765"><![CDATA[
In the config file I have ace only the first 2 lines, the others were not writed and explained. The eggdrop is the official 1.6.15, downloaded from ftp.eggheads.org, and compiled on my machine.<br>I've tryed different setting, like you wrote me, but the result are error of connection and with dns lookup...<div class="codebox"><p>Code: </p><pre><code>set servers {    {[2001:6b8:0:700::1]:6667}    {[2001:750:2:0:202:a5ff:fef0:aac7]:6667}}with this error...[13:31] Trying server [2001:6[13:31] Failed connect to [2001 (DNS lookup failed)set servers {    [2001:6b8:0:700::1]:6667    [2001:750:2:0:202:a5ff:fef0:aac7]:6667}with the same error...[13:35] Trying server [2001:6[13:35] Failed connect to [2001 (DNS lookup failed)set servers {    {2001:6b8:0:700::1:6667}    {2001:750:2:0:202:a5ff:fef0:aac7:6667}}with error...[13:44] Trying server 2001:6[13:44] Failed connect to 2001 (Invalid namespace)set servers {    2001:6b8:0:700::1:6667    2001:750:2:0:202:a5ff:fef0:aac7:6667}and the last test... same error...[13:46] Trying server 2001:6[13:46] Failed connect to 2001 (Invalid namespace)</code></pre></div>I do not know more what to try, or I badly interpret the sintax that you have shown to me or is some error...<br>Thanks for the help<br>Sebastiano<p>Statistics: Posted by Guest — Tue May 27, 2003 7:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-27T05:41:30-04:00</updated>

		<published>2003-05-27T05:41:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20760#p20760</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20760#p20760"/>
		<title type="html"><![CDATA[Problem with IPv6 servers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20760#p20760"><![CDATA[
Have you followed the format of the new config file<br><br>Here is the section from the new IPv6 version of the config file<br><div class="codebox"><p>Code: </p><pre><code>set servers {  you.need.to.change.this:6667  another.example.com:7000:password  {[3ffe:1234:2345::ABCD]}  {[3ffe:1234:2345::BCDE]:6668}  {[3ffe:1234:2345::CDEF]:6667:password}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue May 27, 2003 5:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-26T20:58:27-04:00</updated>

		<published>2003-05-26T20:58:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20741#p20741</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20741#p20741"/>
		<title type="html"><![CDATA[Problem with IPv6 servers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20741#p20741"><![CDATA[
I've tryed to connect an eggdrop 1.6.15 to an IPv6 server, like I've done in the past with eggdrop with patch for IPv6 support.<br>The bot start and link to the botnet, but when it tryes to connect the server, it resolve server host with IPv4 dns, so it don't connect.<ul><li>set servers {<br>    irc6.edisontel.it:6667<br>    irc6.ngnet.it:6667<br>}</li></ul>and then...<ul><li>[02:38] Trying server irc6.ngnet.it:6668<br>[02:38] Failed connect to irc6.ngnet.it (DNS lookup failed)<br>[02:38] Trying server irc6.edisontel.it:6668<br>[02:39] Timeout: connect to irc6.edisontel.it</li></ul>irc6.edisontel.it don't give error because there's an associated IPv4...<br>How can I set to use IPv6 (for server) and not IPv4?<br>Thanks, Sebastiano<p>Statistics: Posted by Guest — Mon May 26, 2003 8:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
