wlanboy
Content Contributer
I do have some devices where I am not able to install an OpenVPN client. But I want to use an US IP for these devices. You might think that the only way to get an US IP is to root/patch the devices.
The more elegant way is to have a device that is doing the OpenVPN client job.
Therefore I bought a cheap second router (30$) and installed dd-wrt on it.
If you log into the web interface you can go to the section:
Services -> VPN -> OpenVPN Client
Enter Server IP, Port, Tunnel Protocol (UDP), Tunnel Device (TUN), Encryption Cipher (Blowfish CBC), Hash Algorithm (SHA1), Use LZO Compression (enabled) and NAT (enabled).
Afterwards you can enter (copy/paste):
Go to Administration -> Commands
enter:
iptables -t nat -A POSTROUTING -j MASQUERADE
and press the "Save firewall" button.
That's it. Restart the second router.
Now all internet traffic of this router is forwarded through the OpenVPN tunnel.
Every devices connected to this router (LAN or WLAN) does not even know that it is using an OpenVPN tunnel. It is just using on US IP (depends on the localtion of your vps).
I plugged my second router right into the network of my first router.
This can be done through setting the connection type to "Automatic configuration - DHCP" on the submenu: Setup -> Basic Setup. This ensures that the second router is using the internet connection of the first router to establish his own OpenVPN connection.
The more elegant way is to have a device that is doing the OpenVPN client job.
Therefore I bought a cheap second router (30$) and installed dd-wrt on it.
If you log into the web interface you can go to the section:
Services -> VPN -> OpenVPN Client
Enter Server IP, Port, Tunnel Protocol (UDP), Tunnel Device (TUN), Encryption Cipher (Blowfish CBC), Hash Algorithm (SHA1), Use LZO Compression (enabled) and NAT (enabled).
Afterwards you can enter (copy/paste):
- CA Cert
- Public Client Cert
- Private Client Key
Go to Administration -> Commands
enter:
iptables -t nat -A POSTROUTING -j MASQUERADE
and press the "Save firewall" button.
That's it. Restart the second router.
Now all internet traffic of this router is forwarded through the OpenVPN tunnel.
Every devices connected to this router (LAN or WLAN) does not even know that it is using an OpenVPN tunnel. It is just using on US IP (depends on the localtion of your vps).
I plugged my second router right into the network of my first router.
This can be done through setting the connection type to "Automatic configuration - DHCP" on the submenu: Setup -> Basic Setup. This ensures that the second router is using the internet connection of the first router to establish his own OpenVPN connection.