SystemF
Regular Contributor
Running Asuswrt, my current configuration taken throw putty from router:
server 10.100.200.0 255.255.255.0
proto udp
multihome
port 33999
dev tun21
cipher AES-256-CBC
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.199.0 255.255.255.0 vpn_gateway 500"
duplicate-cn
push "dhcp-option DNS 192.168.199.1"
tls-auth static.key 0
plugin /usr/lib/openvpn-plugin-auth-pam.so openvpn
client-cert-not-required
username-as-common-name
ca ca.crt
dh dh.pem
cert server.crt
key server.key
status-version 2
status status 10
Is there any way with asus stock frimware to set static ip for the client in window openvpn custom conifg maybe?
server 10.100.200.0 255.255.255.0
proto udp
multihome
port 33999
dev tun21
cipher AES-256-CBC
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.199.0 255.255.255.0 vpn_gateway 500"
duplicate-cn
push "dhcp-option DNS 192.168.199.1"
tls-auth static.key 0
plugin /usr/lib/openvpn-plugin-auth-pam.so openvpn
client-cert-not-required
username-as-common-name
ca ca.crt
dh dh.pem
cert server.crt
key server.key
status-version 2
status status 10
Is there any way with asus stock frimware to set static ip for the client in window openvpn custom conifg maybe?