No questions in this thread, just a little howto + explanation.
I'll start this post all the way around: with the solution first
To be able to run DNS queries between two or more vpn sites you need to add the tunnel interfaces in the dnsmasq configuration.
Example:
interface=tun11,tun12,tun21,tun22
coupled with the server directive to direct the queries:
DNSMASQ site1:
interface=tun11,tun12,tun21,tun22
server=/.site2.localdomain/192.168.2.1
DNSMASQ site2:...
DNS queries over openvpn (site-to-site)
I'll start this post all the way around: with the solution first
To be able to run DNS queries between two or more vpn sites you need to add the tunnel interfaces in the dnsmasq configuration.
Example:
interface=tun11,tun12,tun21,tun22
coupled with the server directive to direct the queries:
DNSMASQ site1:
interface=tun11,tun12,tun21,tun22
server=/.site2.localdomain/192.168.2.1
DNSMASQ site2:...
DNS queries over openvpn (site-to-site)