Open VPN between gl.inet gl-ar750s-ext Slate and Asus RT-AC68U

Thanks again for your continued guidance… so SSH into router…

OK so client ovpn file is…
client
dev tun
proto udp
remote 202.90.246.193 1194
resolv-retry infinite
nobind
float
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
comp-lzo adaptive
keepalive 15 60
auth-user-pass
remote-cert-tls server

-----BEGIN CERTIFICATE-----

Server is…
daemon ovpn-server2
topology subnet
server 10.16.0.0 255.255.255.0
proto udp
multihome
port 1194
dev tun22
txqueuelen 1000
data-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
comp-lzo adaptive
keepalive 15 60
verb 3
push “route 192.168.0.0 255.255.255.0 vpn_gateway 500”
duplicate-cn
push “dhcp-option DNS 192.168.0.1”
plugin /usr/lib/openvpn-plugin-auth-pam.so openvpn
ca ca.crt
dh dh.pem
cert server.crt
key server.key
script-security 2
up ‘ovpn-up 2 server’
down ‘ovpn-down 2 server’
status-version 2
status status 5

# Custom Configuration
sndbuf 524288
rcvbuf 524288
push “sndbuf 524288”
push “rcvbuf 524288”

I dont see anything there…

Screen shots of Asus

And Finally the log from the router as the VPN connects

Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 MULTI_sva: pool returned IPv4=10.16.0.2, IPv6=(Not enabled)
Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 MULTI: Learn: 10.16.0.2 → client/120.16.87.159:1379
Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 MULTI: primary virtual IP for client/120.16.87.159:1379: 10.16.0.2
Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 Data Channel: using negotiated cipher ‘AES-128-GCM’
Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 Outgoing Data Channel: Cipher ‘AES-128-GCM’ initialized with 128 bit key
Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 Incoming Data Channel: Cipher ‘AES-128-GCM’ initialized with 128 bit key
Jul 5 19:23:33 ovpn-server2[19849]: client/120.16.87.159:1379 SENT CONTROL [client]: ‘PUSH_REPLY,route 192.168.0.0 255.255.255.0 vpn_gateway 500,dhcp-option DNS 192.168.0.1,sndbuf 524288,rcvbuf 524288,route-gateway 10.16.0.1,topology subnet,ping 15,ping-restart 60,ifconfig 10.16.0.2 255.255.255.0,peer-id 0,cipher AES-128-GCM’ (status=1)