Routes are not pushed to the client

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
underdark456
OpenVpn Newbie
Posts: 2
Joined: Fri Apr 15, 2022 1:01 pm

Routes are not pushed to the client

Post by underdark456 » Fri Apr 15, 2022 1:03 pm

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?

underdark456
OpenVpn Newbie
Posts: 2
Joined: Fri Apr 15, 2022 1:01 pm

Re: Routes are not pushed to the client

Post by underdark456 » Fri Apr 15, 2022 1:13 pm

Oh my god
There was "route-nopull" in client's config. Resolved.

Post Reply