Who's Can Help me!! Make Server

Results 1 to 12 of 12
  1. #1
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Who's Can Help me!! Make Server

    OK.
    I have 1.18 server.
    But,It is not Run!

    I'am Use Local area network
    Server IP is 192.168.1.100

    1.
    I Run IP.BAT
    netsh interface ip add address "Local area network" 192.168.5.1 255.255.255.0
    ......
    netsh interface ip add address "Local area network" 192.168.5.9 255.255.255.0

    2.
    I change *.cfg

    IrisAgentDemon.cfg

    SERVICE_NAME: AgentDemon
    AGENT_DEMON_ADDRESS(IPv4): 192.168.1.100
    AGENT_BROADCAST_ADDRESS(IPv4): 192.168.5.255
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000

    MANAGE_SERVER: LoginServer 192.168.1.100
    MANAGE_SERVER: GameServer1 192.168.1.100
    MANAGE_SERVER: GameServer2 192.168.1.100
    MANAGE_SERVER: TutorialServer 192.168.1.100
    MANAGE_SERVER: PvP1Server 192.168.1.100
    MANAGE_SERVER: PvP2Server 192.168.1.100
    MANAGE_SERVER: ThemeCircus 192.168.1.100
    MANAGE_SERVER: ThemeRioha 192.168.1.100
    MANAGE_SERVER: ThemeDecomuss 192.168.1.100
    MANAGE_SERVER: ThemeUTGarden 192.168.1.100

    IrisLogDemon.cfg
    LOGDEMON_BROADCAST_SEND(IPv4): 192.168.5.255
    LOGDEMON_BROADCAST_RECV(IPv4): 192.168.5.1
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000

    IrisLoginSrv.cfg

    LOGIN_SERVER_ADDRESS(IPv4): 192.168.1.100
    LOGIN_BROADCAST_RECV(IPv4): 192.168.5.1
    LOGIN_BROADCAST_SEND(IPv4): 192.168.5.255
    LOGIN_PORT: 16002
    GAME_PORT: 15004
    LOG_PORT: 16000
    GAME_LOGIN_CHECK: 1

    IrisGameSrv.cfg



    SERVICE_NAME: GameServer
    SERVER_NO: 1
    CHANNEL_NO: 1
    GAME_SERVER_ADDRESS(IPv4): 192.168.1.100
    GAME_BROADCAST_RECV(IPv4): 192.168.5.1
    GAME_BROADCAST_SEND(IPv4): 192.168.5.255
    GAME_FIREWALL(IPv4): 192.168.1.100
    GAME_BILLING(IPv4): 0.0.0.0 0
    AHN_HACK_SHIELD: 0 60000 30000
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000

    SERVICE_NAME: PvP1Server
    SERVER_NO: 1
    CHANNEL_NO: 101
    GAME_SERVER_ADDRESS(IPv4): 192.168.1.100
    GAME_BROADCAST_RECV(IPv4): 192.168.5.2
    GAME_BROADCAST_SEND(IPv4): 192.168.5.255
    GAME_FIREWALL(IPv4): 192.168.1.100
    GAME_BILLING(IPv4): 0.0.0.0 0
    AHN_HACK_SHIELD: 0 60000 30000
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000

    SERVICE_NAME: PvP2Server
    SERVER_NO: 1
    CHANNEL_NO: 102
    GAME_SERVER_ADDRESS(IPv4): 192.168.1.100
    GAME_BROADCAST_RECV(IPv4): 192.168.5.3
    GAME_BROADCAST_SEND(IPv4): 192.168.5.255
    GAME_FIREWALL(IPv4): 192.168.1.100
    GAME_BILLING(IPv4): 0.0.0.0 0
    AHN_HACK_SHIELD: 0 60000 30000
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000

    SERVICE_NAME: TutorialServer
    SERVER_NO: 1
    CHANNEL_NO: 501
    GAME_SERVER_ADDRESS(IPv4): 192.168.1.100
    GAME_BROADCAST_RECV(IPv4): 192.168.5.4
    GAME_BROADCAST_SEND(IPv4): 192.168.5.255
    GAME_FIREWALL(IPv4): 192.168.1.100
    GAME_BILLING(IPv4): 0.0.0.0 0
    AHN_HACK_SHIELD: 0 60000 30000
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000

    SERVICE_NAME: ThemeUTGarden
    SERVER_NO: 1
    CHANNEL_NO: 203
    GAME_SERVER_ADDRESS(IPv4): 192.168.1.100
    GAME_BROADCAST_RECV(IPv4): 192.168.5.5
    GAME_BROADCAST_SEND(IPv4): 192.168.5.255
    GAME_FIREWALL(IPv4): 192.168.1.100
    GAME_BILLING(IPv4): 0.0.0.0 0
    AHN_HACK_SHIELD: 0 60000 30000
    LOGIN_PORT: 15002
    GAME_PORT: 15004
    LOG_PORT: 15000


    But GS Run Error !
    Initialize fail
    Plass Help me!!!


  2. #2
    In the Emperor name Caosfox is offline
    MemberRank
    Jun 2011 Join Date
    Balcora GateLocation
    1,608Posts

    Re: Who's Can Help me!! Make Server

    MANAGE_SERVER: LoginServer 192.168.1.100
    MANAGE_SERVER: GameServer1 192.168.1.100
    MANAGE_SERVER: GameServer2 192.168.1.100
    MANAGE_SERVER: TutorialServer 192.168.1.100
    MANAGE_SERVER: PvP1Server 192.168.1.100
    MANAGE_SERVER: PvP2Server 192.168.1.100
    MANAGE_SERVER: ThemeCircus 192.168.1.100
    MANAGE_SERVER: ThemeRioha 192.168.1.100
    MANAGE_SERVER: ThemeDecomuss 192.168.1.100
    MANAGE_SERVER: ThemeUTGarden 192.168.1.100

    try to replace 100 with 1 for server 1, 2 for server 2, and so on

  3. #3
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Re: Who's Can Help me!! Make Server

    Quote Originally Posted by Caosfox View Post
    MANAGE_SERVER: LoginServer 192.168.1.100
    MANAGE_SERVER: GameServer1 192.168.1.100
    MANAGE_SERVER: GameServer2 192.168.1.100
    MANAGE_SERVER: TutorialServer 192.168.1.100
    MANAGE_SERVER: PvP1Server 192.168.1.100
    MANAGE_SERVER: PvP2Server 192.168.1.100
    MANAGE_SERVER: ThemeCircus 192.168.1.100
    MANAGE_SERVER: ThemeRioha 192.168.1.100
    MANAGE_SERVER: ThemeDecomuss 192.168.1.100
    MANAGE_SERVER: ThemeUTGarden 192.168.1.100

    try to replace 100 with 1 for server 1, 2 for server 2, and so on
    MANAGE_SERVER: GameServer1 192.168.1.100
    MANAGE_SERVER: GameServer2 192.168.5.1
    MANAGE_SERVER: TutorialServer 192.168.5.2
    MANAGE_SERVER: PvP1Server 192.168.5.3
    MANAGE_SERVER: PvP2Server 192.168.5.4
    MANAGE_SERVER: ThemeCircus 192.168.5.5
    MANAGE_SERVER: ThemeRioha 192.168.5.6
    MANAGE_SERVER: ThemeDecomuss 192.168.5.7
    MANAGE_SERVER: ThemeUTGarden 192.168.5.8

    Edit to this?

  4. #4
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Re: Who's Can Help me!! Make Server




    Connection failed ???
    Attached Thumbnails Attached Thumbnails 1.jpg   2.jpg  

  5. #5
    In the Emperor name Caosfox is offline
    MemberRank
    Jun 2011 Join Date
    Balcora GateLocation
    1,608Posts

    Re: Who's Can Help me!! Make Server

    Quote Originally Posted by aitamu View Post
    MANAGE_SERVER: GameServer1 192.168.1.100
    MANAGE_SERVER: GameServer2 192.168.5.1
    MANAGE_SERVER: TutorialServer 192.168.5.2
    MANAGE_SERVER: PvP1Server 192.168.5.3
    MANAGE_SERVER: PvP2Server 192.168.5.4
    MANAGE_SERVER: ThemeCircus 192.168.5.5
    MANAGE_SERVER: ThemeRioha 192.168.5.6
    MANAGE_SERVER: ThemeDecomuss 192.168.5.7
    MANAGE_SERVER: ThemeUTGarden 192.168.5.8

    Edit to this?
    GameServer1 192.168.5.1
    GameServer2 192.168.5.2
    and so on....

    and remember to change on login server too

    login server and gameserver 1 uses the same ip
    Last edited by Caosfox; 16-08-11 at 06:41 PM.

  6. #6
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Re: Who's Can Help me!! Make Server

    yes i'am ok
    edit the server
    I make new Gameserver
    add new SERVER_PORT

    ---------- Post added at 10:05 PM ---------- Previous post was at 10:04 PM ----------

    yes?
    how to edit IRISClient.exe IP?

  7. #7
    In the Emperor name Caosfox is offline
    MemberRank
    Jun 2011 Join Date
    Balcora GateLocation
    1,608Posts

    Re: Who's Can Help me!! Make Server

    for 1.18.201 client? or for what client version?

  8. #8
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Re: Who's Can Help me!! Make Server

    1.18.16344

  9. #9
    In the Emperor name Caosfox is offline
    MemberRank
    Jun 2011 Join Date
    Balcora GateLocation
    1,608Posts

    Re: Who's Can Help me!! Make Server

    Quote Originally Posted by aitamu View Post
    1.18.16344
    irisclient.exe 3232250148

    ^- for ip 192.168.1.100

    irisclient.exe 3232251201

    ^- for ip 192.168.5.1

    you need to download the patched irisclient.exe ( allows to use this patch thingy)

    is here on the forum, or i can upload mine later if you cant find it

  10. #10
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Re: Who's Can Help me!! Make Server

    thinks ! plass upload it!

  11. #11
    In the Emperor name Caosfox is offline
    MemberRank
    Jun 2011 Join Date
    Balcora GateLocation
    1,608Posts

    Re: Who's Can Help me!! Make Server

    Quote Originally Posted by aitamu View Post
    thinks ! plass upload it!
    here MEGAUPLOAD - The leading online storage and file delivery service

  12. #12
    Member aitamu is offline
    MemberRank
    Jun 2006 Join Date
    74Posts

    Re: Who's Can Help me!! Make Server

    good !
    thank u!!!



Advertisement