From bfe3d78c55c8823550d48a7b9f7c2b50926a3142 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 10 Aug 2017 13:27:30 +0200 Subject: more testing with UDP --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index feb7685..0817887 100644 --- a/src/Makefile +++ b/src/Makefile @@ -178,7 +178,7 @@ run-qemu-usb: image.bin run-qemu: image.bin qemu-system-i386 -cpu 486 -usb \ - -netdev user,id=net0,net=10.0.0.0/24,host=10.0.0.2,dhcpstart=10.0.0.16,hostfwd=tcp::8080-:80 \ + -netdev user,id=net0,net=10.0.0.0/24,host=10.0.0.2,dhcpstart=10.0.0.16,hostfwd=tcp::8080-:80,hostfwd=udp::8081-:81 \ -device rtl8139,netdev=net0 \ -object filter-dump,id=net0,netdev=net0,file=network.log \ -d guest_errors -m 32 -drive "file=image.bin,if=floppy,format=raw" \ @@ -186,7 +186,7 @@ run-qemu: image.bin run-qemu-debug: image.bin qemu-system-i386 -cpu 486 -usb \ - -netdev user,id=net0,net=10.0.0.0/24,host=10.0.0.2,dhcpstart=10.0.0.16,hostfwd=tcp::8080-:80 \ + -netdev user,id=net0,net=10.0.0.0/24,host=10.0.0.2,dhcpstart=10.0.0.16,hostfwd=tcp::8080-:80,hostfwd=udp::8081-:81 \ -device rtl8139,netdev=net0 \ -object filter-dump,id=net0,netdev=net0,file=network.log \ -S -s -d guest_errors -m 32 -drive "file=image.bin,if=floppy,format=raw" \ -- cgit v1.2.3-54-g00ecf