Advertisement
Guest User

Untitled

a guest
Mar 9th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. [matei@localhost qemu-vm]$ sudo make
  2. ./create_net.sh tap0
  3. + device=tap0
  4. + '[' tap0 = tap0 ']'
  5. + addr=172.20.0.1/24
  6. + '[' tap0 = tap1 ']'
  7. + ip link show dev tap0
  8. ./create_net.sh tap1
  9. + device=tap1
  10. + '[' tap1 = tap0 ']'
  11. + '[' tap1 = tap1 ']'
  12. + addr=172.30.0.1/24
  13. + ip link show dev tap1
  14. ./nttcp -v -i &
  15. qemu-system-i386 -cdrom boot.iso -boot d \
  16. -serial pipe:pipe1 -serial pipe:pipe2 \
  17. -hda disk1.img -hdb disk2.img \
  18. -s \
  19. -net nic,model=pcnet,vlan=0 -net tap,ifname=tap0,vlan=0,script=no,downscript=no \
  20. -net nic,model=i82559er,vlan=1 -net tap,ifname=tap1,vlan=1,script=no,downscript=no
  21. nttcp-l: nttcp, version 1.47
  22. nttcp-l: running in inetd mode on port 5037 - ignoring options beside -v and -p
  23. bind: Cannot assign requested address
  24. nttcp-l: service-socket: bind:: Cannot assign requested address, errno=99
  25. qemu-system-i386: pci_add_option_rom: failed to find romfile "pxe-eepro100.rom"
  26.  
  27. (qemu-system-i386:2457): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref 0x7fec8b1fa470(0x7fec9da81a60)
  28.  
  29. (qemu-system-i386:2457): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref 0x7fec8b1fa470(0x7fec9da81a60)
  30. [matei@localhost qemu-vm]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement