OpenVPN from remote workstation of branch router to hq router

As for me, this is very strange when packet on BR transmitted to vtun1 and don’t received on HQ vtun1.
Try also add on BR

set interfaces openvpn vtun0 server push-route 10.0.0.0/26

and ping from remote workstation some resource from 10.0.0.0/26 net

Yep sir, already added the 10.0.0.0/26 network, as well but same output

@woodie03 try delete interface-route
on HQ

delete protocols static interface-route 192.168.100.0/26 next-hop-interface 'vtun1'

on BR

delete protocols static interface-route 10.0.0.0/26 next-hop-interface 'vtun1'

Sir Dmitry, think got it working.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.