Lan/Wan configuration question
Hi all, I have worked everything out for a stand alone server with login.
I am missing a detail that I hope some one can answer or explain.
can log from Wan with this eqem_config
<shortname>Server name</shortname>
<longname>Long server name</longname>
<!-- Only specify these two if you really think you need to. -->
<address>External IP</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>external IP</host>
<port>5999</port>
<account>account</account>
<password>pswd</password>
I can log from the Lan side with
<shortname>Server name</shortname>
<longname>Long server name</longname>
<!-- Only specify these two if you really think you need to. -->
<address>Internal IP</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>Internal IP</host>
<port>5999</port>
<account>account</account>
<password>pswd</password>
I should be able to do both with
<shortname>Server name</shortname>
<longname>Long server name</longname>
<!-- Only specify these two if you really think you need to. -->
<address>name.dyndns.org</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>name.dyndns.org</host>
<port>5999</port>
<account>account</account>
<password>pswd</password>
But the Lan side can not log. Port forward is working, dyndns is installed on server computer. can ping External ip from lan side. I have a static IP for external IP.
I can not find a configuration that works for both.
Host files I try inernal IP, external IP, name-dyndns, but I have not worked this out.
There was one post that said
add
internal IP name,dyndns,com
to the host file. I have tried this but I am obviously not getting the syntax correct.
thanks
|