public:create_a_wifi_hotspot_which_tunnels_all_the_traffic_elsewhere
Table of Contents
Create a Wifi hotspot which tunnels all the traffic elsewhere
Wouldn't it be great if your traffic gets tunneled elsewhere as soon as you connect to the Wifi network? This is better than configuring VPN on individual devices, as you only need to configure one device. Data leak is also less likely to happen. I have managed to make Google think that I am in Poland.
The idea is to install OpenVPN on a OpenWRT device, and bridge the OpenVPN interface with a real interface together. You can set up DHCP server on the OpenWRT device, or you can have the DHCP server installed on the OpenVPN server.
Prerequisite and assumption
Setting up an OpenVPN on OpenWRT
To be written…
Setting up an extra Wifi network on OpenWRT
- Under Network $->$ Wifi $->$ Wireless Overview $->$, press
Add
. - Under Interface Configuration $->$ General Setup $->$ Network $->$, tick OpenVPN's interface. This bridges OpenVPN's interface with the new Wifi interface.
1)
If not, you can follow openvpn_network_bridge_with_static_key_encryption
2)
If not, you can follow http://www.revsys.com/writings/quicktips/nat.html
3)
If not, you can use Google Public DNS, or Unbound DNS server
public/create_a_wifi_hotspot_which_tunnels_all_the_traffic_elsewhere.txt · Last modified: 2018/03/31 00:38 by 127.0.0.1