D
D
Dmitry Aitkulov2014-11-25 13:40:04
openvpn
Dmitry Aitkulov, 2014-11-25 13:40:04

Can't set up routing in openvpn on windows?

Good afternoon! The third day I sit picking openvpn on windows. Everything is deployed on windows 2008 R2. Server one. local ip
192.168.35.100
255.255.255.0
192.168.35.110 Server configs

dev tun
proto udp
port 1194
ca ca.crt
cert server.crt
key server.key 
dh dh1024.pem
tls-auth ta.key 0
topology subnet
server 10.8.0.0 255.255.255.0
cipher AES-128-CBC
comp-lzo
mssfix
keepalive 10 120
verb 3

Client config
client
dev tun
proto udp
remote айпи-сервера 1194
ca ca.crt
cert argus.crt
key argus.key
tls-auth ta.key 1
cipher AES-128-CBC
nobind
comp-lzo
persist-key
persist-tun
verb 3

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
ldv, 2014-11-25
@Scarfase1989

In server config:
push "route 192.168.35.0 255.255.255.0"
adds route on client after channel is set

R
Rsa97, 2014-11-25
@Rsa97

Add to config on the server
push "route 192.168.35.0 255.255.255.0"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question