Kain
New Around Here
Hi All,
Struggling to get VPN to work with the ovpn file on my USB stick attached to r7800 running Voxel 68. I'm using Telnet and have not installed SSH.
Here's the debug string:
This failure occurs shortly after I enter my user name/pw. Should this be the user/pass to my VPN or some other file?
Kamoj's debug info (amazing BTW) states that there's no valid ovpn configuration, yet I have the file in the correct location.
If anyone is willing to help, please leave your BTC address so I can send tips. Thank you!
Debug Log
Enter Auth Password:
Please wait...
Error: OpenVPN client start failed.
root@R7800:/$ cat /var/log/openvpn-client.log
Thu Jan 1 00:00:28 UTC 1970 Voxel: OpenVPNclient stop run: ip route del:
192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.1
Mon Aug 26 03:34:14 2019 OpenVPN 2.4.7 arm-openwrt-linux-gnu [SSL (OpenSSL)] [LZ
O] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
Mon Aug 26 03:34:14 2019 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
Mon Aug 26 03:34:14 2019 neither stdin nor stderr are a tty device and you have
neither a controlling tty nor systemd - can't ask for 'Enter Auth Username:'. I
f you used --daemon, you need to use --askpass to make passphrase-protected keys
work, and you can not use --auth-nocache.
Mon Aug 26 03:34:14 2019 Exiting due to fatal error
.ovpn file start:
client
verb 1
proto tcp
remote de2-ovpn-udp.pointtoserver.com 80
connect-retry-max 3
connect-retry 3
resolv-retry 15
dev tun
auth-user-pass
persist-key
persist-tun
nobind
<ca>
-----BEGIN CERTIFICATE-----
(removed. To. Shorten post)
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Removed to shorten post
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
(removed to shorten post)
-----END PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
(removed to shorten post)
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
remote-cert-tls server
cipher AES-256-CBC
route-method exe
route-delay 2
route 0.0.0.0 0.0.0.0
script-security 2
Struggling to get VPN to work with the ovpn file on my USB stick attached to r7800 running Voxel 68. I'm using Telnet and have not installed SSH.
Here's the debug string:
Mon Aug 26 03:34:14 2019 neither stdin nor stderr are a tty device and you have
neither a controlling tty nor systemd - can't ask for 'Enter Auth Username:'. I
f you used --daemon, you need to use --askpass to make passphrase-protected keys
work, and you can not use --auth-nocache.
neither a controlling tty nor systemd - can't ask for 'Enter Auth Username:'. I
f you used --daemon, you need to use --askpass to make passphrase-protected keys
work, and you can not use --auth-nocache.
This failure occurs shortly after I enter my user name/pw. Should this be the user/pass to my VPN or some other file?
Kamoj's debug info (amazing BTW) states that there's no valid ovpn configuration, yet I have the file in the correct location.
If anyone is willing to help, please leave your BTC address so I can send tips. Thank you!
Debug Log
Enter Auth Password:
Please wait...
Error: OpenVPN client start failed.
root@R7800:/$ cat /var/log/openvpn-client.log
Thu Jan 1 00:00:28 UTC 1970 Voxel: OpenVPNclient stop run: ip route del:
192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.1
Mon Aug 26 03:34:14 2019 OpenVPN 2.4.7 arm-openwrt-linux-gnu [SSL (OpenSSL)] [LZ
O] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
Mon Aug 26 03:34:14 2019 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
Mon Aug 26 03:34:14 2019 neither stdin nor stderr are a tty device and you have
neither a controlling tty nor systemd - can't ask for 'Enter Auth Username:'. I
f you used --daemon, you need to use --askpass to make passphrase-protected keys
work, and you can not use --auth-nocache.
Mon Aug 26 03:34:14 2019 Exiting due to fatal error
.ovpn file start:
client
verb 1
proto tcp
remote de2-ovpn-udp.pointtoserver.com 80
connect-retry-max 3
connect-retry 3
resolv-retry 15
dev tun
auth-user-pass
persist-key
persist-tun
nobind
<ca>
-----BEGIN CERTIFICATE-----
(removed. To. Shorten post)
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Removed to shorten post
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
(removed to shorten post)
-----END PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
(removed to shorten post)
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
remote-cert-tls server
cipher AES-256-CBC
route-method exe
route-delay 2
route 0.0.0.0 0.0.0.0
script-security 2
Last edited: