GitHub user jayapalu opened a pull request: https://github.com/apache/cloudstack/pull/870
Configured dnsmasq to listen on all interfaces so that vpn client gets dns 1. Dnsmasq is not listening on the ppp+ interfaces due to this remote access vpn clients dns requests are dropped. 2. Configured the dnsmasq to listen on all the interfaces except public. There is firewall to allow only specific cidr to allow the dns requests. Tested from windows client nslookup. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jayapalu/cloudstack CLOUDSTACK-8874 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/870.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #870 ---- commit dbedfe2557839332c394c44deb6c376f386681d9 Author: Jayapal <jaya...@apache.org> Date: 2015-09-17T06:04:27Z Configured dnsmasq to listen on all interfaces so that vpn client gets dns ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---