Re: [one-users] OVH (So You Start) + OpenNebula + 1 IP

2014-07-22 Thread Pablo Hinojosa Nava
Hi all,
first of all, thanks for your assistance.
Finally I have bought 8 ip's to have a easier network set up.I did not find
how to automatize the creation ov vms with NAT network and port
redirections.

In relation with the problem with OVH and the connection lost when you
attach a bridge to an interface, it is fixed.
The problem was the next:
reading this
http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network
I supposed I should leave the eth0 definition without change it. I mean, I
would have to add the br0 definition below the eth0 definition. I did not
realised that the /etc/network/interfaces must have only defined lo and br0
(attached to eth0) as it is documented. Having br0 with the main IP and lo
is how the interfaces should be set up.

So if you have the same problem, put the same network configuration than
the documented one.

Cheers,


Pablo Hinojosa.
PabloHinojosa.is
http://pablohinojosa.is/this?utm_source=firmautm_medium=correoutm_campaign=firma


2014-07-18 12:27 GMT+02:00 Joaquin Villanueva jvillanu...@acb.es:

  Hi Valentin,

 Configure bridges in OVH servers is somewhat tricky. I've done it in the
 past (not for OpenNebula, but for XEN VMs running inside an OVH server) and
 the problem is the MAC filtering, as Valentin says. You have to add new
 MACs from your control panel, and use Failover IPs (not sure if this is
 mandatory, i was using these Failover IPs to give public access to my VMs)
 . See this docs:

 http://guias.ovh.es/DedicadoBridgeCliente
 http://guias.ovh.es/DedicadoMacVirtual

 Regards,

 El 18/07/14 08:03, Valentin Bud escribió:

 Hello Pablo,



 On Fri, Jul 18, 2014 at 6:53 AM, Pablo Hinojosa Nava pablo...@gmail.com
 wrote:

  Hi all,

  I am having problems trying to set up an OpenNebula host to virtualize
 with KVM.
  I have bought a dedicated server with OVH (So You Start) with 1 publlc
 IP.
  The public IP is on eth0 interface and each time I try to create a Linux
 bridge (as is suggested during the installation
 http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network
 ) I got frozen the SSH connection.
  If I edit the file /etc/network/interfaces, then I run
 /etc/init.d/networking restart and it seems the server does not do
 anything. If I restart the server with changes made, I cannot recover the
 connection and I have to reinstall the operating system.
  If I try to create the bridge by hand, I the same problem (connection
 lost) when I try to add the bridge to the public network interface (etc0).

  It seems OVH use Mac Filtering switches, so that could be the reason.
  I could buy a block of 8 or 16 IPs, but it does not change way to
 configure OpenNebula.


  If OVH is using MAC Filtering than you cannot bridge eth0 unless you
 create the bridge
 using the same MAC address as the one eth0 has. Never tried so I just
 suppose it
 could work.

  You have at least three choices, you can either NAT a private class over
 eth0 and define that
 network in OpenNebula, you can acquire a /29 block, create a bridge, set
 the first public IP
 address on it and define the network in OpenNebula, or a combination of
 both.

  You can choose to use Linux bridge or OpenvSwitch. Either of the two are
 really easy to
 set up and running. OpenNebula has network drivers for both of them. I
 would choose
 OpenvSwitch :).

  Best,
 Valentin



 ___
 Users mailing 
 listUsers@lists.opennebula.orghttp://lists.opennebula.org/listinfo.cgi/users-opennebula.org


 --


*Joaquín Villanueva Adrián*

 Director Técnico Área Media

