OpenVPN Connect was working smoothly using OpenVPN ver 3.3.4 and connecting to Asus ZenWifi XT8 Wireless Router sitting behind a Comcast Modem/Router with a static IP Address assigned. Since the latest firmware update, ASUS ZenWifi ver 3.0.0.4.388, I can not successfully get OpenVPN Connect to connect.
This was the OpenVPN profile I was using:
remote xx.xx.xxx.xxx 1111 (static IP address assigned by Comcast)
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 10 30
route 10.1.10.78 1111 (IP address assigned by Comcast modem/Router to the Asus ZenWifi Router)
route 192.168.1.0 255.255.255.0
push "route 192.168.1.0 255.255.255.0"
# for OpenVPN 2.4 or older
comp-lzo yes
# for OpenVPN 2.4 or newer
;compress lzo
auth-user-pass
client
auth SHA1
cipher AES-128-CBC
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
When I download a new profile from the new firmware on the ASUS ZenWifi,this is the profile that is generated.
remote ################################.asuscomm.com 1111 (## has been masked)
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 10 30
# for OpenVPN 2.4 or older
comp-lzo yes
# for OpenVPN 2.4 or newer
;compress lzo
auth-user-pass
client
auth SHA1
ignore-unknown-option cipher data-ciphers
cipher AES-128-CBC
data-ciphers AES-128-CBC
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
Any suggestions on what I need to do to get OpenVpn Connect working again. Thank you.
This was the OpenVPN profile I was using:
remote xx.xx.xxx.xxx 1111 (static IP address assigned by Comcast)
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 10 30
route 10.1.10.78 1111 (IP address assigned by Comcast modem/Router to the Asus ZenWifi Router)
route 192.168.1.0 255.255.255.0
push "route 192.168.1.0 255.255.255.0"
# for OpenVPN 2.4 or older
comp-lzo yes
# for OpenVPN 2.4 or newer
;compress lzo
auth-user-pass
client
auth SHA1
cipher AES-128-CBC
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
When I download a new profile from the new firmware on the ASUS ZenWifi,this is the profile that is generated.
remote ################################.asuscomm.com 1111 (## has been masked)
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 10 30
# for OpenVPN 2.4 or older
comp-lzo yes
# for OpenVPN 2.4 or newer
;compress lzo
auth-user-pass
client
auth SHA1
ignore-unknown-option cipher data-ciphers
cipher AES-128-CBC
data-ciphers AES-128-CBC
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
Any suggestions on what I need to do to get OpenVpn Connect working again. Thank you.