[Opensim-users] how can i assign one public ip to
Emperor Starfinder
emperor at secondgalaxy.com
Tue Jan 8 17:16:38 UTC 2013
Okay so seeing there seems to have been some questions I've noticed
regarding 0.0.0.0 I thought I would have a little fun during my lunch break
and research it as some have had mixed results with it in their region
config files. This is what I have found regarding 0.0.0.0:
The IP address 0.0.0.0 can have very different meanings, depending on where
it's used.
* It's not a valid address to be given to an actual network interface,
along with any other address in the 0.0.0.0/8 subnet (i.e. any address
starting with 0.).
* It can't be used as the source address on any IP packet, unless this
happens when a computer still doesn't know its own IP address and it's
trying to acquire one (classic example: DHCP).
* If used in a routing table, it identifies the default gateway; a route
to 0.0.0.0 is the default one, i.e. the one used when there is not any more
specific route available to a destination address.
* Lastly, when seen in the output of the netstat command (which is what
you asked for), it means that a given socket is listening on all the
available IP address the computer has; when a computer has more than one IP
address, a socket can be bound only to a specific address and port pair, or
to a port and all addresses; if you see an IP address there, it means that
socket is listening only on that port and that specific address; if you see
0.0.0.0, it means it's listening on that port on all addresses of the
machine, including the loopback one (127.0.0.1).
My guess is this also holds true on linux based systems. In most cases
today on Windows at least, most computers will operate on 127.0.0.1 which is
the localhost numeric IP address which also happens to be the loopback ip of
your machine. Thus if your computer is on a LAN local area network your
better off having your computer's IP on your network as your InternalIP and
the external IP should be the IP provided by the ISP (This is how I solved
the region handshake problem on Linksys 54G.)
Hope that helps a little.
Emperor
-----Original Message-----
From: opensim-users-bounces at lists.berlios.de
[mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of
opensim-users-request at lists.berlios.de
Sent: Tuesday, January 08, 2013 6:00 AM
To: opensim-users at lists.berlios.de
Subject: Opensim-users Digest, Vol 65, Issue 12
Send Opensim-users mailing list submissions to
opensim-users at lists.berlios.de
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.berlios.de/mailman/listinfo/opensim-users
or, via email, send a message with subject or body 'help' to
opensim-users-request at lists.berlios.de
You can reach the person managing the list at
opensim-users-owner at lists.berlios.de
When replying, please edit your Subject line so it is more specific than
"Re: Contents of Opensim-users digest..."
Today's Topics:
1. Re: how can i assign one public ip to multiple
(Justin Clark-Casey)
2. Re: OpenSimulator 0.7.5-rc1 now available (Justin Clark-Casey)
3. Re: lost NPC attachments and editing appearance note cards
(Justin Clark-Casey)
4. Re: OpenSimulator 0.7.5-rc1 now available (Randy Pierce)
----------------------------------------------------------------------
Message: 1
Date: Mon, 07 Jan 2013 22:19:10 +0000
From: Justin Clark-Casey <jjustincc at googlemail.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] how can i assign one public ip to
multiple
Message-ID: <50EB49DE.2020209 at googlemail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I believe the InternalIP is used to choose between network adaptors when the
machine has more than one. If it's left as 0.0.0.0, then the .net SDK will
choose the 'main' one - but I've no idea how it works this out (the .NET SDK
docs are not clear on this matter, AFAIR).
On 05/01/13 18:28, Emperor Starfinder wrote:
> Hashim,
>
> I am assuming that you are running off of your own network LAN and not
> a hosting provider. If I am correct then it might be that your
> regions.ini file may need to be fixed.
>
> On windows (for myself at least) I have found that the internal IP
> should not be 0.0.0.0 as this does cause viewers to hang at region
> handshake (Why this should matter I have no idea but it appears to in
> some cases.)
>
> In the regions.ini file I use for my grid I did as follows:
>
> [Example Region]
> RegionUUID = Your_Region_UUID
> Coordinates = 1000,1000
> InternalIP = 192.168.1.xx
> Port = 9000
> Alternate Ports = false
> External IP = Your_Domain_Name_Or_IP_Address
>
> Also the computer your region server is on should also have a static
> IP address assigned in our local network. Theres a simple tool you can
> find at portforwrd.com that will do that for you quite quickly.
>
> Also there has been some known issues with some FQDN names which have
> mixed results. Some are from DynDNS.
>
> I hope this helps a little. As Ive indicated I am assuming your
> running on Windows operating system but in some cases what I say might
> actually work on Linux based operating systems as well. Ive certainly
> found some of the linux based tutorials I've found also seem to give
> me a guide with windows also.
>
> Emperor
>
> -----Original Message-----
> From: opensim-users-bounces at lists.berlios.de
> [mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of
> opensim-users-request at lists.berlios.de
> Sent: Friday, January 04, 2013 11:19 PM
> To: opensim-users at lists.berlios.de
> Subject: Opensim-users Digest, Vol 65, Issue 7
>
> Send Opensim-users mailing list submissions to
> opensim-users at lists.berlios.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.berlios.de/mailman/listinfo/opensim-users
> or, via email, send a message with subject or body 'help' to
> opensim-users-request at lists.berlios.de
>
> You can reach the person managing the list at
> opensim-users-owner at lists.berlios.de
>
> When replying, please edit your Subject line so it is more specific
> than
> "Re: Contents of Opensim-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Opensim in amazon (Ken Grunke)
> 2. Groups : Invalid (or No) Read Key Specified (Laurent Bechir)
> 3. Re: Groups : Invalid (or No) Read Key Specified (Nebadon Izumi)
> 4. Re: Groups : Invalid (or No) Read Key Specified (InuYasha Meiji)
> 5. Re: Groups : Invalid (or No) Read Key Specified (InuYasha Meiji)
> 6. Re: Groups : Invalid (or No) Read Key Specified (Laurent Bechir)
> 7. OpenSimulator 0.7.5-rc1 now available (Justin Clark-Casey)
> 8. how can i assign one public ip to multiple simulators (Hashim)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 04 Jan 2013 12:01:11 -0600
> From: Ken Grunke <kenearlg at gmail.com>
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] Opensim in amazon
> Message-ID: <50E718E7.4020908 at gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> On 1/4/2013 2:02 AM, john felipe urrego mejia wrote:
>>
>> Hi, please tell me or share me a tutorial or video explain me process
>> opensim un amazon with instances.
>> Tnks a lot
>>
>
> Here is something I wrote for Ubuntu on OSGrid, but parts of it can
> apply to other distros (and grids or standalone) as well. Hope this helps!
>
> http://forums.osgrid.org/viewtopic.php?f=15&t=4010&p=18067
>
> Ken Grunke aka Key Gruin @ OSGrid
>
>>
>>
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>
> -------------- next part -------------- An HTML attachment was
> scrubbed...
> URL:
> <https://lists.berlios.de/pipermail/opensim-users/attachments/20130104
> /64c2d
> f6d/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 4 Jan 2013 19:19:06 +0100
> From: Laurent Bechir <laurent.bechir at madonie.org>
> To: opensim-users at lists.berlios.de
> Subject: [Opensim-users] Groups : Invalid (or No) Read Key Specified
> Message-ID: <538BA6E1-7287-40E9-A0E9-3801926C1741 at madonie.org>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hello,
>
> What value should I put in OpensIm.ini and in config.php in front of
> XmlRpcServiceReadKey and XmlRpcServiceWriteKey for the groups to work
> ? I've tried thinks like '1a33b' or 'group_read_key', without success.
>
> Thank you
>
> ------------------------------
>
> Message: 3
> Date: Fri, 4 Jan 2013 14:28:43 -0500
> From: Nebadon Izumi <nebadon2025 at gmail.com>
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] Groups : Invalid (or No) Read Key
> Specified
> Message-ID:
> <CAF5=rqXoN0TsABxOHCcQAUegos2cF3D9brvXnfVWxii7YO3a9g at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I would leave these blank as the default shows, they really do not
> provide any kind of security.
>
> On Fri, Jan 4, 2013 at 1:19 PM, Laurent Bechir
> <laurent.bechir at madonie.org>wrote:
>
>>
>> Hello,
>>
>> What value should I put in OpensIm.ini and in config.php in front of
>> XmlRpcServiceReadKey and XmlRpcServiceWriteKey for the groups to work ?
>> I've tried thinks like '1a33b' or 'group_read_key', without success.
>>
>> Thank you
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>
>
>
>
> --
> Michael Emory Cerquoni
> -------------- next part -------------- An HTML attachment was
> scrubbed...
> URL:
> <https://lists.berlios.de/pipermail/opensim-users/attachments/20130104
> /f42d3
> dcf/attachment-0001.html>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 04 Jan 2013 16:59:37 -0500
> From: InuYasha Meiji <inuyasha.meiji at gmail.com>
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] Groups : Invalid (or No) Read Key
> Specified
> Message-ID: <50E750C9.4060508 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> It shouldn't matter as long as it is the same thing in your config.php
> file, under those lines. it is a small attempt at some kind of security.
> InuYasha.
>
>
>
> On 1/4/2013 1:19 PM, Laurent Bechir wrote:
>> Hello,
>>
>> What value should I put in OpensIm.ini and in config.php in front of
> XmlRpcServiceReadKey and XmlRpcServiceWriteKey for the groups to work
> ? I've tried thinks like '1a33b' or 'group_read_key', without success.
>>
>> Thank you
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>
>
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
------------------------------
Message: 2
Date: Mon, 07 Jan 2013 22:26:17 +0000
From: Justin Clark-Casey <jjustincc at googlemail.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] OpenSimulator 0.7.5-rc1 now available
Message-ID: <50EB4B89.7050609 at googlemail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Randy, presuming that OpenSimulator at least starts up, you can run the
command
"config show DatabaseService"
from the console. This will show you what settings OpenSimulator is
actually using.
If SQLite still appears there then it is hiding in your config files
somewhere. The top of the log will show all the
various config files that OpenSimulator ends up including on startup.
On 05/01/13 23:38, Randy Pierce wrote:
> Thanks for the assist, but this was the very first thing I checked.
>
> At the present time, I am totally removing the 0.7.4 version directory and
> replacing it with 0.7.5 to ensure there are no leftovers. As I said, 0.7.4
> ran totally fine with no errors. Just got to heavy in the memory category
to
> warrant staying on 7.4 when this version became available.
>
>
>
> --
> View this message in context:
http://opensim-users.2152040.n2.nabble.com/OpenSimulator-0-7-5-rc1-now-avail
able-tp7579258p7579266.html
> Sent from the opensim-users mailing list archive at Nabble.com.
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
------------------------------
Message: 3
Date: Mon, 07 Jan 2013 22:44:32 +0000
From: Justin Clark-Casey <jjustincc at googlemail.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] lost NPC attachments and editing
appearance note cards
Message-ID: <50EB4FD0.9090301 at googlemail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 06/01/13 00:18, paul emery wrote:
> I am having problems with NPC's losing attachments.
>
> 1. I create an appearance note card by having an avatar touch a "Clone
> yourself" prim having a script with the line
> osAgentSaveAppearance(llDetectedKey(0), "appearance");
>
> I open the prim and rename the resultant appearance note card and then
save
> it to my inventory. I can then drop this note card into another prim and
> recreate the NPC controlled by that object using
> npc = osNpcCreate(firstn, lastn, npcPos, renamednotecard);
>
> Seems to work great if the model avatar is logged directly into the grid
> when the note card is created. However if the avatar that i am modeling is
> there via HyperGrid the attachments only seem to show up temporarily.
> Clothing, shape and skin are still there when i recreate the npc but not
> attachments.
Interesting. From looking at the code, what I think is happening here is
that when the AvatarFactoryModule attempts to
permanently store the normally temporary baked textures, the HGAssetBroker
AssetService implementation identifies those
as HG assets and thinks they need to be exported to the visitor's
OpenSimulator installation, rather than persisted on
this installation.
It might be possible to work around this by setting the asset ID to a non-HG
ID, but this would rely on the notecard
also saving the non-HG version. Perhaps you could attach the notecard so we
could take a look?
>
> So
> 2. I see by looking at the xml of a note card that it appears that
> attachments are listed by their attachment point and then identified by an
> item key and an asset key.
> Can I edit the appearance card xml and add/modify attachments by reference
> to something that i have in my inventory? (I can find an asset key by
> looking at the item in my inventory but where would i find the 'item key'?
The item IDs are actually irrelevant and could be set to UUID.Zero [1].
They are there because the same data format is
reused for other purposes.
[1] http://opensimulator.org/wiki/Appearance_Formats
>
>
>
>
> --
> View this message in context:
http://opensim-users.2152040.n2.nabble.com/lost-NPC-attachments-and-editing-
appearance-note-cards-tp7579268.html
> Sent from the opensim-users mailing list archive at Nabble.com.
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
------------------------------
Message: 4
Date: Mon, 7 Jan 2013 16:05:21 -0800 (PST)
From: Randy Pierce <thepierces-rwpt at charter.net>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] OpenSimulator 0.7.5-rc1 now available
Message-ID: <001b01cded33$d4820c20$7d862460$@net>
Content-Type: text/plain; charset="us-ascii"
I actually meant to report back to the group that I found the problem. There
is a data storage line inside of the RobustHG.ini that I did not think was
normally there. Once I changed the username and password everything worked
fine. I can now boast an 80 region response that I plan to load test soon.
From: justincc [via opensim-users]
[mailto:ml-node+s2152040n7579282h34 at n2.nabble.com]
Sent: Monday, January 07, 2013 5:44 PM
To: Randy Pierce
Subject: Re: OpenSimulator 0.7.5-rc1 now available
Randy, presuming that OpenSimulator at least starts up, you can run the
command
"config show DatabaseService"
from the console. This will show you what settings OpenSimulator is
actually using.
If SQLite still appears there then it is hiding in your config files
somewhere. The top of the log will show all the
various config files that OpenSimulator ends up including on startup.
On 05/01/13 23:38, Randy Pierce wrote:
> Thanks for the assist, but this was the very first thing I checked.
>
> At the present time, I am totally removing the 0.7.4 version directory and
> replacing it with 0.7.5 to ensure there are no leftovers. As I said, 0.7.4
> ran totally fine with no errors. Just got to heavy in the memory category
to
> warrant staying on 7.4 when this version became available.
>
>
>
> --
> View this message in context:
http://opensim-users.2152040.n2.nabble.com/OpenSimulator-0-7-5-rc1-now-avail
able-tp7579258p7579266.html
> Sent from the opensim-users mailing list archive at Nabble.com.
> _______________________________________________
> Opensim-users mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
_____
If you reply to this email, your message will be added to the discussion
below:
http://opensim-users.2152040.n2.nabble.com/OpenSimulator-0-7-5-rc1-now-avail
able-tp7579258p7579282.html
To start a new topic under opensim-users, email
ml-node+s2152040n2152040h32 at n2.nabble.com
To unsubscribe from opensim-users, click here
<http://opensim-users.2152040.n2.nabble.com/template/NamlServlet.jtp?macro=u
nsubscribe_by_code&node=2152040&code=dGhlcGllcmNlcy1yd3B0QGNoYXJ0ZXIubmV0fDI
xNTIwNDB8MTEzMzY4MTU3NA==> .
<http://opensim-users.2152040.n2.nabble.com/template/NamlServlet.jtp?macro=m
acro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespace
s.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namesp
aces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web
.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml
-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.na
ml> NAML
--
View this message in context:
http://opensim-users.2152040.n2.nabble.com/OpenSimulator-0-7-5-rc1-now-avail
able-tp7579258p7579283.html
Sent from the opensim-users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.berlios.de/pipermail/opensim-users/attachments/20130107/4c0b5
c62/attachment-0001.html>
------------------------------
_______________________________________________
Opensim-users mailing list
Opensim-users at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-users
End of Opensim-users Digest, Vol 65, Issue 12
*********************************************
More information about the Opensim-users
mailing list