Opening ports needed by Guild Wars 2 when running on Lutris in Ubuntu 20.04 or any other Linux distributions.
Based on instructions listed here.
Open Your Terminal and enter the following commands to open port 6112 UDP and TCP:
sudo ufw enable
sudo ufw allow from any to any port 6112 proto udp
sudo ufw allow from any to any port 6112 proto tcp
sudo ufw allow 6112
Run the following commands to open port 443:
sudo ufw allow from any to any port 443 proto udp
sudo ufw allow from any to any port 443 proto tcp
sudo ufw allow 443
After that, you can connect correctly to Guild Wars 2 servers from Lutris. This fix solves the following error code: ""The game client is unable to gain access to the log-in server at this time. This is most commonly caused by firewall or router settings, security applications, or connecting through a campus network. For additional support, please visit http://support.guildwars2.com."
This just totally broke my game, please how do I remove those rules from my ufw...?? For now I just disabled my ufw...