OpenVPN on OpenWrt Barrier Breaker. Steps stolen from Logan Marchione's blog post. ssh root@192.168.1.1 Install packages: opkg update opkg install openvpn-openssl wget unzip Create a new interface for the VPN: cat >> /etc/config/network << EOF config interface 'PIA_VPN' option proto 'none' option ifname 'tun0' EOF
Create VPN Interface. In the Section Network/Interface create a new Interface with Protocol Unmanaged. Interface Configuration root@openwrt:~# cat /etc/config/network config interface 'nl_vpn' option proto 'none' option ifname 'tun0' option auto '1' Protocol: unmanaged/none. Bring Up on Boot / Auto. Connected Interface name: tun0 Jul 13, 2019 · Startup script command: route add -net SERVER-IP netmask 255.255.255.255 gw WAN-GATEWAY Example: route add -net 100.100.100.101 netmask 255.255.255.255 gw 10.10.10.8 Sub Titel: How to configure The observation so far is: vpngate.net VPN works on that box when compiled with the default options:./configure --prefix=/usr. but fails in the same way as OpenWRT does if configured as follows:./configure --prefix=/usr --enable-small. And OpenWRT does build OpenVPN with the --enable-small option by default.
VPN Gate - Public Free VPN Cloud by Univ of Tsukuba, Japan
Configure SoftEther Client or Bridge in OpenWRT Router
wi-fi-2: interface br-vpn ip address 10.0.10.1; address range 10.0.10.0/24; I configured OpenVPN client software to connect to vpn service vpnservice1. In the OpenWRT system logs I can see that the openvpn client successfully connects to vpnservice1 and interface tun0 is opened.
pfSense works great for the home, too. :-) The main different is the target hardware.