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

	<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-12-06T22:39:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-06T22:39:39-04:00</updated>

		<published>2004-12-06T22:39:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43593#p43593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43593#p43593"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43593#p43593"><![CDATA[
of course, this will work only if the bot runs on your router<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 06, 2004 10:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-06T22:37:18-04:00</updated>

		<published>2004-12-06T22:37:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43592#p43592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43592#p43592"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43592#p43592"><![CDATA[
you may find this helper proc useful:<div class="codebox"><p>Code: </p><pre><code>proc get-nat-ip {} {  set f [open "|/sbin/ifconfig -a"]  while {![eof $f]} {lappend x [gets $f]}  close $f  foreach line $x {    if [string match "*inet *" $line] {      set ip [lindex [split [string trim $line]] 1]      if [string match 127.0.0.* $ip] continue      if [string match 192.168.* $ip] continue      return $ip    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 06, 2004 10:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mort3n]]></name></author>
		<updated>2004-12-06T21:17:39-04:00</updated>

		<published>2004-12-06T21:17:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43588#p43588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43588#p43588"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43588#p43588"><![CDATA[
I would find it VERY usefull, so please submit it, or give me some place i could download it from..<br><br>I have the same problem as you had, and i realy need that script!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5750">mort3n</a> — Mon Dec 06, 2004 9:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SSF2]]></name></author>
		<updated>2004-09-21T15:14:17-04:00</updated>

		<published>2004-09-21T15:14:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41107#p41107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41107#p41107"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41107#p41107"><![CDATA[
Sorry for the lack of updates<br><br>I will submit the script for others if they still need it and would find it useful<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3482">SSF2</a> — Tue Sep 21, 2004 3:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ratman]]></name></author>
		<updated>2003-10-31T15:05:46-04:00</updated>

		<published>2003-10-31T15:05:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29262#p29262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29262#p29262"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29262#p29262"><![CDATA[
<blockquote class="uncited"><div>Hi Ofloo,<br><br>thanks for the info. We created a TCL script to get my internet IP and have that update my NAT-IP and everythings working like a charm <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Been adding NetBots 4.09 to my bots and thats a great collection of scripts. Thanks for all the help.<br><br>Paul.</div></blockquote>You should submit that script to the site!  Others may find it useful <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3402">ratman</a> — Fri Oct 31, 2003 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SSF2]]></name></author>
		<updated>2003-10-23T05:33:08-04:00</updated>

		<published>2003-10-23T05:33:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28822#p28822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28822#p28822"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28822#p28822"><![CDATA[
Hi Ofloo,<br><br>thanks for the info. We created a TCL script to get my internet IP and have that update my NAT-IP and everythings working like a charm <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Been adding NetBots 4.09 to my bots and thats a great collection of scripts. Thanks for all the help.<br><br>Paul.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3482">SSF2</a> — Thu Oct 23, 2003 5:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-21T21:49:18-04:00</updated>

		<published>2003-10-21T21:49:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28769#p28769</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28769#p28769"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28769#p28769"><![CDATA[
i think you can set my-hostname or something read the config file also if your on nat ip try and bind to the lan ip ..? if you don't got one use localhost .. its explained in config file i remember reading something about it in there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Oct 21, 2003 9:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SSF2]]></name></author>
		<updated>2003-10-21T15:32:24-04:00</updated>

		<published>2003-10-21T15:32:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28755#p28755</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28755#p28755"/>
		<title type="html"><![CDATA[NAT-IP Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28755#p28755"><![CDATA[
Hi,<br><br>I need to have NAT-IP enabled to get my userfile sharing to work correctly. I have specified the main internet IP and all the bots linked and shared the userfile like they are supposed to. My problem is I have a dynamic IP not a fixed one and was wondering if there is a workaround so I will not need to keep changing the config file everytime my IP changes. I have got a DNS name from NO-IP as well and the router is updating their servers to keep it uptodate with my current IP. I was thinking maybe a TCL script would be possible? Any help would be appreciated. This is my last little problem then my BotNet will link 100%. Thanks to all that have helped throughout my previos posts as I wouldn't be at this stage now.<br><br>Paul.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3482">SSF2</a> — Tue Oct 21, 2003 3:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
