anyone wanna tell me their firewall rules if they use fedora
Timeline
Post
Remote status
Replies
4
@georgia not a fedora guy but i found this: https://discussion.fedoraproject.org/t/firewall-default-settings-config-after-fresh-install-fedora-37-ws/80568/3
unsolicited advice: deny incoming, allow outgoing
unsolicited advice: deny incoming, allow outgoing
@kirby thanks kirb, deny incoming drop forward allow outgoing was basically my iptables setup
@georgia DO NOT have it like me, I need Golang servers, Docker, Kubernetes, OpenShift, Postfix, Dovecot, videogames, etc. to work, plus I'm behind a hardware router with more classic rules:
okasion@entropy:~$ sudo firewall-cmd --list-services
dhcpv6-client samba-client ssh
okasion@entropy:~$ sudo firewall-cmd --list-ports
1025-65535/tcp 1025-65535/udp
okasion@entropy:~$ sudo firewall-cmd --list-services
dhcpv6-client samba-client ssh
okasion@entropy:~$ sudo firewall-cmd --list-ports
1025-65535/tcp 1025-65535/udp
@anokasion damn you self host email huh