[Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

Page 3 of 9 FirstFirst 123456789 LastLast
Results 31 to 45 of 130
  1. #31
    ~Hunter~ Dragganta is offline
    MemberRank
    Sep 2005 Join Date
    live in VWLocation
    515Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    Quote Originally Posted by xAtticusx View Post
    Seems that the gamedbd is failing. You didn't edit any of the IPs, did you?
    no.. i leave all as it is.. i change my router 192.168.200.xxx

    so still use all from this config

    maybe should change any from it ??

    still think of change all 127.0.0.1 into 192.168.200.xxx BU leave 0.0.0.0 as it still is???????

    coz what u think maybe best change all 127.0.0.1 into 192.168.200.xxx ??? i also have trouble so cant loginf from extern (friends cand login)
    Last edited by Dragganta; 16-02-11 at 03:59 PM.

  2. #32
    Novice Kangba is offline
    MemberRank
    Feb 2011 Join Date
    4Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    Can anyone post a video tutorial please? This guide is kinda confusing

  3. #33
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    Quote Originally Posted by Dragganta View Post
    no.. i leave all as it is.. i change my router 192.168.200.xxx

    so still use all from this config

    maybe should change any from it ??

    still think of change all 127.0.0.1 into 192.168.200.xxx BU leave 0.0.0.0 as it still is???????

    coz what u think maybe best change all 127.0.0.1 into 192.168.200.xxx ??? i also have trouble so cant loginf from extern (friends cand login)
    Leave all 127.0.0.1 AS 127.0.0.1. 0.0.0.0 as 0.0.0.0. Change them, and you'll crash the server. Only the 127.0.0.1 in glinkd needs to be edited.

    For external connections, the server's port 29000 must be forwarded and have a static IP address. Then that static IP address must replace all 127.0.0.1 IPs in glinkd.

    Quote Originally Posted by Kangba View Post
    Can anyone post a video tutorial please? This guide is kinda confusing
    My apologies if this offends you, but if you can't follow this simple guide, you obviously have no Ubuntu experience and shouldn't be attempting to run a JD server. I've given you every command necessary to run the server.

  4. #34
    Novice Kangba is offline
    MemberRank
    Feb 2011 Join Date
    4Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    well im running windows and cant seem to get ubuntu to work.
    i downloaded the windows version and that doesnt work either
    so i wanted a vid guide to see exactly how u got ubuntu to work on ur comp

  5. #35
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    Ubuntu is a Linux distro. You can't run it on Windows, and I would NOT suggest Co-Linux. And I just don't do virtual servers, like vbox or vmware. You need a VPS or dedicated server which is running Ubuntu.

    CoolGirl once had a VMWare guide, but this is no longer available. This guide is for a dedicated Ubuntu server.

  6. #36
    ~Hunter~ Dragganta is offline
    MemberRank
    Sep 2005 Join Date
    live in VWLocation
    515Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    here my glink.conf may have a look

    Code:
    ;Mcncc.com
    [LogclientClient]
    type            =   udp
    port            =   11100
    address         =   192.168.200.100
    so_sndbuf       =   16777216
    so_rcvbuf       =   16384
    accumulate      =   16777216
    
    [LogclientTcpClient]
    type            =   tcp
    port            =   11101
    address         =   192.168.200.100
    so_sndbuf       =   16777216
    so_rcvbuf       =   16384
    accumulate      =   16777216
    
    [ProviderServerID]
    192.168.200.100	=	0
    192.168.200.100	=	1
    192.168.200.100	=	2
    192.168.200.100	=	3
    192.168.200.100	=	4
    192.168.200.100	=	5
    192.168.200.100	=	6
    192.168.200.100	=	7
    192.168.200.100	=	8
    192.168.200.100	=	9
    192.168.200.100	=	10
    192.168.200.100	=	11
    
    GTEST			=	1
    gs01			=	2
    gs02			=	3
    gs03			=	4
    gs04			=	5
    gs05			=	6
    gs06			=	7
    gs07			=	8
    gs08			=	9
    gs09			=	10
    gs10			=	11
    
    [GLinkServer1]
    type			=	tcp
    port			=	29000
    address			=	0.0.0.0
    so_sndbuf		=	16384
    so_rcvbuf		=	16384
    ibuffermax		=	16384
    obuffermax		=	65535
    tcp_nodelay		=	0
    listen_backlog	=	10
    accumulate		=	131072
    max_users		=	3000
    max_conns		=	3192
    halflogin_users 	=   6000
    sender_interval	=	200000
    accumu_packets	=	32768
    mtrace			=	/tmp/m_trace.link
    close_discard           =       1
    urgency_support 	=   1
    ;isec			=	2
    ;iseckey		=	123
    ;osec			=	2
    ;oseckey		=	456
    compress		=	0
    version			=	10306
    
    [GDeliveryClient]
    type			=	tcp
    port			=	29100
    address			=	192.168.200.100
    so_sndbuf		=	16384
    so_rcvbuf		=	16384
    ;so_broadcast	=	1
    tcp_nodelay		=	0
    accumulate		=	268435456
    ;isec			=	2
    ;iseckey		=	123
    ;osec			=	2
    ;oseckey		=	456
    
    [GProviderServer1]
    type			=	tcp
    port			=	29301
    address			=	0.0.0.0
    so_sndbuf		=	16384
    so_rcvbuf		=	16384
    ;so_broadcast	=	1
    tcp_nodelay		=	0
    accumulate		=	268435456
    
    [GFactionClient]
    type                    =       tcp
    port                    =       29500
    address                 =       192.168.200.100
    so_sndbuf               =       16384
    so_rcvbuf               =       16384
    ibuffermax              =       1638400
    obuffermax              =       1638400
    ;so_broadcast   =       1
    tcp_nodelay             =       0
    accumulate              =       268435456
    
    [GAntiCheatClient]
    type            =   tcp
    port            =   29701
    address         =   192.168.200.100
    so_sndbuf       =   16384
    so_rcvbuf       =   16384
    ibuffermax      =   1638400
    obuffermax      =   1638400
    ;so_broadcast   =   1
    tcp_nodelay     =   0
    accumulate      =   268435456
    
    [storage]
    homedir				=	./dbhome
    datadir				=	dbdata
    logdir				=	dblogs
    backupdir			=	./backup
    cachesize			=	16777216
    errpfx				=	Storage
    checkpoint_interval	=	5
    backup_interval		=	60
    
    [ThreadPool]
    threads			=	(1,3)(100,1)(101,1)(0,1)
    max_queuesize		=	1048576
    prior_strict		=	1

  7. #37
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    I should have made it more clear in my guide on how to set this file, this is how it's meant to be set:

    Code:
    ;Mcncc.com
    [LogclientClient]
    type            =   udp
    port            =   11100
    address         =   127.0.0.1
    so_sndbuf       =   16777216
    so_rcvbuf       =   16384
    accumulate      =   16777216
    
    [LogclientTcpClient]
    type            =   tcp
    port            =   11101
    address         =   127.0.0.1
    so_sndbuf       =   16777216
    so_rcvbuf       =   16384
    accumulate      =   16777216
    
    [ProviderServerID]
    212.95.43.163	=	0
    212.95.43.163	=	1
    212.95.43.163	=	2
    212.95.43.163	=	3
    212.95.43.163	=	4
    212.95.43.163	=	5
    212.95.43.163	=	6
    212.95.43.163	=	7
    212.95.43.163	=	8
    212.95.43.163	=	9
    212.95.43.163	=	10
    212.95.43.163	=	11
    
    GTEST			=	1
    gs01			=	2
    gs02			=	3
    gs03			=	4
    gs04			=	5
    gs05			=	6
    gs06			=	7
    gs07			=	8
    gs08			=	9
    gs09			=	10
    gs10			=	11
    
    [GLinkServer1]
    type			=	tcp
    port			=	29000
    address			=	0.0.0.0
    so_sndbuf		=	16384
    so_rcvbuf		=	16384
    ibuffermax		=	16384
    obuffermax		=	65535
    tcp_nodelay		=	0
    listen_backlog	=	10
    accumulate		=	131072
    max_users		=	3000
    max_conns		=	3192
    halflogin_users 	=   6000
    sender_interval	=	200000
    accumu_packets	=	32768
    mtrace			=	/tmp/m_trace.link
    close_discard           =       1
    urgency_support 	=   1
    ;isec			=	2
    ;iseckey		=	123
    ;osec			=	2
    ;oseckey		=	456
    compress		=	0
    version			=	10306
    
    [GDeliveryClient]
    type			=	tcp
    port			=	29100
    address			=	127.0.0.1
    so_sndbuf		=	16384
    so_rcvbuf		=	16384
    ;so_broadcast	=	1
    tcp_nodelay		=	0
    accumulate		=	268435456
    ;isec			=	2
    ;iseckey		=	123
    ;osec			=	2
    ;oseckey		=	456
    
    [GProviderServer1]
    type			=	tcp
    port			=	29301
    address			=	0.0.0.0
    so_sndbuf		=	16384
    so_rcvbuf		=	16384
    ;so_broadcast	=	1
    tcp_nodelay		=	0
    accumulate		=	268435456
    
    [GFactionClient]
    type                    =       tcp
    port                    =       29500
    address                 =       127.0.0.1
    so_sndbuf               =       16384
    so_rcvbuf               =       16384
    ibuffermax              =       1638400
    obuffermax              =       1638400
    ;so_broadcast   =       1
    tcp_nodelay             =       0
    accumulate              =       268435456
    
    [GAntiCheatClient]
    type            =   tcp
    port            =   29701
    address         =   127.0.0.1
    so_sndbuf       =   16384
    so_rcvbuf       =   16384
    ibuffermax      =   1638400
    obuffermax      =   1638400
    ;so_broadcast   =   1
    tcp_nodelay     =   0
    accumulate      =   268435456
    
    [storage]
    homedir				=	./dbhome
    datadir				=	dbdata
    logdir				=	dblogs
    backupdir			=	./backup
    cachesize			=	16777216
    errpfx				=	Storage
    checkpoint_interval	=	5
    backup_interval		=	60
    
    [ThreadPool]
    threads			=	(1,3)(100,1)(101,1)(0,1)
    max_queuesize		=	1048576
    prior_strict		=	1
    212.95.43.163 being your external IP.

  8. #38
    ~Hunter~ Dragganta is offline
    MemberRank
    Sep 2005 Join Date
    live in VWLocation
    515Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    ahh ok understand seen setting PROVIDER.. i only have NOIP can i put this in

  9. #39
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    IP only.

  10. #40
    Crystal Moon goldrush is offline
    MemberRank
    Jul 2005 Join Date
    278Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    wondering where did CG's Redhat file with tutorial go, if she took it down can anyone pm me link for that file or tutorial ?

  11. #41
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    It's all down, there are no active links. It'll never come back.

  12. #42
    Crystal Moon goldrush is offline
    MemberRank
    Jul 2005 Join Date
    278Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    web is a wonderful place .. I got the RedHat file and CG tutorial as well. now only need some free time after my work to work on server :)

    Atticus I need to clear some thoughts, mind if I pm you for some information? It seems like you are the only nice person with good knowledge and still active here

  13. #43
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    Sure, go for it.

  14. #44
    Account Upgraded | Title Enabled! fluxbox is offline
    MemberRank
    Sep 2004 Join Date
    KanagawaLocation
    303Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    This server-file is what version? (422 or ?)
    http://dl.dropbox.com/u/19573297/JD.tar.gz

  15. #45
    Account Upgraded | Title Enabled! xAtticusx is offline
    MemberRank
    May 2010 Join Date
    EnglandLocation
    388Posts

    Re: [Guide] Jade Dynasty - Ubuntu, MySQL - On a Remote Server

    It's 1.3.6 v422.



Advertisement