|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: multiple ips for veth?
Some output from the dom0 if its of any use:
[root@harrie xen]# brctl show
bridge name bridge id STP enabled interfaces
xenbr0 8000.feffffffffff no peth0
vif0.0
vif2.0
vif2.1
[root@harrie xen]# ip ro
10.252.9.0/24 dev eth0 proto kernel scope link src 10.252.9.11
10.252.9.0/24 dev eth0 proto zebra metric 10 equalize
169.254.0.0/16 dev eth0 scope link
default via 10.252.9.1 dev eth0
[root@harrie xen]# arp -na
? (10.252.9.1) at 00:04:96:20:AB:2A [ether] on eth0
? (10.252.9.12) at 00:16:3E:5F:26:4C [ether] on eth0
Roger Keays wrote:
Hi,
Is it possible to configure a domU with multiple IP addresses?
i.e. (v)eth0 and (v)eth0:0, or (v)eth0 and lo:0
I can add the additional interface in the domU just fine so that it
shows up in ifconfig, but the bridge doesn't seem to do its magic to
make it accessible.
vif = [ 'bridge=xenbr0', 'bridge=xenbr0' ]
The docs tend to indicate that vifx.1 will always go to (v)eth1, but
unfortunately I can't get the bridge to do (v)eth1 either :(
Thanks in advance,
Roger
--
----------------------------------------
Ninth Avenue Software
p: +61 7 3870 8494 (UTC +10)
f: +61 7 3870 8491
w: http://www.ninthavenue.com.au
e: info@xxxxxxxxxxxxxxxxxx
----------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|