(2016-11-15, 13:14)chrisjohnson Wrote: my question is has anyone setup vpn on kodi tv ? If yes then how?
Yes i am searching on it
What Dangelus means when he's asking about
your setup is, what kind of Operating System (Windows, Linux, LibreELEC), what kind of Computer (x86/x64, Raspberry Pi, etc) you have and which version of Kodi you are going to use for it
I do have a PureVPN subscription and I am using it on a Raspberri Pi and on an Odroid C2 for geo-unblocking.
Setting it up is quite easy thanks to the
VPN Manager for OpenVPN addon from Zamboided.
You just install the Addon, and choose PureVPN as your provider (it's included). You can also choose whether you want it to connect upon boot etc. Actually everything is everything is explained in the link above. If you have problems, I can help you out with it, as I have PureVPN as well.
BUT BE AWARE OF THE FOLLOWING:
Read the posts of following link
very carefully, because as soon as you establish a connection to a PureVPN server, you bypass your windows Firewall and your routers Firewall as well as NAT:
http://openelec.tv/forum/69-network/8276...ders-on-oe
That means that all your ports on the machine will be exposed to the internet. That means also, that actually your whole LAN will be potentially completely open for anybody who either guesses or knows your PureVPN IP (Or some bad ass employee from PureVPN can make use of it). PureVPN doesn't really give a piece of shit about their users security (albeit claiming the opposite on their website).
If you are using Linux (Or LibreELEC/OpenELEC), then you can add these rules to your iptables, to secure your VPN connection:
Code:
iptables -F
iptables -A INPUT -i tun0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i tun0 -j DROP
But start with giving us some information about your setup, so more people can give advices.