Answer the question
In order to leave comments, you need to log in
Set up OVPN on the router. The client connects, but does not fully see the network behind the server. What needs to be configured to see?
mikrotik - 192.168.10.1
local network - 192.168.10.0/24
network for remote clients 192.168.11.0/24
OpenVPN configured on the router.
The client connects to the router and can connect to the PC but does not see the network fully.
What needs to be configured so that the entire network can be seen?
Client configuration
client
dev tun
proto tcp
remote xxxxxxxxx.sn.mynetname.net 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
remote-cert-tls server
cipher AES-256-CBC
verb 3
route-method exe
route-delay 2
route 192.168.10.0 255.255.255.0
auth-user-pass "C:\\Program Files\\OpenVPN\\config\\home\\pass.txt"
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