OpenVPN - connection issue, any help appreciated!

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
garmcqui
DD-WRT Novice


Joined: 19 Jan 2012
Posts: 6

PostPosted: Mon Jul 10, 2017 10:31    Post subject: OpenVPN - connection issue, any help appreciated! Reply with quote
Hi all, trying to connect to a new VPN service and I am having issues...

My settings are as follows:

OpenVPN.conf:
Code:
ca /tmp/openvpncl/ca.crt
management 127.0.0.1 16
management-log-cache 100
verb 3
mute 3
syslog
writepid /var/run/openvpncl.pid
client
resolv-retry infinite
nobind
persist-key
persist-tun
script-security 2
dev tun1
proto udp4
cipher bf-cbc
auth sha1
auth-user-pass /tmp/openvpncl/credentials
remote 46.101.59.8 1194
comp-lzo yes
tun-mtu 1500
mtu-disc yes
fast-io
persist-key
persist-tun
client
remote-cert-tls server


Additional Config:
Code:
persist-key
persist-tun
client
remote-cert-tls server



This is the .ovpn file from the provider:
Code:
client
dev tun
proto udp
remote 46.101.59.8 1194 # - Your server IP and OpenVPN Port
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ca ca.crt
auth-user-pass
comp-lzo
reneg-sec 0
verb 3


Log:
Code:
Jul 10 10:31:08 DD-WRT user.info : openvpn : OpenVPN daemon (Client) starting/restarting...
Jul 10 10:31:08 DD-WRT syslog.info syslogd exiting
Jul 10 10:31:08 DD-WRT syslog.info syslogd started: BusyBox v1.26.2
Jul 10 10:31:08 DD-WRT daemon.notice openvpn[17275]: TLS: Initial packet from [AF_INET]46.101.59.8:1194, sid=0684d998 08fe90c5
Jul 10 10:31:08 DD-WRT daemon.warn openvpn[17275]: WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: VERIFY OK: depth=1, C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, OU=changeme, CN=changeme, name=changeme, emailAddress=mail@host.domain
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: Validating certificate key usage
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: ++ Certificate has key usage  00a0, expects 00a0
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: NOTE: --mute triggered...
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: 5 variation(s) on previous 3 message(s) suppressed by --mute
Jul 10 10:31:09 DD-WRT daemon.warn openvpn[17275]: WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1542', remote='link-mtu 1574'
Jul 10 10:31:09 DD-WRT daemon.warn openvpn[17275]: WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1500', remote='tun-mtu 1532'
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA
Jul 10 10:31:09 DD-WRT daemon.notice openvpn[17275]: [server] Peer Connection Initiated with [AF_INET]46.101.59.8:1194
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 8.8.8.8,dhcp-option DNS 8.8.4.4,route 10.8.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.8.0.14 255.255.255.0,peer-id 12,cipher A
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: OPTIONS IMPORT: timers and/or timeouts modified
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: NOTE: --mute triggered...
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: 6 variation(s) on previous 3 message(s) suppressed by --mute
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: Data Channel Encrypt: Cipher 'AES-256-GCM' initialized with 256 bit key
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: Data Channel Decrypt: Cipher 'AES-256-GCM' initialized with 256 bit key
Jul 10 10:31:10 DD-WRT daemon.warn openvpn[17275]: WARNING: Since you are using --dev tun with a point-to-point topology, the second argument to --ifconfig must be an IP address.  You are using something (255.255.255.0) that looks more like a netmask. (silence this warn
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: TUN/TAP device tun1 opened
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: TUN/TAP TX queue length set to 100
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: /sbin/ifconfig tun1 10.8.0.14 pointopoint 255.255.255.0 mtu 1500
Jul 10 10:31:10 DD-WRT daemon.err openvpn[17275]: Linux ifconfig failed: external program exited with error status: 1
Jul 10 10:31:10 DD-WRT daemon.notice openvpn[17275]: Exiting due to fatal error


Many thanks in advance,
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum