I have a PC that uses the config files to connect to the server, this
connects and I cna browse the internet.
On the iOS, it connects but I do NOT have internet.
What issue could cause this?
I have some fragment directives in the server and client.
I get this error on the server:
Tue Apr 2 22:5
I get the following error from a client connecting to the VPN.
Any ideas on what causes this and how I can resolve it?
This is the only client that has the error and the server is not
issuing 192.168.x.x as a route
Mon May 06 12:13:18 2013 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2]
[PKCS11] built
Hi
No, IPs are assigned in the 10.8.x.x range as in the log
10.8.0.30
Mon May 06 12:13:22 2013 TAP-WIN32 device [Conexión de área local 5]
opened: \\.\Global\{9D716C9B-7644-47D9-8B9C-0BE8DEB99E2D}.tap
Mon May 06 12:13:22 2013 Notified TAP-Win32 driver to set a DHCP
IP/netmask of 10.8.0.30/255.255.2
But I do not specify that route!
Here is the server config:
local 84.xxx.xxx.xx
port 1194 #- port
proto tcp
dev tun
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
key /etc/openvpn/easy-rsa/2.0/keys/server.key
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
clie
> What configs do you have in the ccd dir? > /etc/openvpn/ccd
The ccd directory only has files to prevent access to certain certificates.
The is simply a file with the disable directive.
No oter configs.
>> server 10.8.0.0 255.255.255.0
>> push "route 10.8.0.0 255.255.255.0"
>
> Get rid of th
This is the client.ovpn
client
ns-cert-type server
dev tun
proto udp
remote 84.xxx.xxx.xx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert x.crt
key x.key
comp-lzo
verb 1
fragment 1300
mssfix
Any chance a firewall might cause this type of routing duplicate IP error?