qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] ipv6 slirp network


From: Samuel Thibault
Subject: Re: [Qemu-devel] ipv6 slirp network
Date: Mon, 21 Jul 2014 13:49:11 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Vasiliy Tolstov, le Mon 21 Jul 2014 15:42:54 +0400, a écrit :
> 2014-07-21 15:41 GMT+04:00 Samuel Thibault <address@hidden>:
> > ? The support was submitted to the list, but not commited.
> > You can find the patches on
> > http://lists.gnu.org/archive/html/qemu-devel/2014-03/msg05731.html
> > and later.
> > Unfortunately, nobody has yet found the time to review them.
> > Documentation is added by patch 18, you can choose the prefix being
> > exposed to userland just like with ipv4.
> 
> In case of ipv4 i have some default settings like network, dns and so.
> In case of ipv6 does i have some default?

Yes, see the added documentation:

address@hidden address@hidden/@var{int}]
+Set IPv6 network address the guest will see. Optionally specify the prefix
+size, as number of valid top-most bits. Default is fec0::/64.
+                         
address@hidden address@hidden
+Specify the guest-visible IPv6 address of the host. Default is the 2nd IPv6 in
+the guest network, i.e. xxxx::2.

address@hidden address@hidden
+Specify the guest-visible address of the IPv6 virtual nameserver. The address
+must be different from the host address. Default is the 3rd IP in the guest
+network, i.e. xxxx::3.

Most probably you'll want to set ip6-net to something else than
fec0::/64 since OSes usually prefer IPv4 over fec0::/64.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]