I'm not sure if I completely understand what you're asking but as far as I
know (unless it's changed) firewalld can't handle source ports, only
destination ports.

I have a home build DVR where I use HDHomeRun network based tuners. For
them the source port is specified and the destination port it random
(coming back to the computer) and after some research found that they could
not be used with firewalld because of it so I had to switch back to
iptables with something like:

-A INPUT -m state --state NEW -m udp -p udp --sport 5002 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --sport 5004 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --sport 65001 -j ACCEPT

Thanks,
Richard
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to