I'm running XUbuntu and I'm trying to do a portscan on a Windows XP host in QEMU. I don't have any trouble forwarding a few ports at a time but I cannot forward all 65535 because that would use up all of mine. I tried installing nmap on the windows host and scanning itself -- but due to Windows limitations this take a long time (several hours) (this limitation was discussed in the documentation). I'll be doing this fairly often so I don't want to wait that long.

Any thoughts on this?

link|improve this question
Why don't you run nmap in XUbuntu? – maxelost May 20 '11 at 10:38
because QEMU's guest has an IP address of 10.0.2.15 and it's firewalled by a virtual DHCP server at 10.0.2.2. I can't directly nmap 10.0.2.15. It doesn't seem like there's a way to expose all the ports of 10.0.2.15 to my system directly (e.g. like a DMZ) (as I indicated I can forward them individually, but that doesn't work). – bchurchill May 20 '11 at 13:11
feedback

1 Answer

what about using a bridged connection tap + eth?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.