Skip to content

Commit

Permalink
Forward TCP port 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
iefserge committed Oct 5, 2014
1 parent b44991c commit f6f3f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu-net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ qemu-system-x86_64 \
-smp 1 \
-s \
-boot order=d \
-net nic,model=virtio,macaddr=1a:46:0b:ca:bc:7c -net dump,file=vm.pcap -net user,net=192.168.76.0/24,dhcpstart=192.168.76.9,hostfwd=udp::9000-:9000 \
-net nic,model=virtio,macaddr=1a:46:0b:ca:bc:7c -net dump,file=vm.pcap -net user,net=192.168.76.0/24,dhcpstart=192.168.76.9,hostfwd=udp::9000-:9000,hostfwd=tcp::9000-:9000 \
-kernel disk/boot/runtime \
-initrd disk/boot/initrd \
-serial stdio \
Expand Down

0 comments on commit f6f3f93

Please sign in to comment.