Closed Mikaela closed 1 year ago
Wrong issue.
So I had some need for this and ended up with
firewall-cmd --add-service=mosh --permanent
firewall-cmd --reload
However I am not sure if the last command caused a temporary lockout or if it was just poor connection.
Additionally I think there was a warning about missing --zone
which seems beneficial for distinguishing services allowed anywhere from those at home etc.
specific port is e.g. firewall-cmd --zone=home --permanent --add-port=631/tcp
(protocol is mandatory)
firewall-cmd --add-service=sip --permanent
firewall-cmd --reload
While it's not that urgent due to Yggdrasil keeping my addresses stable.