Re: [libvirt] IPv6 subnet on virbr0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/05/09 12:43, Daniel P. Berrange wrote:
> I'm not sure that we should automatically run radvd, because this has
> potential implications for the host as a whole. It is hard to restrict
> scope to just the virbr0 interface, as we do with IPv4 using NAT.

We could run a separate instance of radvd using a custom configuration
file (-C option), limiting it to the bridge interface, like so:

interface virbr0
{
	IgnoreIfMissing on;
	AdvSendAdvert on;
	MinRtrAdvInterval 30;
	MaxRtrAdvInterval 100;
	AdvDefaultPreference low;
	AdvHomeAgentFlag off;

	#bernie: we actually have a /48, thus 65536 /64 subnets
	prefix 2001:4978:243:1::0/64
	{
		AdvOnLink on;
		AdvAutonomous on;
	};
};

-- 
   // Bernie Innocenti - http://codewiz.org/
 \X/  Sugar Labs       - http://sugarlabs.org/

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]