M
M
MaxPayne072015-03-30 10:39:02
openvpn
MaxPayne07, 2015-03-30 10:39:02

Setting up openVPN server and client?

Good afternoon!
Essence of the question.
It is necessary to configure the openvpn server so that the connected users have access to the company's local network. Company network 192.168.0.0/24 255.255.255.0. For users, allocate DHCP in the range 192.168.0.100-192.168.0.200.
My server settings are:
proto udp
port 1194
dev tun
tls-server
topology subnet
route-method exe
route-delay 10
server 10.8.0.0 255.255.255.0
route-gateway 10.8.0.1
client-config-dir "C:\\Program Files\\ OpenVPN\\ccd"
ca "C:\\Program Files\\OpenVPN\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\keys\\server.crt"
key "C:\ \Program Files\\OpenVPN\\keys\\server.key"
dh "C:\\Program Files\\OpenVPN\\keys\\dh1024.pem"
tls-auth "C:\\Program Files\\OpenVPN\\keys\\ta.key"
route 10.8.0.0 255.255.255.0
cipher BF-CBC
comp lzo
verb 1
keepalive 5 60

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Ermachenok, 2015-03-30
@eapeap

And what? It is working?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question