1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

new server build needs testing

Discussion in 'Community Dev Corner' started by FliesLikeABrick, Jun 15, 2012.

Thread Status:
Not open for further replies.
Mods: Downburst, Mazey
  1. FliesLikeABrick

    FliesLikeABrick THD Team THD Team Administrator Global Moderator

    Messages:
    952
    Linked below are the KAG and libJuxta_dedi.so files for another build I want to release this afternoon if it can get tested enough. This includes some important stability changes to how the server calls the API (no more pauses when multiple people join at once hopefully)

    Please test the hell out of this, and if you really want to be helpful you can use iptables or another firewall mechanism to block the 4 IP addresses for api.kag2d.com once the server is full, and see what happens (nothing should happen - people in the server will be fine with no lag, but nobody else will be able to join and the server will fall out of the list)

    These are for linux only
    http://r.u13.net/tmp/421plus.zip


    ryan@allops:~/kag_linux$ host api.kag2d.com
    api.kag2d.com has address 67.23.118.179
    api.kag2d.com has address 67.23.118.181
    api.kag2d.com has address 67.23.118.184
    api.kag2d.com has address 67.23.118.190
    api.kag2d.com has IPv6 address 2607:fd50:1:91b0::c413
    api.kag2d.com has IPv6 address 2607:fd50:1:91b0::c414
    api.kag2d.com has IPv6 address 2607:fd50:1:91b0::c411
    api.kag2d.com has IPv6 address 2607:fd50:1:91b0::c412
    ryan@allops:~/kag_linux$

    If your server has IPv6, you'll need to block the v6 addresses as well -- don't forget to unblock anything!

    If you want to test that, just use iptables/ip6tables to block it - then watch the net graph for any breaks in the blue (incoming) traffic that are more than one or two pixels wide


    ryan@allops:~/kag_linux$ sudo cat /root/blockAPI.sh
    #!/bin/bash
    ip6tables -A OUTPUT -d 2607:fd50:1:91b0::c410/124 -p tcp --dport 443 -j DROP
    iptables -A OUTPUT -d 67.23.118.0/24 -p tcp --dport 443 -j DROP

    ryan@allops:~/kag_linux$ sudo cat /root/unblockAPI.sh
    #!/bin/bash
    ip6tables -D OUTPUT -d 2607:fd50:1:91b0::c410/124 -p tcp --dport 443 -j DROP
    iptables -D OUTPUT -d 67.23.118.0/24 -p tcp --dport 443 -j DROP
    ryan@allops:~/kag_linux$
     
    inactive_account likes this.
  2. komarEX

    komarEX Bison Rider

    Messages:
    62
    According to tests we did on 2 of my servers it seems that "join lag" is now fixed with this build.
     
  3. amgtree

    amgtree Haxor

    Messages:
    482
    hey can you get this for windows
     
  4. FliesLikeABrick

    FliesLikeABrick THD Team THD Team Administrator Global Moderator

    Messages:
    952
    This was already released publicly almost 2 weeks ago, there is no need
     
  5. amgtree

    amgtree Haxor

    Messages:
    482
    oh
     
  6. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
    *LOCKED*
     
Mods: Downburst, Mazey
Thread Status:
Not open for further replies.