Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 5 of 9 FirstFirst 123456789 LastLast
Results 41 to 50 of 81
  1. #41
    Beginner

    Join Date
    Jun 2010
    Posts
    8
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1

    Register to remove this ad
    Does anyone know how I can make this server public just for myself and my brother (we share same IP adress). Would Hamachi work? Like would I be able to change mangosd and realmd to my hamachi IP? For example change these to my hamachi
    LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
    and
    LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;characters"
    Could I just change all those 127.0.0.1 defaults to my Hamachi IP to make it public for my brother? Who shares the same IP as me. Also is there anything else I would edit? Or only those 3.


    › See More: [Release] TRM's 3.3.5.12213 Repack (32 and 64-bit versions)

  2. #42
    Beginner

    Join Date
    Jun 2010
    Posts
    8
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    LoginDatabaseInfo = "5.139.193.10;3306;root;ascent;realmd"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0"
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "Realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20
    WrongPass.MaxCount = 0
    WrongPass.BanTime = 600
    WrongPass.BanType = 0
    RealmID = 1
    DataDir = "."
    LogsDir = ""
    LoginDatabaseInfo = "5.139.193.10;3306;root;ascent;realmd"
    WorldDatabaseInfo = "5.139.193.10;3306;root;ascent;mangos"
    CharacterDatabaseInfo = "5.139.193.10;3306;root;ascent;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0"
    When I change 127.0.0.1 areas to 5.139.193.10 (my hamachi IP), the restarter isn't able to start my server. My realmlist for WoW has been changed from 127.0.0.1 to 5.139.193.10 also.


  3. #43
    Banned

    Join Date
    Jan 2010
    Posts
    41
    Post Thanks / Like
    Rep Power
    0
    Reputation
    6
    TheRealMethuselah

    Points you have what the next update brings

  4. #44
    Sergeant
    agamoose's Avatar
    Join Date
    Jan 2010
    Posts
    52
    Post Thanks / Like
    Rep Power
    15
    Reputation
    31
    @eliteplague First of all change both your realm.conf and mangos.conf back to the defaults. Load your mysql then use an sql editor eg. heidi sql



    screeny 1..jpg

    Then click realmd and double click on realmlist

    screeny 2..jpg

    Then change the address from 127.0.0.1 to your hamachi IP 5.139.193.10

    Edit: to include screenies oops my bad lol
    Last edited by agamoose; 27-06-10 at 06:17 PM.



  5. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  6. #45
    Beginner

    Join Date
    Jun 2010
    Posts
    8
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1


    What do I do here? I new with the SQL stuff. I get an error when I click open

  7. #46
    Beginner

    Join Date
    Jun 2010
    Posts
    19
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    Try opening it with another program.

  8. #47
    Beginner

    Join Date
    Jun 2010
    Posts
    8
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    Quote Originally Posted by aribleach View Post
    Try opening it with another program.
    I tried navicat, same error


    Anyone know how to fix the above error, I get the same with navicat
    Last edited by eliteplague; 27-06-10 at 08:09 PM.

  9. #48
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Arrow

    If you are sharing an IP address and are on the same router you would use your internal IP address as the realmlist.wtf, example:

    Type the Windows Key + R (or Start > Run)
    Code:
    cmd
    Then in the console type
    Code:
    ipconfig /all
    As in the below screenshot note your IPv4 address:


    So, if someone on my network wanted to connect to me they would edit the realmlist.wtf file to be:
    Code:
    set realmlist 192.168.0.15
    set patchlist 192.168.0.15
    set realmlistbn ""
    set portal us
    My realmlist.wtf would be:
    Code:
    set realmlist 127.0.0.1
    set patchlist 127.0.0.1
    set realmlistbn ""
    set portal us
    All of my .conf files would stay default.

    I would edit my realmd DB realmlist Table to reflect the new IP:



    Once that's done he should be able to connect, unless your router requires you to forward certain ports (which it shouldn't for an internal network), but if it does forward the following ports:

    80 - HTTP
    3306 - WorldD
    8085 - MySQL
    3724 - RealmD

    Navicat is not as user friendly as SQLYog: SQLyog-8.5.1-0Community.exe - sqlyog - SQLyog Community Edition - 8.51 - Project Hosting on Google Code

    Install it and make sure you have MySQL.bat running, then load it up and click Continue, then make sure your connection looks like below:

    (Click New to make a connection)



    Username is root
    Password is mangos

    Then click Connect.
    Last edited by CthulhuFtagn; 27-06-10 at 08:30 PM.

  10. #49
    Beginner

    Join Date
    Jun 2010
    Posts
    8
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    Quote Originally Posted by TheRealMethuselah View Post
    If you are sharing an IP address and are on the same router you would use your internal IP address as the realmlist.wtf, example:

    Type the Windows Key + R (or Start > Run)
    Code:
    cmd
    Then in the console type
    Code:
    ipconfig /all
    As in the below screenshot note your IPv4 address:


    So, if someone on my network wanted to connect to me they would edit the realmlist.wtf file to be:
    Code:
    set realmlist 192.168.0.15
    set patchlist 192.168.0.15
    set realmlistbn ""
    set portal us
    My realmlist.wtf would be:
    Code:
    set realmlist 127.0.0.1
    set patchlist 127.0.0.1
    set realmlistbn ""
    set portal us
    All of my .conf files would stay default.

    I would edit my realmd DB realmlist Table to reflect the new IP:



    Once that's done he should be able to connect, unless your router requires you to forward certain ports (which it shouldn't for an internal network), but if it does forward the following ports:

    80 - HTTP
    3306 - WorldD
    8085 - MySQL
    3724 - RealmD

    Navicat is not as user friendly as SQLYog: SQLyog-8.5.1-0Community.exe - sqlyog - SQLyog Community Edition - 8.51 - Project Hosting on Google Code

    Install it and make sure you have MySQL.bat running, then load it up and click Continue, then make sure your connection looks like below:

    (Click New to make a connection)



    Username is root
    Password is mangos

    Then click Connect.
    THANKS! It worked, thank you for the very detailed easy to read guide, I appreciate it.
    Last edited by eliteplague; 27-06-10 at 08:42 PM.

  11. #50
    Beginner

    Join Date
    Jan 2010
    Posts
    10
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1

    Register to remove this ad
    Great job TRM but I have a problem

    Imageshack - trm.png

    I reinstalled the repack 3 times doing Exactly what you said
    Or I'm a noob or my PC:

    later edit: I got it a proxy server installed net framework 2.0 I need 3.5:P


    for the great repack!!!
    Last edited by exelerate; 27-06-10 at 11:32 PM.

 

 
Page 5 of 9 FirstFirst 123456789 LastLast

Visitors found this page by searching for:

192.168.0.15

Panda USB Vaccine errors

realmd

Edit your realmlist.wtf Set Realmlist

IPv4 address example

realmlist wow db

realmlist table

wtf windowsrealmlist 127.0.0.1navicat passset patchlistarcemu 3.3.5.12213 buildwhat mysql looks liketrm panda antivirusmy 127.0.0.1 is yourarcemu repack icc enabledrealmd>tables>realmlist>realmlist table changedefault realmlist
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 01:53 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org