9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Networking problem with Plan 9 + Xen
Date: Fri, 11 May 2007 20:23:00 +0100	[thread overview]
Message-ID: <2720879dd7e38aa8bcbe9402b1dfedc5@hamnavoe.com> (raw)
In-Reply-To: <228a56b60705111033j2b200f9bn2745b8e586aa2479@mail.gmail.com>

> At the moment I am trying to configure Plan 9 with Xen; I have set up
> a CPU/file server and an authentication server. I am able to access
> the internet on dom0 through eth0 with the IP address of 192.168.0.1.
> But I am having trouble configuring the networking of Plan 9.
> 
> What IP address should I give to Plan 9 and how do I configure it?

If your xen configuration bridges the virtual network interfaces
onto the physical ethernet, it's easy.  You just give Plan 9 another
address on the same subnet.  If you have a DHCP server on the local
network, the Plan 9 command
  ip/ipconfig
should pick up the configuration information from dhcp and do everything
needed.  Otherwise, suppose you want to give Plan 9 address 192.168.0.42
and your router is at 192.168.0.99; then use the command
  ip/ipconfig -g 192.168.0.99 ether /net/ether0 add 192.168.0.42



  reply	other threads:[~2007-05-11 19:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11 17:33 Eric Boston
2007-05-11 19:23 ` Richard Miller [this message]
2007-05-11 23:01   ` ron minnich
2007-05-12  1:30     ` Eric Boston
2007-05-12  5:26       ` ron minnich
2007-05-12 13:14     ` Richard Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2720879dd7e38aa8bcbe9402b1dfedc5@hamnavoe.com \
    --to=9fans@hamnavoe.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).