Dedicated Valheim Server on Linux
Followed GeekHead tutorial on Installing Dedicated VALHEIM Server on Ubuntu.
Server gets up and runs according to status, wondering how to make sure the port is open or if this will work on Linode boxes. Link is below to guide I followed.
http://www.stopitsomemore.com/tutorials/valheim.txt
Looking to allow ports while firewall is up.
3 Replies
Looking to allow ports while firewall is up.
Do you mean you're going to shut it off periodically? Not a very good idea…
That being said, how you approach this depends on which "friendly front end" to ip[6]tables(8) you use… If you use ufw(8), this will be helpful:
https://www.configserverfirewall.com/ufw-ubuntu-firewall/ubuntu-firewall-open-port/
If you don't use ufw(8), and use ip[6]tables(8) or nft(8), you're going to have to do a lot more research:
- http://www.linuxandubuntu.com/home/how-to-configure-iptables-firewall-in-linux
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/securing_networks/getting-started-with-nftables_securing-networks
Don't be alarmed by the RedHat reference… ip[6]tables(8)/nft(8) are available for and work the same way on Ubuntu.
Be prepared to make mistakes and lock yourself out. lish/glish are your friends…
-- sw
I worked it out on my own, up and running! Plan to leave it up consistently. Just a bit hasty on my end, wasn't ports being blocked, just took a moment to appear within Steam. Thank you for the reply. This can be closed.