Hi all,
first post here, so please bear with me if I'm missing to follow some posting guideline.
I have a T41P with firmware 36.82.0.20. Before I've run 36.83.0.120 it although OpenVPN ATP reported success, there was no attempt to connect to the vpn remote host. After reading about some people complaining that v83 broken OpenVPN, I've downgraded to 36.82.0.20 and ATP consistently reports
AUTOP: openvpn.url [failed] (with one exception, see attached log)
I'm providing also openvpn server and client configuration, and tar file list. For what is worth, I have also T29G running firmware 46.82.0.30, showing the same problem.
No attempt to contact the remote vpn server have been observed.
Thanks for anyone pointing me into the right direction!
OpenVPN server:
Code:
dev tun
topology subnet
ifconfig 172.30.96.1 255.255.224.0
proto udp6
secret /etc/openvpn/static.key
persist-tun
persist-key
keepalive 10 60
ping-timer-rem
log /var/log/openvpn.log
OpenVPN client (vpn.cfg):
Code:
dev tun
remote vpn1.mydomain.net
resolv-retry infinite
ifconfig 172.30.96.101 172.30.96.1
proto udp
port 1194
secret /config/openvpn/keys/static.key
comp-lzo no
verb 3
nobind
Tar file content:
Code:
drwxr-xr-x root/root 0 2023-01-18 16:29:24 ./
-rw-r--r-- root/root 179 2023-01-18 16:29:24 ./vpn.cfg
drwxr-xr-x root/root 0 2023-01-18 16:29:01 ./keys/
-rw------- root/root 636 2023-01-18 16:29:01 ./keys/static.key