1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. 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

KAG Ubuntu 12.04 64-bit - Dedicated Server API issues

Discussion in 'Server Help' started by RXShorty, Aug 4, 2013.

  1. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Hello,

    Having some trouble to get everything running as it should.
    The server is running and reachable by connecting to IP but it doesn't register in the Public list.

    Situation:

    ESX 5.1 hypervisor with a VM running Ubuntu 12.04 64-bit.
    Installed the 32-libs on the server and it starts and runs but give the following error:
    Code:
    WARNING: API call failed: serverPort or serverAddress not present for putStatus()
    WARNING: API call failed: serverPort or serverAddress not present for putMinimapPNG()
    The firewall I am using is a Untangle system and opend both ports:
    50301 UDP/TCP
    50328 UDP

    In the confige file of the server I disabled all IPv6 options, so it should be using IPv4.
    But still getting this error.

    Anyone can help me out on this one?

    Thanks in advance!

    Regards,

    Rob
     
    Beepo likes this.
  2. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
  3. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Hmm port 443?
    Ok...
    Will check that, thanks!

    ----

    Didn't work...
    Any other ideas?
     
  4. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
    From what I know this message is shown when the ports aren't forwarded properly. Are you sure that you have in the autoconfig.cfg the ports which you have forwarded?

    It cannot be issue with router because as I understand you are renting this server from some company, right?
     
  5. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Yes, got a server rented...
    Installed ESX on it.
    And got untangled as firewall but that doesn't supports ipv6 at the moment.
    I still think the problem is the ipv6 thing.
    Somebody advised me to make ipv6 tunnel, done that but it doesn't work with untangled.
    So the issue now is that I cannot ping6 the api.kag2d.com server of yours.
    A normal ping does work...

    Also the ports are open.
    It is rather strange because I have lot of stuff running without any isses.
    </br>--- merged: Aug 4, 2013 9:00 PM ---</br>
    The following ports are in the config file:
    sv_port = 50301
    cl_port = 50328
    And forwarded them straight to the server, no firewall scanning it atm...
     
  6. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    what does
    • ip -6 ro sh
    return?
     
  7. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Just disabled the tunnel I tried to create.
    But this is the outcome:
    fe80::/64 dev eth0 proto kernel metric 256
     
  8. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    it's not your ipv6 (you get this error when there are ipv6 problems too)
     
  9. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Ok fair enough.
    The server is running just fine... If I don't register it at the public list it works without issues.
    So any ideas? ;)
     
  10. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    I don't, sorry.
     
  11. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    So it uses port 443 to register at this list?
    I am having a Mail and Webserver on the same ESX host behind the same firewall.
    443 is ofcourse ussed for https.
     
  12. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    basicly you should only need to forward 50301 UDP.
     
  13. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Well that is done, so strange it isn't working...
    </br>--- merged: Aug 5, 2013 6:05 PM ---</br>
    Well tried the following...
    • Disabled the Firewall
    • Disabled Application Control on the Firewall
    • Disabled Intrusion Detection on the Firewall
    • Port fowarded all the ports, so they are wide open
    Still getting the error.... :(
     
  14. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    can you try sv_ipv6 = 0; though?
     
    RXShorty likes this.
  15. RXShorty

    RXShorty Catapult Fodder Donator

    Messages:
    31
    Wow... Mazey... It works now!
    Thank you for your patience!

    It seems that if you edit both ipv6 settings it doesn't work.
    Now with the sv_ipv6 = 0 my server is in the public server list!
    Again thank you!
     
    Mazey likes this.