Xonotic Forums

Full Version: Servers list don't show any of servers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
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.
(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.
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)
As Freddy said, check master server cvars - what's the result of `apropos sv_master` in console (SHIFT+ESC)?
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]
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).
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