Hello again I playing litle with qemu and networking I have read how to do it but can't get it work I use this command Qemu -net nic -net=tap,if=tap0 But will not work Something with option "if" is not valid for net
The command looks so here Qemu -m 256 vpostmaster.mvdk -curses -net nic -net=tap,=if=tap0,script=no This commands are from centos wiki
On Sun, Aug 29, 2010 at 01:29:02AM +0200, mattias wrote:
Hello again I playing litle with qemu and networking I have read how to do it but can't get it work I use this command Qemu -net nic -net=tap,if=tap0 But will not work Something with option "if" is not valid for net
Did you create tap0?
The article was written over a year ago, I think (I'm the main author), and I haven't tested it in some time. However, on my version of qemu (0.9.1-1.el5.rf), the man page does show the if= as a valid option.
On Sun, Aug 29, 2010 at 12:46:57AM -0400, Scott Robbins wrote:
On Sun, Aug 29, 2010 at 01:29:02AM +0200, mattias wrote:
Hello again I playing litle with qemu and networking I have read how to do it but can't get it work I use this command Qemu -net nic -net=tap,if=tap0 But will not work Something with option "if" is not valid for net
Did you create tap0?
The article was written over a year ago, I think (I'm the main author), and I haven't tested it in some time. However, on my version of qemu (0.9.1-1.el5.rf), the man page does show the if= as a valid option.
Also, looking at the wiki article, I see there's a typo--the actual command (which is correct in the wiki) should be ifname=tap0, not if=tap0. In the description, afterwards, I see I did have if=, but it should have been ifname=. I've corrected it.