Re: [libvirt] [PATCHv2] handle DNS over IPv6

2011-01-07 Thread Daniel P. Berrange
On Thu, Jan 06, 2011 at 09:45:04PM +0100, Paweł Krześniak wrote: > 2011/1/6 Daniel P. Berrange : > > While it is shorter to just use '--interface brname' this comes > > at the price of loosing compatibility with older dnsmasq which > > we still wish to support. > > sure. RHEL5 is important target

Re: [libvirt] [PATCHv2] handle DNS over IPv6

2011-01-06 Thread Paweł Krześniak
2011/1/6 Daniel P. Berrange : > While it is shorter to just use '--interface brname' this comes > at the price of loosing compatibility with older dnsmasq which > we still wish to support. sure. RHEL5 is important target :) > If we used  '--listen-address $IPV4ADDR --listen-address $IPV6ADDR' > t

Re: [libvirt] [PATCHv2] handle DNS over IPv6

2011-01-06 Thread Daniel P. Berrange
On Mon, Jan 03, 2011 at 04:57:52PM +0100, Paweł Krześniak wrote: > handle DNS over IPv6 > > Firstly: Add ip6tables rules to allow DNS over IPv6 in network. > > Secondly: start dnsmasq with --interface option instead of > --listen-address. > > Dnsmasq currently use

Re: [libvirt] [PATCHv2] handle DNS over IPv6

2011-01-03 Thread Paweł Krześniak
Thanks for comments. v2 attached. Sorry, but my two previous patches don't apply because of line-wrapping issues. -- Pawel commit 41aedffa7bb30ba4e4357e220f071dab35c8e36c Author: Pawel Krzesniak Date: Mon Jan 3 09:46:02 2011 +0100 handle DNS over IPv6 Firstly: Add ip6tables rule