From mboxrd@z Thu Jan 1 00:00:00 1970 From: victor Subject: vif_addip Date: Fri, 5 Mar 2004 10:56:18 +0000 (UTC) Sender: xen-devel-admin@lists.sourceforge.net Message-ID: <74F39D5F.3040805@ambra.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 05 Mar 2032 13:03:11 -0500 To: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org I'm trying to add a new ip address to a running domain; The domain starts: [root@xen xenolinux-2.4.24]# xc_dom_create.py -f /etc/xc/test -D vmid=1 Parsing config file '/etc/xc/test' VM image : "/boot/xenolinux.gz" VM ramdisk : "" VM memory (MB) : "64" VM IP address(es) : "169.254.1.1" VM block device(s) : "vd:2,/dev/xvda,w" VM cmdline : "ip=169.254.1.1:169.254.1.0:169.254.1.0:255.255.0.0::eth0:off root=/dev/xvda ro 4 VMID=1" VM started in domain 1 Then I add the address: xc_dom_control.py vif_addip 1 0 192.168.250.60 But no address is added. This requires to have 2 hardware network(because 1 have only one)? I also tried to add a new ip from the config file: [root@xen xc]# xc_dom_create.py -f /etc/xc/test -D vmid=1 vif_addip 1 0 192.168.250.60 Parsing config file '/etc/xc/test' VM image : "/boot/xenolinux.gz" VM ramdisk : "" VM memory (MB) : "64" VM IP address(es) : "169.254.1.1; 192.168.250.60" VM block device(s) : "vd:2,/dev/xvda,w" VM cmdline : "ip=169.254.1.1:169.254.1.0:169.254.1.0:255.255.0.0::eth0:off root=/dev/xvda ro 4 VMID=1" VM started in domain 2 Thank you. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click