Page 1 of 1

Routes are not pushed to the client

Posted: Fri Apr 15, 2022 1:03 pm
by underdark456
Hello,
I've got basic OpenVPN Server with address 10.8.0.1 and LAN behind it 10.0.0/16 (LAN IP 10.0.0.37)

The problem is that I specified in the server configuration

Code: Select all

push "route 10.0.0.0 255.255.0.0"
, but on the client I do not see this entry in routing table. What could be the problem?

Re: Routes are not pushed to the client

Posted: Fri Apr 15, 2022 1:13 pm
by underdark456
Oh my god
There was "route-nopull" in client's config. Resolved.