On Tue, 2007-01-02 at 15:46 -0800, digital tech support wrote:
> Forgvie me if this is the wrong list and point me to the right one .. 
> 
> I have FC6 guest running and I can connect to my LAN from the guest
> OS. How do I ssh into the guest from the host?
> 
> Host IP: 192.168.0.139
> Guest IP: 10.0.2.15
> 
> Should add a route to 10.0.2.0 network on my host?

No.  The default user mode network is completely isolated from the host.
Use -redir to open a listening port on the host:

-redir tcp:5500::22

Then from host ssh -p 5500 localhost


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to