EMBY IPTABLE povolenie DLNA
Pre povolenie DLNA na EMBY server je potrebne povoliť UDP port 1900 a TCP port 8096 následne povoliť:
ipset create upnp hash:ip,port timeout 3
iptables -A OUTPUT -d 239.255.255.250/32 -p udp -m udp --dport 1900 -j SET --add-set upnp src,src --exist
iptables -A INPUT -p udp -m set --match-set upnp dst,dst -j ACCEPT
iptables -A INPUT -d 239.255.255.250/32 -p udp -m udp --dport 1900 -j ACCEPT