Skip to content

Instantly share code, notes, and snippets.

@victorono
Created March 27, 2014 00:48
Show Gist options
  • Save victorono/9797397 to your computer and use it in GitHub Desktop.
Save victorono/9797397 to your computer and use it in GitHub Desktop.
Using Google Chromecast from Fedora 20
cat /proc/sys/net/ipv4/ip_local_port_range
firewall-cmd --permanent --add-port=32768-61000/udp
firewall-cmd --reload
firewall-cmd --permanent --zone=home --add-port=32768-61000/udp
iptables -A INPUT -s 192.168.0.0/24 -p udp -m udp --dport 32768:61000 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment