All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Multiple NIC's With Redirected Ports
@ 2005-06-24  5:17 wrichter
  2005-06-24 16:26 ` Wolfgang Richter
  0 siblings, 1 reply; 4+ messages in thread
From: wrichter @ 2005-06-24  5:17 UTC (permalink / raw)
  To: qemu-devel

I am trying to simulate three NIC's, with redirected ports from the host to my simulated system. I want port 22 to go to NIC 1, and port 443 to go to NIC 3. Is this possible? So far, I think only eth0 seems to be working on my guest OS, so maybe my -redir tcp:22::22 -redir tcp:443::443 are screwing up the multiple NIC's?? I have to redirect ports in order for the guest OS to have servers right (SSH, SSL web)? I am using QEMU 0.7.0.

I just want to make sure my invocation of QEMU (under Windows XP) isn't screwing anything up:

qemu.exe -L "\Program Files\Qemu\bios" -m 256 -hda "C:\Program Files\Qemu\RooHoneynet.img" -enable-audio -localtime -nics 3 -redir tcp:22::22 -redir tcp:443::443

--
Wolfgang Richter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-24 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-24  5:17 [Qemu-devel] Multiple NIC's With Redirected Ports wrichter
2005-06-24 16:26 ` Wolfgang Richter
2005-06-24 17:00   ` Wolfgang Richter
2005-06-24 17:05   ` Wolfgang Richter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.