Live server issue.

Results 1 to 9 of 9
  1. #1
    Newbie bigbadbrand is offline
    MemberRank
    Dec 2006 Join Date
    5Posts

    Question Live server issue.

    I recently set up a WoW server using KoboldServerLite. Anyways I got all the WS, RS, LS configuration files to listen on 192.168.2.11 (the ip of the hosting computer on my network). I remember reading to make the server available for interwebs play, you need to change the realm_list table IP column to your WAN IP. I did this and now all my friends were able to play on my WoW server. Problem being, now I cannot from inside the network (my computer adress being 192.168.2.12).

    Did I do something wrong or is this the way it's supposed to be? Will I have to use like a proxy to connect? If I change the realm_list IP back to 192.168.2.11, then the effect is vice versa, I can play on LAN but no one can play outside the network. Oh, ports 3724, 3725 and 4200 (both UDP and TCP) are all properly forwarded to the server.

    And one last question, could I use a hostname in the realm_list table, or am I doomed to keep having to change my dynamic IP in the DB?

    Edit: Forgot to mention my realmlist.wtf file is set to 192.168.2.11 (host). The login goes great but I cannot connect to the realm. I've set the file to both my WAN ip and hostname, and in both cases I cannot connect at all.
    Last edited by bigbadbrand; 28-12-06 at 07:46 PM. Reason: For claritys sake.


  2. #2
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    It seems you are trying to connect to your server, which is set up for WAN, by using your LAN, right? The only way this is possible is if the wireless adapters you use and the LAN cables you use are all connected to the same router, otherwise you won't be able to connect without a wireless adapter on the your other comp.

  3. #3
    Newbie bigbadbrand is offline
    MemberRank
    Dec 2006 Join Date
    5Posts
    When I say WAN, I mean wide area network. Meaning the internets. I apologize for not making that clear, I've never been good with acronyms.
    Last edited by bigbadbrand; 28-12-06 at 09:30 PM.

  4. #4
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    lol, now it makes a bit more sense :smile: Just curious, but what have you got your realmlist.wtf set to on the pc you're trying to connect from? Are you using your global IP, or the local one? If you're using the local one in the realmlist.wtf, you'll have to change it to the global one, and the computer you're trying to connect on must have internet access.

  5. #5
    Newbie bigbadbrand is offline
    MemberRank
    Dec 2006 Join Date
    5Posts
    Yes, I have tried setting it to the both local and WAN IP. The local one connects, but the realm will not allow me to connect. When I set it to my WAN IP it does not allow me to connect at all. And yes, the WoW server does have internet access.

    Any suggestions?

  6. #6
    Sorcerer Supreme elldiablo is offline
    Member +Rank
    Oct 2005 Join Date
    Outland --> Shattrath cityLocation
    478Posts
    my set up

    worldserver conf file


    # Network interface and port for WORLD server to listen at.
    # MUST BE SET ALWAYS
    #
    WorldServerListenIp = 127.0.0.1
    WorldServerPort = 4200


    sql file for WS

    # MySQL connection information - REQUIRED
    # DatabaseName, DatabaseHost, DatabasePort(3306 default), DatabaseUser, DatabasePassword
    DatabaseName = kobold
    DatabaseHost = 127.0.0.1
    DatabasePort = 3306
    DatabaseUser = your mysql user
    DatabasePassword =your mysql pass

    realm_server conf file

    # Network interface and port for Realm server to listen at.
    # Default: 0.0.0.0 (all interfaces) port 3725
    #
    RealmConnectAddress = your no ip if you have one
    RealmServerListenIp = your router ip
    RealmServerPort = 3725

    realm sql file

    # MySQL connection information - REQUIRED
    # DatabaseName, DatabaseHost, DatabasePort(3306 default), DatabaseUser, DatabasePassword
    DatabaseName = kobold
    DatabaseHost = 127.0.0.1
    DatabasePort = 3306
    DatabaseUser = your msql user
    DatabasePassword = your mysql pass

    login_server config file

    # Network interface and port for LOGIN server to listen at.
    # Default: 0.0.0.0 (all interfaces) port 3724
    #
    LoginServerListenIp = 10.0.0.52
    LoginServerPort = 3724


    loginserver sql file
    # MySQL connection information - REQUIRED
    # DatabaseName, DatabaseHost, DatabasePort(3306 default), DatabaseUser, DatabasePassword
    DatabaseName = kobold
    DatabaseHost = 127.0.0.1
    DatabasePort = 3306
    DatabaseUser = your mysql user
    DatabasePassword = your mysql pass

    then go to your navicat
    open teh kobold data base

    go to realmlist table and set it like this

    1 /our name for realm /your no-ipaddres or ip/ 3725/1/0/0/1
    save it

    then go to your worldserverlist table

    and set it like this
    127.0.0.1/4200/0

    save it
    then go to your windows folder

    c:/windows/system32/drivers/etc
    and open the file host
    then you wil see something like this

    # Bijvoorbeeld:
    #
    # 102.54.94.97 rhino.acme.com # bronserver
    # 38.25.63.10 x.acme.com # x clienthost

    127.0.0.1 localhost

    here you set your router ip and here your no-ip

    example

    10.0.0.52 g-s.no-ip.biz
    save it


    then on your lan computer you need to set ist olso

    your router ip and your no-ip or

    thats it

    After all of that is done , start LS then RS then go again in to your realmlist table and set the status of the realm again to 0

    and save
    Remember to do that always if your server is shutdown !!

    thats it
    mine is working like this

  7. #7
    Newbie bigbadbrand is offline
    MemberRank
    Dec 2006 Join Date
    5Posts
    Quote Originally Posted by elldiablo View Post
    RealmServerListenIp = your router ip
    ...being 192.168.2.1 or like the WAN IP?

  8. #8
    Sorcerer Supreme elldiablo is offline
    Member +Rank
    Oct 2005 Join Date
    Outland --> Shattrath cityLocation
    478Posts
    192.168.2.1 hehe is your router ip :o)

  9. #9
    Newbie bigbadbrand is offline
    MemberRank
    Dec 2006 Join Date
    5Posts
    Hey.

    Just letting you know it worked and I'm able to play both on LAN and on the net. You guys were a real help. Thanks.



Advertisement