Joachim M. Giæver 9813fcefc6 Updated so logging of failed remove ip (doesnt exist) error. Not necessary | 7 years ago | |
---|---|---|
aiop | 7 years ago | |
client1 | 7 years ago | |
screenshots | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
dnsmasq.postconf | 7 years ago | |
openvpn-event | 7 years ago |
(Private Internett Access - https://privateinternettaccess.com)
This code is used to assign a new DHCP range to an interface and route the traffic over an OpenVPN for PIA (may work with others).
Code is based on
The main reason for doing this was that I wanted several Wi-Fi networks with traffic routed over different kind of VPN-connections. See screenshots below.
assign_ip "<interface>" "<dhcp>" "<range from>" "<range to>"
e.g assign_ip "wl0.1" "192.168.2.1" "2" "254"
will start a DHCP server on IP 192.168.2.1 with a range from 192.168.2.2 - 192.168.2.254.route_vpn "<interface g.network>" "<interface vpn>"
, e.g route_vpn "wl0.1" "tun11"
to route wl0.1 over tun11./jffs/scripts
.scp /path/to/aiop/* <username>@ip-address:/jffs/scripts/aiop
scp dnsmasq.postconf <username>@ip-address:/jffs/scripts/
scp openvpn-event <username>@ip-address:/jffs/scripts/
You will find an example on how I've done it, with 6 guest networks and 5 VPN-clients, in the files "dnsmasq.postconf" and "openvpn-event". Note that wl0.1 and wl0.3 shares VPN-client. This way you can create several VPN-clients, i.e with different locations, and connect to the respective Wi-Fi when you want to change VPN-connetion.
You will also find an configuration file in the "client" directory, that I have exported from my setup, that you can import in the WebUI. I have included the two certificates you need to copy/paste into the WebUI certificate-forms in the directory as well.