[virt-tools-list] Fwd: virt-manager over SSH and firewall

Richard W.M. Jones rjones at redhat.com
Thu Jun 2 22:05:06 UTC 2011


On Thu, Jun 02, 2011 at 11:19:57PM +0200, Ruzsinszky Attila wrote:
> > qemu+ssh://M1/system
> OK, I can see, now.
> But something is not perfect...
> 
> I can't use that formula from my "remote" client because of the firewall.

This is the sort of thing I use in order to tunnel connections.  This
is in my .ssh/config file:

  Host M1
    ProxyCommand ssh -T -o ForwardAgent=yes firewall.example.com nc %h %p

Then you can do:

  ssh M1

and it will run the proxy command.

Anyhow, forget about virt-manager.  What does virsh say when you run a
few simple virsh commands with the -c option?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw




More information about the virt-tools-list mailing list