• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is it possible to secure DLNA?

Bird222

Diamond Member
Specifically, using iptables somehow? I have my router/server using a specific port but this rule is not blocking all content even though I see a few packets hitting the rule

iptables -I INPUT -p tcp -s ! 192.168.1.*** -m mac --mac-source ! 11:22:33:44:55:66 --dport 12250 -j DROP
 
Back
Top