Hi Yves-Alexis, thanks for the report.
> Strongswan, when adding a dns server in /etc/resolv.conf, seems to > remove the file and recreate it, thus not preserving the symlink. True, charon adds the received DNS server to a new file with the same name (after opening and unlinking the existing /etc/resolv.conf) and appends the previous content afterwards. Since Ubuntu 12.04 seems to come with resolvconf installed by default it would make sense to add support for it. Which is what I did in the resolvconf branch of our repository (see [1]). Would be great if you could try the patches (only [2] is really required). Regards, Tobias [1] http://git.strongswan.org/?p=strongswan.git;a=log;h=refs/heads/resolvconf [2] http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=99636819 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

