I Tried searching the forum for errors like these but could not figure out how they solved them so I'm posting here to hopefully get some clarity, forgive my noobness.
I've set up a Openvpn connection to Anonine VPN service but when I connect I only get the error "Tun interface setup failed: tun_builder_error: ifconfig addresses are not in the same /30 subnet (topology net30)"
This is my config file:
Code: Select all
client
dev tun
proto udp
remote openvpn.anonine.net 1194
remote openvpn.anonine.net 1195
remote openvpn-2.anonine.net 1196
remote openvpn-2.anonine.net 1197
remote openvpn-3.anonine.net 1198
remote openvpn-3.anonine.net 1199
remote openvpn-4.anonine.net 1200
remote openvpn-4.anonine.net 1201
remote-random
resolv-retry infinite
auth-user-pass
nobind
persist-key
persist-tun
topology subnet
push "topology subnet"
ifconfig-push 10.8.0.6 255.255.255.255
ca anonine.ca.crt