After upgrading to 384.5 my OpenVPN servers are irresponsive. Before, the connections worked fine, with access to both LAN and WAN.
- I have fully reconfigured servers, uploading new .ovpn files to my phone
- Set options to allow client <-> client
- Reflashed firmware
- Reset servers fully
- Reinstalled Android OpenVPN app and config files.
- Enabled static routes on router
It looks like the router firewall is blocking all traffic. I also have a Synology on which, through portforwarding, I created a VPN. I can reach internet but not LAN addresses, before 384.5 this was no issue.
Certificates are not the issue I think, since the connection is made.
So what am I missing here?
Asus/Lan is on 192.168.1.1
VPN range is set at default value, 10.8.0.0
DNS LAN is set at 192.168.1.11 and 1.1.1.1
DNS WAN is set at 1.1.1.1 and 8.8.8.8
I've left the keys out of the config below
client
dev tun
proto udp
remote zeijlemaker.zapto.org 1194
float
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
cipher AES-128-CBC
comp-lzo adaptive
keepalive 15 60
auth-user-pass
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
-----END OpenVPN Static key V1-----
</tls-crypt>
resolv-retry infinite
nobind
- I have fully reconfigured servers, uploading new .ovpn files to my phone
- Set options to allow client <-> client
- Reflashed firmware
- Reset servers fully
- Reinstalled Android OpenVPN app and config files.
- Enabled static routes on router
It looks like the router firewall is blocking all traffic. I also have a Synology on which, through portforwarding, I created a VPN. I can reach internet but not LAN addresses, before 384.5 this was no issue.
Certificates are not the issue I think, since the connection is made.
So what am I missing here?
Asus/Lan is on 192.168.1.1
VPN range is set at default value, 10.8.0.0
DNS LAN is set at 192.168.1.11 and 1.1.1.1
DNS WAN is set at 1.1.1.1 and 8.8.8.8
I've left the keys out of the config below
client
dev tun
proto udp
remote zeijlemaker.zapto.org 1194
float
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
cipher AES-128-CBC
comp-lzo adaptive
keepalive 15 60
auth-user-pass
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
-----END OpenVPN Static key V1-----
</tls-crypt>
resolv-retry infinite
nobind