From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2720879dd7e38aa8bcbe9402b1dfedc5@hamnavoe.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Networking problem with Plan 9 + Xen From: Richard Miller <9fans@hamnavoe.com> Date: Fri, 11 May 2007 20:23:00 +0100 In-Reply-To: <228a56b60705111033j2b200f9bn2745b8e586aa2479@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 664b4556-ead2-11e9-9d60-3106f5b1d025 > 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