Hi Stefan,

Stefan Monnier wrote:
> Has someone worked out how to get dnsmasq and openvpn to collaborate?
> I'd like to tell dnsmasq to consult OpenVPN's ipp.txt when asked about
> host names in a particular domain (say <foohost>.vpn).
>
>   
you could use an openvpn script (or cron job) to parse the ipp.txt file 
and write out new entries to a new 'hosts' file - this file can then be 
re-read by dnsmasq by sending a USR1 signal ( in the dnsmasq contrib 
sources there's something similar for updating dyndns addresses).

HTH,

JJK


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to