2024-12-12, 03:46 AM
If you already have a router between these two IP range and is acting as the gateway between them in the routing table shouldn't a simple forward rule like
iptables -A FORWARD -s <ROKU_TV_IP> -d <JELLYFIN_SERVER_IP> -j ACCEPT
on the gateway be enough?