
2.5 El navegador Opera: la mejor VPN gratis sencilla. 2.4 TunnelBear: una aplicación generalista, pero con una versión gratuita muy recortada. TunnelBear for Chrome is an incredibly simple extension that can help you: Reduce the ability for websites, advertisers and ISPs to track your browsing Secure your browser on public WiFi Get around blocked websites Connect to a lightning fast private network with connections. 2.3 : buena VPN con GB suficientes para trabajo. Join over 20 million TunnelBear users who worry less about browsing on public WiFi, online tracking or blocked websites. 2.2 ProtonVPN: la VPN suiza especializada en Privacidad. Sudo ip route add default via 192.168.0.1Īnd give it an IP address in the 192.168.0.0/24-range. 2.1 Windscribe: una VPN multiplataforma con muchos GB. Iptables-restore /proc/sys/net/ipv4/ip_forward" Sudo iptables-save | sudo tee /etc/iptables.savĮdit /etc/rc.local and add the following line before the "exit 0" line: Sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Sudo iptables -A FORWARD -m conntrack -ctstate ESTABLISHED,RELATED -j ACCEPT Sudo iptables -A FORWARD -o tun0 -i eth1 -s 192.168.0.0/24 -m conntrack -ctstate NEW -j ACCEPT Add a comment if you need to know more about OpenVPN), you will have a network device (let's call it tun0) with an IP address in the VPN, and your wifi dongle (let's call it eth1).

I am not familiar with Tunnelbear, but I assume once you have set it up (should be easy if they have OpenVPN support, besides, you did not ask how to set up Tunnelbear, you asked how to share it.
