On Mon, Jan 02, 2006 at 12:30:39PM -0500, Ishwar Rattan wrote: > > Has there been a change in -user-net part > (other than -net user) for qemu-0.8.0? > > I installed Minix-3.1.1 under qemu-0.7.2 > and the network part of the install does > not work with qemu-0.8.0. > > -> qemu-0.7.2 (with -user-net option) > > #ifconfig -a > /dev/ip: address 10.0.2.15 netmask 255.255.255.0 mtu 1500 > # > > -> qemu-0.8.0 (with -net user option) > #ifconfig -a > # ifconfig -h 10.0.2.15 -n 255.255.255.0 > ifconfig: Unable to open /dev/ip: No such device or address > # > > Any ideas?
Try -net nic -net user. Or no -net option at all; this should be the default if no -net options are specified, IIRC. -- Daniel Jacobowitz CodeSourcery _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel