[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] interface alias xenbr0:0



Cesar A. wrote:
> How do I create a virtual interface?
> auto xenbr0:0
> iface xenbr0:0 inet static
>   bridge_ports eth0
>   address 192.168.0.253
>   netmask 255.255.255.0
>   broadcast 192.168.0.255
> this problem no ip

This won't work.
These days, for most uses, the ifx:y form is deprecated in favour of just 
adding IPs. So all you need to so is :
  ip addr add192.168.0.253/24 dev xenbr0
and magically you'll see that xenbr0 now has an extra address on it.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.