On Mon, Jan 07, 2013 at 11:17:39AM -0800, Tony Su wrote:
> I haven't been able to find anyone who can confirm that the following
> command <should> modify the User Mode Networking default address
> space, but in any case does not work for my distro. I have yet to
> determine if this problem is specific to my distro or not. See my
> comment below relating to the second code block which is my most
> recent gues as to why this command does not work.
> 
> qemu-kvm -net user,net=176.27.0.0/12,host=176.27.2.2,dhcpstart=176.27.0.20

176.27.0.0/12 looks like a mistake because 12 bits isn't enough to mask
27.  Try 176.27.0.0/16 instead and it should work.

Stefan

Reply via email to