Cannot Log on to my Server (Router involved)
I am hoping someone can help me with this, I cannot seem to find the right answer under the forums.
Setup:
Cable Router: ZyXEL
2 pc's running off of router on my home network. Computer1 with server and Computer2 with client.
Service provider IP assigned to my router: 74.193.69.x
Computer1 IP address: 192.168.10.x
My goal: To be able to connect Computer2 as well as My brother who would be connecting accross the internet into my server.
I added x's to the end of all my IP's in this document for security purposes.
First Question:
I read somewhere that minilogin was just for within the LAN, thus wanting my brother to login I did not think it possible, could he if I used minilogin? If so, would this be the best way to go for my goal listed above?
My Second Question:
So I went through the latest PDF word for word as best I could and set up my server to require players to login to eqemulator.net in order to play.
What happens is my server seems to be running ok, but I'm not sure if I have my IP addresses right(keeping in mind I am using a router). My server shows up WOGGY on the server list when I log my client into the server select screen, but when I try to login to the server it hangs and then boots me back to user name and password screen on my client. I know it probably is my server because I can get on PEQ and other servers fine.
I also do not see any changes in the world.exe screen when I try to login, it just sits there.
What could I be doing wrong? Also, what should my IP addresses in the config file be? Please review how I have my eqemu_config file set up as well as what my world.exe looks like when I run my server.
eqemu_config.XML :
<?xml version="1.0">
<server>
<world>
<shortname>WOGGY</shortname>
<longname>WOGGY</longname>
<!-- Only specify these two if you really think you need to. -->
<!--<address>192.168.10.x</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>xxxxxxx</password>
<db>peq</db>
</database>
</server>
Last edited by rodorant; 06-26-2007 at 11:38 PM..
|