Comment 9 for bug 954747

Revision history for this message
spidernik84 (alexander-rilik) wrote :

Hi,

I'm still having some issues with the split-dns feature on 12.04 despite having updated the packages to the latest versions.
I'm providing the configurations I'm using, I might well be the one who did something wrong, I apologize in that case :) I'm changing the ips and domains with fake stuff.

This is the cisco asa 5510 configuration:

group-policy DfltGrpPolicy attributes
dns-server value <internal-dns1> <internal-dns2>
default-domain value <cooldomain1.com>
split-dns value <cooldomain1.com> <cooldomain2.com>

Here's the content of /run/nm-dns-dnsmasq.conf when the tunnel is up:

server=/<cooldomain1.com>/<internal-dns1>
server=/10.in-addr.arpa/<internal-dns1>
server=/16.172.in-addr.arpa/<internal-dns1>
server=8.8.8.8

It looks like the nm-dns-dnsmasq.conf is missing a line for the other domain, like:
server=/<cooldomain2.com>/<internal-dns1>

These are the installed packages:
network-manager 0.9.4.0-0ubuntu4.1
network-manager-gnome 0.9.4.1-0ubuntu2
network-manager-openconnect 0.9.4.0-0ubuntu1
network-manager-openconnect-gnome 0.9.4.0-0ubuntu1
network-manager-vpnc 0.9.4.0-0ubuntu1
network-manager-vpnc-gnome 0.9.4.0-0ubuntu1
dnsmasq-base 2.59-4

Any clue? Thanks