On Mon, Dec 01, 2014 at 11:52:51AM +0100, Pierre Labastie wrote:
> Le 01/12/2014 11:37, Pierre Labastie a écrit :
> >Le 01/12/2014 04:11, Bruce Dubbs a écrit :
> >>
> >>Let's say you are on machine A and want to run qemu (virtual system C)
> >>on machine B.  If you want to ssh into the qemu system, how do the
> >>network packets get forwarded from A to C? The only way I could see to
> >>do that is via a bridge on B that has both the ip addresses for B and C.
> >>
> >Use port forwarding:
> >
> >launch qemu (on machine B) with:
> >-net user,vlan=0,hostfwd=tcp::2222-10.0.2.9:22
> >(this needs the VM to be configured with a static IP, 10.0.2.9 in this
> >example)
> >
> >then use ssh <user>@<B address or B name> -p 2222 (on machine A)
> >
> >where <user> is username on C machine. You can change 2222 to any value
> >above 1024, which is not in use on your computer.
> >
> >Pierre
> >
> Just to be clear : if you change 2222 to something else, it has to be done
> both in the "-net user" line and the "-p" option
> 
> Pierre
> 
 So the problem is in connecting to the guest from other machines on
the local network.

 For the sentence I queried, how about "One problem with the above
networking solution is that it does not provide the ability to connect
to the guest from the local network."  With italic or emphasis markup
on the second 'to' and the 'from'.

ĸen
-- 
Nanny Ogg usually went to bed early. After all, she was an old lady.
Sometimes she went to bed as early as 6 a.m.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to