for whatever reason, it is not enough to allow udp traffic on port 5900, one also needs to allow tcp traffic.
/sbin/iptables -A INPUT -p tcp -m tcp --dport 5900 -j ACCEPT
/sbin/iptables -A INPUT -p udp -m udp --dport 5900 -j ACCEPT
optional:
delete all iptables rules (WARNING! one will lose all existing connections!)
iptables -F
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!