IP assigned randomly
Posted: Tue Apr 16, 2013 11:24 am
Hello,
My config file is.
Regards,
Jebran.
My config file is.
How can I set openVPN assigned randomly IPs from this pool xx.xxx.xx.224 255.255.255.224.tls-server
port 53
proto udp
topology subnet
dev tun
client-cert-not-required
username-as-common-name
ca "C:\\Program Files\\xxxx.crt"
cert "C:\\Program Files\\xxxxr.crt"
key "C:\\Program Files\\xxxxx.key"
dh "C:\\Program Files\\xxxxx.pem"
server xx.xxx.xx.224 255.255.255.224
push "redirect-gateway def1 bypass-dhcp"
cipher AES-256-CBC
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 8.8.4.4"
duplicate-cn
keepalive 10 120
tls-auth xxx.key 0 # This file is secret
comp-lzo
persist-key
persist-tun
status openvpn-status.log
management localhost 7505
log-append openvpn.log
verb 3
mute 20
route-method exe
script-security 3
auth-user-pass-verify "C:/xx/xxx.exe C:/xxx.php" via-file
Regards,
Jebran.