From: victor <victor@ambra.ro>
To: xen-devel@lists.sourceforge.net
Subject: vif_addip
Date: Fri, 5 Mar 2004 10:56:18 +0000 (UTC)
Date: Fri, 05 Mar 2032 13:03:11 -0500 [thread overview]
Message-ID: <74F39D5F.3040805@ambra.ro> (raw)
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
next reply other threads:[~2004-03-05 10:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-05 10:56 victor [this message]
2004-03-05 11:23 ` vif_addip Ian Pratt
-- strict thread matches above, loose matches on Subject: below --
2004-03-17 9:02 vif_addip victor
2004-03-17 9:13 ` vif_addip Ian Pratt
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=74F39D5F.3040805@ambra.ro \
--to=victor@ambra.ro \
--cc=xen-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.