OpenVPN Client login issies

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
phoenixhr
Posts: 1
Joined: Sat Mar 21, 2015 1:29 pm

OpenVPN Client login issies

Post by phoenixhr »

i'm trying to setupi a Openvpn client to my provider Giganews (vypervpn). Here's my config:

cipher AES-256-CBC
client
dev tun
proto udp
remote us5.vyprvpn.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
persist-remote-ip
tls-remote us5.vyprvpn.com
auth-user-pass /etc/openvpn/auth.txt
comp-lzo
verb 3

ca /etc/openvpn/grouter_client_oqwwpriubnoq_ca.crt
cert /etc/openvpn/grouter_client_oqwwpriubnoq.crt
key /etc/openvpn/grouter_client_oqwwpriubnoq.key


and here is the log output. i'm not sure where to go freom here. i can log in to the windows client no problem.

Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: OpenVPN 2.3.6 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Feb 27 2015
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: library versions: OpenSSL 1.0.2 22 Jan 2015, LZO 2.08
Sat Mar 21 14:04:07 2015 daemon.warn openvpn(custom_config)[31989]: WARNING: file '/etc/openvpn/auth.txt' is group or others accessible
Sat Mar 21 14:04:07 2015 daemon.warn openvpn(custom_config)[31989]: WARNING: file '/etc/openvpn/grouter_client_oqwwpriubnoq.key' is group or others accessible
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: Socket Buffers: R=[163840->131072] S=[163840->131072]
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: UDPv4 link local: [undef]
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: UDPv4 link remote: [AF_INET]209.99.63.150:1194
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: TLS: Initial packet from [AF_INET]209.99.63.150:1194, sid=5515146d 1a206208
Sat Mar 21 14:04:07 2015 daemon.warn openvpn(custom_config)[31989]: WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: VERIFY OK: depth=1, /C=KY/ST=GrandCayman/L=GeorgeTown/O=GoldenFrog-Inc/CN=GoldenFrog-Inc_CA/emailAddress=admin@goldenfrog.com
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: VERIFY X509NAME OK: /C=KY/ST=GrandCayman/L=GeorgeTown/O=GoldenFrog-Inc/OU=On_Demand/CN=us5.vyprvpn.com/emailAddress=admin@goldenfrog.com
Sat Mar 21 14:04:07 2015 daemon.notice openvpn(custom_config)[31989]: VERIFY OK: depth=0, /C=KY/ST=GrandCayman/L=GeorgeTown/O=GoldenFrog-Inc/OU=On_Demand/CN=us5.vyprvpn.com/emailAddress=admin@goldenfrog.com
Sat Mar 21 14:04:10 2015 daemon.notice openvpn(custom_config)[31989]: Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sat Mar 21 14:04:10 2015 daemon.notice openvpn(custom_config)[31989]: Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Mar 21 14:04:10 2015 daemon.notice openvpn(custom_config)[31989]: Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sat Mar 21 14:04:10 2015 daemon.notice openvpn(custom_config)[31989]: Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Mar 21 14:04:10 2015 daemon.notice openvpn(custom_config)[31989]: Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Mar 21 14:04:10 2015 daemon.notice openvpn(custom_config)[31989]: [us5.vyprvpn.com] Peer Connection Initiated with [AF_INET]209.99.63.150:1194
Sat Mar 21 14:04:12 2015 daemon.notice openvpn(custom_config)[31989]: SENT CONTROL [us5.vyprvpn.com]: 'PUSH_REQUEST' (status=1)
Sat Mar 21 14:04:12 2015 daemon.notice openvpn(custom_config)[31989]: AUTH: Received control message: AUTH_FAILED
Sat Mar 21 14:04:12 2015 daemon.notice openvpn(custom_config)[31989]: SIGTERM[soft,auth-failure] received, process exiting

Post Reply