Answer the question
In order to leave comments, you need to log in
Openvpn client not seeing network behind server?
Raised the OpenVpn server on windows server 2008 openvpn version 2.3.11
The client connects to the server, they see each other by ip vpn
Server - ip vpn 10.80.0.1, local 10.10.22.2.
client - ip vpn 10.80.0.6
I need clients to connect to the vpn server and connect from it to computers on the 10.10.22.0 network.
Registered push "route 10.10.22.0 255.255.255.0", turned off the firewall on the server. And on the client, he did tracert 10.10.22.2, he seemed to be turning into a tunnel.
What should be done that there were computers behind the vpn server?
Configs server
port 1194
proto udp
dev tun
ca ca.crt
cert testsa.crt
key testsa.key # This file should be kept secret
dh dh1024.pem
server 10.80.0.0 255.255.255.0
push "route 10.10.22.0 255.255.255.0"
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
dev tun
remote
client config ****** 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca newsa/ca.crt
cert newsa/clabl.crt
key newsa/clabl.key
remote-cert-tls server
comp- lzoverb
3
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question