http://www.acb.com/

 *ASOCIACIÓN CLUBS DE BALONCESTO*

 http://www.acb.com/

   Tel

 +34 934 17 24 04

 Móvil

 +34 678 47 38 68

 Fax

 +34 934 18 23 94

   www.acb.com

 Iradier, 37 - E 08017 - Barcelona


  *Advertencia de privacidad: Este mensaje y los documentos que en su caso
 consten como anexos, son confidenciales. Así pues, si lo reciben por error,
 les solicitamos nos lo comuniquen y se abstengan de realizar copias del
 mismo o entregarlo a otro destinatario. A los efectos de la Ley 15/1999, de
 Protección de Datos de Carácter Personal, les informamos que los datos de
 carácter personal que figuran en esta comunicación están incluidos en un
 fichero automatizado cuyo responsable es ACB. Si desea ejercitar los
 derechos de acceso, rectificación, cancelación y oposición, diríjanse por
 escrito a la dirección de c/ Iradier, 37 - 08017 (Barcelona) o al siguiente
 correo electrónico: secreta...@acb.es secreta...@acb.es*

 *Privacy warning: This message and any attachments are confidential.
 Therefore, if you are not the intended addressee of this message, please
 delete it immediately without copying or forwarding it and inform the
 sender. For the purpose of the Law 15/1999, about protection of personal
 data, we inform you that the personal data contained in this message are
 included in a 

Re: [one-users] OVH (So You Start) + OpenNebula + 1 IP

2014-07-18 Thread Valentin Bud
Hello Pablo,



On Fri, Jul 18, 2014 at 6:53 AM, Pablo Hinojosa Nava pablo...@gmail.com
wrote:

 Hi all,

 I am having problems trying to set up an OpenNebula host to virtualize
 with KVM.
 I have bought a dedicated server with OVH (So You Start) with 1 publlc IP.
 The public IP is on eth0 interface and each time I try to create a Linux
 bridge (as is suggested during the installation
 http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network
 ) I got frozen the SSH connection.
 If I edit the file /etc/network/interfaces, then I run
 /etc/init.d/networking restart and it seems the server does not do
 anything. If I restart the server with changes made, I cannot recover the
 connection and I have to reinstall the operating system.
 If I try to create the bridge by hand, I the same problem (connection
 lost) when I try to add the bridge to the public network interface (etc0).

 It seems OVH use Mac Filtering switches, so that could be the reason.
 I could buy a block of 8 or 16 IPs, but it does not change way to
 configure OpenNebula.


If OVH is using MAC Filtering than you cannot bridge eth0 unless you create
the bridge
using the same MAC address as the one eth0 has. Never tried so I just
suppose it
could work.

You have at least three choices, you can either NAT a private class over
eth0 and define that
network in OpenNebula, you can acquire a /29 block, create a bridge, set
the first public IP
address on it and define the network in OpenNebula, or a combination of
both.

You can choose to use Linux bridge or OpenvSwitch. Either of the two are
really easy to
set up and running. OpenNebula has network drivers for both of them. I
would choose
OpenvSwitch :).

Best,
Valentin
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OVH (So You Start) + OpenNebula + 1 IP

2014-07-18 Thread Joaquin Villanueva
Hi Valentin,

Configure bridges in OVH servers is somewhat tricky. I've done it in the
past (not for OpenNebula, but for XEN VMs running inside an OVH server)
and the problem is the MAC filtering, as Valentin says. You have to add
new MACs from your control panel, and use Failover IPs (not sure if this
is mandatory, i was using these Failover IPs to give public access to my
VMs) . See this docs:

http://guias.ovh.es/DedicadoBridgeCliente
http://guias.ovh.es/DedicadoMacVirtual

Regards,

