<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6002.18255" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2>What I have found to be the problem in this, if I
understand the situation properly, is when the server and client are on the same
LAN. To this day I have not yet solved the issue. I use pfSense
router/firewall software as my router. Even though I am using the right
setup in regions.ini and I supposedly have loopback enabled on the router, I get
this error as long as my client is on the same side of the router. I have
created a separate LAN with it's own interface card and it still doesn't
work.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2>I use DynDNS for my WAN and I use that name as SYSTEMIP
(myname.homedns.org) and I have the other address as 0.0.0.0. Somehow when
my client requests something of the server, my router is doing something
wrong. The server is seeing the request and replying, but the reply does
not get back to the client, so the client tries again. This is why the
server says that it's ignoring repeated requests. Ultimately the client
gives up and you can see the cleanup on the server.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2>I'm having a network pro that knows pfSense in and out come
to my home and see what he can do. I'm hoping we get it working and I can
let people know what's going on.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=164385914-24062010><FONT face=Arial
color=#0000ff size=2>-Damon</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> opensim-users-bounces@lists.berlios.de
[mailto:opensim-users-bounces@lists.berlios.de] <B>On Behalf Of
</B>Bulli<BR><B>Sent:</B> Thursday, June 24, 2010 3:12 AM<BR><B>To:</B>
opensim-users@lists.berlios.de<BR><B>Subject:</B> Re: [Opensim-users] SYSTEMIP
and a repeated UseCircuitCode<BR></FONT><BR></DIV>
<DIV></DIV>and setting all values in the ini files to there, after startup I
find <BR>
<DIV class=gmail_quote>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV text="#000000" bgcolor="#ffffff">
<DIV>
<DIV class=h5>
<BLOCKQUOTE type="cite">
<BLOCKQUOTE type="cite">
<BLOCKQUOTE type="cite">
<BLOCKQUOTE type="cite">
<BLOCKQUOTE type="cite">
<BLOCKQUOTE type="cite">the following line in the opensim.log:
<BR><BR>INFO - OpenSim.OpenSim [NETWORK]: Using xx.xx.xx.228 as
SYSTEMIP <BR><BR>...but that's my default IP address.
<BR><BR></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></DIV></DIV></DIV></BLOCKQUOTE></DIV>Please
be aware that this message is completely valid, and only informing you of the
fact that the variable SYSTEMIP has been filled with the value xx.xx.xx.228
<BR><BR>Quick look in the code: <BR><BR>m_log.InfoFormat("[NETWORK]: Using {0}
as SYSTEMIP", Util.GetLocalHost().ToString());<BR><BR>So the value of SYSTEMIP
is based on the local host definition. <BR><BR>This does NOT mean that the value
SYSTEMIP would actually be used in any other place. <BR><BR>What did you grep
for? SYSTEMIP, the hostname or the actual IP-address? Remember that an
IP-address of 0.0.0.0 will also map to the default. <BR><BR>Any chance you have
(old) XML region files lying around with the default IP-address?
<BR><BR>Regards, <BR><BR>Bulli Schumann<BR><BR></BODY></HTML>