Xonotic Forums
[SOLVED] Servers list don't show any of servers - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Servers list don't show any of servers (/showthread.php?tid=7627)



Servers list don't show any of servers - Ketjow3 - 01-24-2018

I have problem with servers list in game, it don't shows any of servers (list is empty).
I open port 26000 in my router. Use manjaro gnome and Xonotic install from AUR repo.
Tryed also console command "net_slist" and "net_refresh" and it do nothing.
Anyone please help?


RE: Servers list don't show any of servers - Freddy - 01-24-2018

For a client you don't need to open a router port.

You can check if the masterservers are set to the default values (see http://xonotic.org/tools/cacs/#0a/0/masterextra) and try to ping them.


RE: Servers list don't show any of servers - Ketjow3 - 01-24-2018

Yes I have default values. And make ping test:

--- ghdigital.com ping statistics ---
33 packets transmitted, 33 received, 0% packet loss, time 32033ms
rtt min/avg/max/mdev = 210.142/214.150/246.550/6.070 ms
I think its something with system config but dont know what exacly.
Also I have minetest install and there's no servers on the list too.


RE: Servers list don't show any of servers - morosophos - 01-24-2018

(01-24-2018, 06:58 AM)Ketjow3 Wrote: Yes I have default values. And make ping test:

--- ghdigital.com ping statistics ---
33 packets transmitted, 33 received, 0% packet loss, time 32033ms
rtt min/avg/max/mdev = 210.142/214.150/246.550/6.070 ms
I think its something with system config but dont know what exacly.
Also I have minetest install and there's no servers on the list too.

Perhaps a firewall somewhere cuts UDP traffic, check local iptables and router config. Also it might be your ISP. Also try to check UDP traffic with wireshark or tcpdump, this may lead you somewhere.


RE: Servers list don't show any of servers - Ketjow3 - 01-24-2018

I've checked local iptables and they are empty. Here's the tcpdump info:
What is nflog and nfqueue? Is that may be blocking servers or I don't know?? Sad

$ tcpdump -D
1.enp5s0 [Up, Running]
2.any (Pseudo-device that captures on all interfaces) [Up, Running]
3.lo [Up, Running, Loopback]
4.bluetooth-monitor (Bluetooth Linux Monitor)
5.nflog (Linux netfilter log (NFLOG) interface)
6.nfqueue (Linux netfilter queue (NFQUEUE) interface)
7.dbus-system (D-Bus system bus)
8.dbus-session (D-Bus session bus)
9.usbmon1 (USB bus number 1)
10.usbmon2 (USB bus number 2)


RE: Servers list don't show any of servers - martin-t - 01-24-2018

As Freddy said, check master server cvars - what's the result of `apropos sv_master` in console (SHIFT+ESC)?


RE: Servers list don't show any of servers - Ketjow3 - 01-24-2018

last line in console after start up Xonotic is: Error response from keygen server: Not allowed

heres the screenshot:
[Image: Zrzut-ekranu-z-2018-01-24-19-36-36.png]


RE: Servers list don't show any of servers - cefiar - 01-24-2018

1. Do you have IPv6 Enabled? You might try disabling that to see if it's an IPv6 issue.
2. You could try running an nmap portscan JUST on UDP, JUST to those hosts and just on that port to see if it can make a connection.
3. Your installation could be corrupted. You could run the rsync updater to reset your Xonotic install either to the release version (0.8.2) or the latest autobuild (out of git). this will check the files are correct and then download only what has changed. Look for the shell scripts in Xonotic/tools/misc/rsync-updater/ (*.sh files on Linux/Mac, *.bat on Windows).


RE: Servers list don't show any of servers - Ketjow3 - 01-25-2018

Ok finally I fix this. Smile Thank You for your help to You All.
What I did?
I was asking for help on manjaro forum and:

  1. restart router (that was the main to do)
  2. install net-tools and bind-tools (for test DNS)
    And now everything working.
Smile