Your message dated Fri, 9 Mar 2012 15:33:09 +0100
with message-id <[email protected]>
and subject line Re: Add domain search option to vpnc-script
has caused the Debian Bug report #572079,
regarding Add domain search option to vpnc-script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
572079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572079
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vpnc
Version: 0.5.3-1
This is a wishlist item.
It would be nice if vpnc-script had the ability to add an arbitrary list
of domain search strings to resolv.conf. Currently it's adding default
domain passed down from the VPN server.
However, for some sites that's not a very useful value, so I'd like to
have an option to specify search domain(s) by hand in
vpnc-script-connect-action script.
--
Dražen Kačar
Bulb d.o.o.
Mob.: +385 91 6213 987
Email: [email protected]
http://www.bulb.hr
--- End Message ---
--- Begin Message ---
Hi,
(Sorry that your bug report has remained without reply for so long, vpnc
was effectively unmaintained for a while.)
> It would be nice if vpnc-script had the ability to add an arbitrary list
> of domain search strings to resolv.conf. Currently it's adding default
> domain passed down from the VPN server.
>
> However, for some sites that's not a very useful value, so I'd like to
> have an option to specify search domain(s) by hand in
> vpnc-script-connect-action script.
this is already possible using the vpnc-script-post-connect-action,
which is run right after the regular DNS updates. Have a look at
modify_resolvconf_manager() in vpnc-script, copy its content to
vpnc-script-post-connect-action and amend $NEW_RESOLVCONF as needed
before it's being passed to /sbin/resolvconf.
Florian
--- End Message ---