#Node not responding

1 messages · Page 1 of 1 (latest)

ripe nest
#

Hello,
I'm unsure exactly where this belongs, and I was unable to get any search results from this issue.
My setup is 1 panel and 2 nodes, names panel, node-01 and node-02.
They all run Ubuntu 24.04

My problem is, that node-01 works perfectly, and so did node-02.
So to accommodate some of these issues, I decided to move some servers around since some on node-01 wasn't currently being used, and therefor I wanted them to move to node-02.
One game server got moved, one is stuck, and I can start a game server on node-02, but I can't access the files.

I tried starting wings in debug mode on node-02, but no help there either.

Here's the logs from the panel:
https://ptero.co/heqajokivu

And the diagnostics from node-02:
https://ptero.co/xiriyuwova

I can see in the logs that the panel can't reach port 1027 on node-02. But the port forwarding is there.
I've checked with nmap and portchecker.co and another one I just found at Google, and port 1027 is open.
Both servers are on the 10.0.210.0/24 subnet, and no firewall is within the subnet or on the server itself, only between subnets.

I really don't see what the issue is here.

Any pointers?

#

This is on 0000-0005 when I try to access the files

slender stoneBOT
#

I have found the following for: https://media.discordapp.net/attachments/1343619939558228119/1343620977321316362/image.png?ex=67bdf00c&is=67bc9e8c&hm=806ea08a69e427fda322e93f8ea47f910b75c8f5fe533fff4b13f9d150602d18&
@ripe nest It looks like you are having issues with connecting to Wings.

Make sure that your wings are running using systemctl status wings and that your Wings ports (by default 8080/2022) are open in your firewall or router. This website can check your ports https://dnschecker.org/port-scanner.php

Browser console errors can also provide additional debugging information. More troubleshooting steps can be found at https://pterodactyl.io/panel/1.0/troubleshooting.html#cannot-connect-to-server-errors

Should the panel and wings be located on the same network, you might experience NAT reflection issues. In that case, type .nat for more information.

ripe nest
# slender stone I have found the following for: <https://media.discordapp.net/attachments/134361...
  • I've used systemctl status wings and wings is running.

  • I can't get any useful errors out of the console (see picture).

  • I've reconfigured node-02 with the information from the panel (and rebooted wings).
    The port checker on https://dnschecker.org/port-scanner.php says port 1027 and 1028 is open.
    *As mentioned, no firewall is running between the 3 servers,

  • It's set to HTTPS and the fullchain and priv.key are valid (the same ones are used at the proxy).

  • The certificate has not expired.

  • I've tried running wings in debug mode. message.txt is the info from it.

  • I've used dig and verified the IP is correct.

  • They are running in the VM with the same adapter, but two diffferent (virtual ) MAC addresses. node-02 has BC:24:11:7A:28:A2 node-01 has BC:24:11:D2:4A:44, and the panel has BC:24:11:ED:4A:41 so only the first half matches.

  • No errors with journalctl -xeu pteroq all is green.

  • I've restarted with systemctl restart pteroq

  • php /var/www/pterodactyl/artisan schedule:clear-cache gave " INFO No mutex files were found.".

  • PHP versioin is PHP 8.1.31 - I know it's not listed, but it works with node-01 without issues.

  • Timezone is correct to my local time on both nodes and the panel

  • crontab on the panel is * * * * * php /var/www/pterodactyl/artisan schedule:run >> /dev/null 2>&1

I really don't know where to look

slender stoneBOT
#

Easy!

systemctl restart pteroq