[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] Unable to do UDP communication
From: |
Anshul |
Subject: |
[Qemu-discuss] Unable to do UDP communication |
Date: |
Mon, 21 Dec 2015 00:25:34 +0530 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hello,
I am using Qemu-version 2.1.3
For running Kubuntu I am using following command.
1 #!/bin/sh
2 exec qemu-system-x86_64 \
3 -enable-kvm \
4 -cpu host \
5 -hda kubuntu.img \
6 -m 2GB \
7 -net nic -net
user,hostname=kubuntu,hostfwd=tcp::5022-:22,hostfwd=tcp::5080-:80,hostfwd=tcp::5090-:9090,hostfwd=udp::5091-:9091
\
8 $@
for listening on udp port I am using
nc -u -l 9091
For sending I am using
nc -u localhost 5091
Though TCP is working but UDP is not working.
Thanks
Anshul Maheshwari
- [Qemu-discuss] Unable to do UDP communication,
Anshul <=