Once again, this is before my time, and I've never once worked on the
authentication servers, but afaik, this was a fundamental choice to
mimick the way e-mail works. You can't just send an email to "joe", it
has to be "joe" at "example.com", where example.com is a computer that
knows a certain joe among many. It works because there is an entry in
the DNS server that says the mail server that's authoritative for
example.com, and mail clients do a DNS query to find the IP. A number
of people here have set up reX for the public (such as
world.evocativi.com), so it *is* possible -- but you may need DNS
and/or public IPs...

So basically, I think this an internal network configuration issue,
and kinda beyond what we're capable of helping you with. Network
configuration is not easy, and present a barrier to adoption of VW
servers (actually any non-trivial home server). Does
"[email protected]" work from outside the network?

If anyone knows better than me, feel free to correct me. Better a
half-assed answer than none.

Cheers,

On Wed, Jan 6, 2010 at 10:16 AM, akaydin <[email protected]> wrote:
> Is there a way to configure authentication server such that it
> neglects IP attached to user name during authentication process. And
> authenticate solely on username and password instead. Nothing else?
>
>
> On 6 Ocak, 10:12, akaydin <[email protected]> wrote:
>> Hi again,
>>
>> I've read most of the manuals and made necessary modifications to my
>> httpsettings and configuration xml files.
>>
>> I now have a server machine connected to the internet via ADSL(Dynamic
>> IP). It has some internal ip adress like 192.168.0.2 assigned by the
>> DHCP of the Adsl Modem. I have configured necessary ip values in my
>> xml files to this value 192.168.0.2.
>>
>> However since the modem routs data to several machines at once I had
>> to make a quick NAT configuration for RealXTend ports. So I had
>> directed my wan ports 7000-12000 to lan ports 7000-12000 on
>> 192.168.0.2
>>
>> Now here comes the tricky part. No matter what I do I cannot
>> authenticate my avatar from the avatar server.
>>
>> I set the user name and connect to fields to the following in the
>> client ui.
>>
>> User name: testuser@<wan ip>
>> Connect to: <wan ip>:9000
>>
>> where <wan ip> is my WAN ip.
>>
>> Anyway I see opensim server capturing the data I send on the console
>> log and creating an XMLRPC message for authentication server. However
>> Authentication Server does nothing and returns null. So my login
>> process fails with a "Login Failed: Could not authenticate your
>> avatar. Please check your user name and password and check the grid if
>> problem persists" message
>>
>> If I try to connect to my server with a client on the server machine
>> with following parameters:
>>
>> User name: [email protected]
>> Connect to: 192.168.0.2:9000
>>
>> Then I can connect without a problem. I can assure that the username
>> and password are correct I guess the domain name after "@" sign in
>> user name causes this. In a way that authentication server receives
>> wan-ip instead of 192.168.0.2 when I try to connect from a remote
>> client and doest not authenticate as wan-ip does not match with lan-ip
>> at that step.
>>
>> Can anyone help me solve this problem?
>>
>> Thanks a lot,
>>
>> Best Regards,
>>
>> Ates Akaydin
>
> --
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
>
-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Reply via email to