Like I said, I can’t connect to my server.
I’ve checked my ports, and it tells me that they are closed (7777, 27015, 27016) despite the server is running.
I’m on Debian Bullseye, I’ve opened the ports following the tutorial:
sudo iptables -I INPUT -p udp --dport 7777 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 27016 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 27016 -j ACCEPT`
sudo iptables -I INPUT -p udp --dport 27015 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 27015 -j ACCEPT
sudo ufw allow 7777/udp
sudo ufw allow 27016
sudo ufw allow 27015
I did have another steam user before the tutorial (which was called steam
and not steamcmd
), so I changed the name in etc/systemd/system/longvinter.service
and etc/systemd/system/longvinter.socketfolder
to steam
.
Logs on Pastebin.
Thanks