|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Regarding ssh from domU to another
> Can you suggest any way to run setup command in domU
> When i type setup command in domU i get command not found
> does it require any package to get installed to run setup
>
> Is there any alternative to setup?
What distribution are you running? If we know that, someone might be able to
suggest something more specific for you.
You can type "ifconfig" to get a list of network interfaces and show what IP
addresses they have (if they have been configured yet).
Typically you can type "ifconfig eth0 192.168.0.1" (substituting a correct IP
address for your network - you need to know a free address on your network
that you can use) to temporarily give the guest an IP address. To set things
up properly you need to find your distro's correct network configuration tool
or edit the config files yourself.
On RedHat / Fedora / CentOS you can run "system-config-network" to configure
the network interfaces.
Cheers,
Mark
> On Jan 3, 2008 12:08 AM, Mark Williamson <mark.williamson@xxxxxxxxxxxx>
>
> wrote:
> > > I m new to xen.
> > > Can anyone tell me how to ssh from one domU to another.
> > > It will be of great help.
> >
> > You need to configure network in both of them, then in one domU run:
> >
> > ssh user@<other domU's IP>
> >
> > or
> >
> > ssh user@otherhostname
> >
> > if you have DNS or /etc/hosts set up.
> >
> > It's just like if you were SSH-ing between two separate physical hosts.
> >
> > Does that answer your question?
> >
> > Cheers,
> > Mark
> >
> > --
> > Dave: Just a question. What use is a unicyle with no seat? And no
> > pedals! Mark: To answer a question with a question: What use is a
> > skateboard? Dave: Skateboards have wheels.
> > Mark: My wheel has a wheel!
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|