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

	<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-02T10:33:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-02T10:33:04-04:00</updated>

		<published>2003-12-02T10:33:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30983#p30983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30983#p30983"/>
		<title type="html"><![CDATA[NAT-IP Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30983#p30983"><![CDATA[
also look true the forum <a href="http://forum.egghelp.org/viewtopic.php?t=5902&amp;highlight=" class="postlink">http://forum.egghelp.org/viewtopic.php? ... highlight=</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Dec 02, 2003 10:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-02T10:01:47-04:00</updated>

		<published>2003-12-02T10:01:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30981#p30981</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30981#p30981"/>
		<title type="html"><![CDATA[NAT-IP Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30981#p30981"><![CDATA[
no try ur lan ip maybe that helps ..?<br><br>also if ur dsl isp keeps disconnectiong u .. then your eggdrop disconnects als well right ??<br><br>cause i got a script that resolves ur ip on connect each time just not sur u can use this to set ur nat-ip ..<br><br>don't hava spefic script here right now but use this one it has that <br><br><a href="http://ftp.ofloo.net/pub/scripts/ip-to-country.v0.3a.tcl.tar.gz" class="postlink">http://ftp.ofloo.net/pub/scripts/ip-to- ... tcl.tar.gz</a><br><br>use [MyIP] its case sensitve i think cause when u use [myip] it will return formated ip so try this set nat-ip "[MyIP]" it might crash .. almost sur it will but it might work ..<br><br>or u can do this depending on ur os of course ..<br><br>write ur ip to a txt file and make the bot rehash on connect or something .. what ever is needed to set the nat-ip set nat ip to <br><div class="codebox"><p>Code: </p><pre><code>proc readip {} {  set rfile [open filename r]  set MyIP [read $rfile]  close $rfile  return $MyIP}set nat-ip [readip]</code></pre></div>i got something like that to bind my apache web server i made a tclsh script that runs the script on connect and parses the ip to host file .. <br><br>then i rehash my webserver so all vhosts work again ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Dec 02, 2003 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-02T09:49:00-04:00</updated>

		<published>2003-12-02T09:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30980#p30980</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30980#p30980"/>
		<title type="html"><![CDATA[NAT-IP Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30980#p30980"><![CDATA[
My ISP keeps changing my adsl ip address, and they also use NAT, so that they can give fake ip's.<br><br>I need a tcl script that will detect my real internet ip address and change it in the config file, everytime it changes.<br><br>Possible?<p>Statistics: Posted by Guest — Tue Dec 02, 2003 9:49 am</p><hr />
]]></content>
	</entry>
	</feed>
