How to run 2 GS on 1 static IP ?

Results 1 to 3 of 3
  1. #1
    Elite Member myShinichi is offline
    Member +Rank
    Aug 2005 Join Date
    144Posts

    How to run 2 GS on 1 static IP ?

    Hi,

    I have only 1 static IP but 2 GS for full map. GS 1 have LAN IP is 192.168.1.10, GS 2 is 192.168.1.11. I don't know how to setup in ini files ?

    Code:
    [global]
    count=2
    [entry0]
    id=335
    operation_type=22
    name=GS 1
    wip=internet_ip
    nip=???
    machine_manager_node_id=699
    [entry1]
    id=336
    operation_type=22
    name=GS 2
    wip=???
    nip=???
    machine_manager_node_id=701
    Need any help/ideas !

    Thanks so much :)


  2. #2
    Sorcerer Supreme romio10 is offline
    Member +Rank
    Jan 2012 Join Date
    310Posts

    Re: How to run 2 GS on 1 static IP ?



    [global]
    count=2
    [entry0]
    id=335
    operation_type=22
    name=GS 1
    wip=192.168.1.10
    nip=192.168.1.10
    machine_manager_node_id=699
    [entry1]
    id=336
    operation_type=22
    name=GS 2
    wip=192.168.1.11
    nip=192.168.1.11
    machine_manager_node_id=7



    GOOD LUCK MAN

  3. #3
    Elite Member myShinichi is offline
    Member +Rank
    Aug 2005 Join Date
    144Posts

    Re: How to run 2 GS on 1 static IP ?

    Quote Originally Posted by romio10 View Post


    [global]
    count=2
    [entry0]
    id=335
    operation_type=22
    name=GS 1
    wip=192.168.1.10
    nip=192.168.1.10
    machine_manager_node_id=699
    [entry1]
    id=336
    operation_type=22
    name=GS 2
    wip=192.168.1.11
    nip=192.168.1.11
    machine_manager_node_id=7



    GOOD LUCK MAN
    Are you kidding me ? Where 's my Internet IP in config above ? :D



Advertisement