El 18/07/14 08:03, Valentin Bud escribió:
 Hello Pablo,



 On Fri, Jul 18, 2014 at 6:53 AM, Pablo Hinojosa Nava
 pablo...@gmail.com mailto:pablo...@gmail.com wrote:

 Hi all,

 I am having problems trying to set up an OpenNebula host to
 virtualize with KVM.
 I have bought a dedicated server with OVH (So You Start) with 1
 publlc IP.
 The public IP is on eth0 interface and each time I try to create a
 Linux bridge (as is suggested during the installation
 
 http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network
 ) I got frozen the SSH connection.
 If I edit the file /etc/network/interfaces, then I run
 /etc/init.d/networking restart and it seems the server does not do
 anything. If I restart the server with changes made, I cannot
 recover the connection and I have to reinstall the operating system.
 If I try to create the bridge by hand, I the same problem
 (connection lost) when I try to add the bridge to the public
 network interface (etc0).

 It seems OVH use Mac Filtering switches, so that could be the reason.
 I could buy a block of 8 or 16 IPs, but it does not change way to
 configure OpenNebula.


 If OVH is using MAC Filtering than you cannot bridge eth0 unless you
 create the bridge 
 using the same MAC address as the one eth0 has. Never tried so I just
 suppose it 
 could work.

 You have at least three choices, you can either NAT a private class
 over eth0 and define that
 network in OpenNebula, you can acquire a /29 block, create a bridge,
 set the first public IP
 address on it and define the network in OpenNebula, or a combination
 of both.

 You can choose to use Linux bridge or OpenvSwitch. Either of the two
 are really easy to 
 set up and running. OpenNebula has network drivers for both of them. I
 would choose 
 OpenvSwitch :).

 Best,
 Valentin



 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

-- 


*Joaquín Villanueva Adrián*

Director Técnico Área Media


http://www.acb.com/



*ASOCIACIÓN CLUBS DE BALONCESTO*



http://www.acb.com/


Tel



+34 934 17 24 04

Móvil



+34 678 47 38 68

Fax



+34 934 18 23 94


www.acb.com http://www.acb.com/

Iradier, 37 - E 08017 - Barcelona


/Advertencia de privacidad: Este mensaje y los documentos que en su caso
consten como anexos, son confidenciales. Así pues, si lo reciben por
error, les solicitamos nos lo comuniquen y se abstengan de realizar
copias del mismo o entregarlo a otro destinatario. A los efectos de la
Ley 15/1999, de Protección de Datos de Carácter Personal, les informamos
que los datos de carácter personal que figuran en esta comunicación
están incluidos en un fichero automatizado cuyo responsable es ACB. Si
desea ejercitar los derechos de acceso, rectificación, cancelación y
oposición, diríjanse por escrito a la dirección de c/ Iradier, 37 -
08017 (Barcelona) o al siguiente correo electrónico: secreta...@acb.es
mailto:secreta...@acb.es/


/Privacy warning: This message and any attachments are confidential.
Therefore, if you are not the intended addressee of this message, please
delete it immediately without copying or forwarding it and inform the
sender. For the purpose of the Law 15/1999, about protection of personal
data, we inform you that the personal data contained in this message are
included in a database, responsibility of ACB. In order to access,
rectify, cancel and opposite any of these data, please write to C/
Iradier, 37 - 08017 (Barcelona) or to: secreta...@acb.es
mailto:secreta...@acb.es/

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] OVH (So You Start) + OpenNebula + 1 IP

2014-07-17 Thread Pablo Hinojosa Nava
Hi all,

I am having problems trying to set up an OpenNebula host to virtualize with
KVM.
I have bought a dedicated server with OVH (So You Start) with 1 publlc IP.
The public IP is on eth0 interface and each time I try to create a Linux
bridge (as is suggested during the installation
http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network
) I got frozen the SSH connection.
If I edit the file /etc/network/interfaces, then I run
/etc/init.d/networking restart and it seems the server does not do
anything. If I restart the server with changes made, I cannot recover the
connection and I have to reinstall the operating system.
If I try to create the bridge by hand, I the same problem (connection lost)
when I try to add the bridge to the public network interface (etc0).

It seems OVH use Mac Filtering switches, so that could be the reason.
I could buy a block of 8 or 16 IPs, but it does not change way to configure
OpenNebula.

Should I use NAT? should I use virbr0?
Does anybody have experience with OVH?
Do you know what is happening?

By the way, I have phoned OVH support and they told me Ubuntu is not to
virtualize.

Cheers,

Pablo Hinojosa.
PabloHinojosa.is
http://pablohinojosa.is/this?utm_source=firmautm_medium=correoutm_campaign=firma
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org