Common issues and Debugging
This page provide the most common pitfalls users might have with VXLAN tunnel. This page is largely under construction as we are gathering more edge cases. Your feedback is much appreciated.
Last updated
Was this helpful?
This page provide the most common pitfalls users might have with VXLAN tunnel. This page is largely under construction as we are gathering more edge cases. Your feedback is much appreciated.
Last updated
Was this helpful?
In some cases, when your VM/Dedicated Server reboot, the script won’t re-run causing the service to stop working. In this case, you would need to setup a persistent service setup so that the script will be automatically run again. Here are the steps:
Run nano /etc/rc.local
Add the provided vxlan script, Ctrl+X
then y
to quit and save it
Example:
Finally , run chmod +x /etc/rc.local
to make the script executable
Now the VXLAN script should automatically run after each reboot.
It is crucial to ensure that you can directly connect to the services or games you are hosting using their IPv4 address and port. For instance, in setup documentation, the was accessible via 108.61.149.182:6900
.
If your VXLAN tunnel is not functioning correctly, there could be many causes. Here are some best practices to always follow to confirm the service is properly set up and running.
You have a server firewall such as netfiler/iptables/ufw. In that case you would either whitelist the vxlan interfaces explicitly, or make sure your backend port is opened to accept connection from our proxies.
Example of whitelisting vxlan interface using iptables
:
Some major Cloud providers like Linode, AWS, Azure,... etc would have a default Security Group / Firewall settings that block traffic before it even reach your VPS. In that case you can simply navigate to the provider's control panel, and allow traffic from to your backend ports.