2024-08-21, 03:04 PM
https://pastebin.com/uB8ViQpv (Aug 21)
https://pastebin.com/jWTL4UJH (Aug 20)
~$ sudo firewall-cmd --list-all
~$ sudo ss -tulpn
https://pastebin.com/jWTL4UJH (Aug 20)
~$ sudo firewall-cmd --list-all
Code:
FedoraServer (default, active)
target: default
ingress-priority: 0
egress-priority: 0
icmp-block-inversion: no
interfaces: enp0s31f6
sources:
services: cockpit dhcpv6-client ssh
ports: 8096/tcp 8096/udp
protocols:
forward: yes
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
~$ sudo ss -tulpn
Code:
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 0.0.0.0:5355 0.0.0.0:* users:(("systemd-resolve",pid=808,fd=10))
udp UNCONN 0 0 0.0.0.0:7359 0.0.0.0:* users:(("jellyfin",pid=1048,fd=479))
udp UNCONN 0 0 127.0.0.54:53 0.0.0.0:* users:(("systemd-resolve",pid=808,fd=19))
udp UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=808,fd=17))
udp UNCONN 0 0 127.0.0.1:323 0.0.0.0:* users:(("chronyd",pid=886,fd=5))
udp UNCONN 0 0 239.255.255.250:1900 0.0.0.0:* users:(("jellyfin",pid=1048,fd=475))
udp UNCONN 0 0 192.168.3.15:44642 0.0.0.0:* users:(("jellyfin",pid=1048,fd=476))
udp UNCONN 0 0 [::]:5355 [::]:* users:(("systemd-resolve",pid=808,fd=12))
udp UNCONN 0 0 [::1]:323 [::]:* users:(("chronyd",pid=886,fd=6))
udp UNCONN 0 0 [fe80::1a66:daff:fe20:c759]%enp0s31f6:546 [::]:* users:(("NetworkManager",pid=945,fd=27))
tcp LISTEN 0 4096 0.0.0.0:5355 0.0.0.0:* users:(("systemd-resolve",pid=808,fd=11))
tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=808,fd=18))
tcp LISTEN 0 4096 127.0.0.54:53 0.0.0.0:* users:(("systemd-resolve",pid=808,fd=20))
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=1011,fd=3))
tcp LISTEN 0 512 *:8096 *:* users:(("jellyfin",pid=1048,fd=508))
tcp LISTEN 0 4096 [::]:5355 [::]:* users:(("systemd-resolve",pid=808,fd=13))
tcp LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=1011,fd=4))
tcp LISTEN 0 4096 *:9090 *:* users:(("systemd",pid=1,fd=81))