openbmc / docs

OpenBMC Documentation
Creative Commons Attribution 4.0 International
277 stars 307 forks source link

Unable to open UDP PORT #67

Closed anuj274 closed 3 years ago

anuj274 commented 3 years ago

I have a self hosted server on windows machine with qemu linux as guest, my server is working fine now i installed jitsi on itso i need to open/forward port 10000[UDP] my TCP forwarding working fine but not listning at udp port. ----AT UBUNTU[GUEST] 10000/tcp ALLOW Anywhere 10000/udp ALLOW Anywhere

----AT Windows [HOST]

TCP port 10000 (unknown service): LISTENING portqry.exe -n 127.0.0.1 -e 10000 -p TCP exits with return code 0x00000000.

UDP port 10000 (unknown service): LISTENING or FILTERED portqry.exe -n 127.0.0.1 -e 10000 -p UDP exits with return code 0x00000002.

Command used to run "..\qemu-system-x86_64.exe" -smp 4 -accel whpx -hda ".\ubuntu01.qcow2" -m 8G -vga std -net nic -net user,hostfwd=tcp::80-:80,hostfwd=tcp::443-:443,hostfwd=tcp::10000-:10000,hostfwd=udp::10000-:10000 Also tried "..\qemu-system-x86_64.exe" -smp 4 -accel whpx -hda ".\ubuntu01.qcow2" -m 8G -vga std -net nic -net user,hostfwd=tcp::80-:80,hostfwd=tcp::443-:443 -chardev udp,id=udp_fwd,host=127.0.0.1,port=10000

Please help! i need a UPD port to open

williamspatrick commented 3 years ago

How is this related to openbmc?