Re: [one-users] Transfer/bandwidth limits?

2014-06-06 Thread Ionut Popovici
For download you can use htb on vnet interface tc qdisc del dev root tc qdisc add dev root handle 1:0 htb default 2 tc class add dev parent 1:0 classid 1:1 htb rate 512kbit ceil 512kbit tc filter add dev parent 1:0 protocol ip u32 match ip dst flowid 1:1 tc -s qdisc show dev it will que

Re: [one-users] virtual network cannot get out

2014-05-08 Thread Ionut Popovici
Question din you activate ip_forward even if you have bridge you need ip_forward On 5/8/2014 11:07 PM, Neil Schneider wrote: If I ping the gateway I see only ARP, Request who-has from the gateway/firewall for the network with no answer and ICMP echo request from the vm with no response from the

Re: [one-users] DHCP and OpenNebula

2014-05-08 Thread Ionut Popovici
.. host host-30 { hardware ethernet 02:00:0a:c8:00:1E; fixed-address 10.200.0.30; } On Thu, May 8, 2014 at 3:26 PM, Ionut Popovici mailto:io...@hackaserver.com>> wrote: Or you can make you dhcp server with pools and add fixed address via mac

Re: [one-users] DHCP and OpenNebula

2014-05-08 Thread Ionut Popovici
0.0.3; } host host-4 { hardware ethernet 02:00:0a:c8:00:04; fixed-address 10.200.0.4; } host host-30 { hardware ethernet 02:00:0a:c8:00:1E; fixed-address 10.200.0.30; } On Thu, May 8, 2014 at 3:26 PM, Ionut Popovici <mailto:io...@hackaserver.com>> wrote: Or yo

Re: [one-users] DHCP and OpenNebula

2014-05-08 Thread Ionut Popovici
Or you can make you dhcp server with pools and add fixed address via mac Because opennebula use very nice mac asingment based on ip transformed on hexa. Default mac for opennebula is 02:00 and other 4 hexa digits are ip address decimal tranformed on hexa. for ip 10.10.10.10 opennebula will use

Re: [one-users] ip spoofing

2014-05-01 Thread Ionut Popovici
On 5/1/2014 1:17 PM, Maxim Terletskiy wrote: As you wrote this is exactly we were looking for. Thank you very much, Stefan! :) 01.05.2014 12:39, Stefan Kooman пишет: Quoting Maxim Terletskiy (terlets...@emu.ru): Hi! No we're using vlans with simple bridging. I've used ovswitch in past and do

Re: [one-users] ip spoofing

2014-05-01 Thread Ionut Popovici
On 5/1/2014 1:17 PM, Maxim Terletskiy wrote: As you wrote this is exactly we were looking for. Thank you very much, Stefan! :) 01.05.2014 12:39, Stefan Kooman пишет: Quoting Maxim Terletskiy (terlets...@emu.ru): Hi! No we're using vlans with simple bridging. I've used ovswitch in past and do

Re: [one-users] NFS datastorage problems

2014-04-30 Thread Ionut Popovici
On 4/30/2014 3:27 PM, Christophe Duez wrote: Hello, I have setup 2 new datastores /var/lib/one//datastores/105 for Files /var/lib/one//datastores/104 for Images I wanted to start a VM but get te following error: error: cannot open file '/var/lib/one//datastores/0/9/disk.0': Permission denied ho

Re: [one-users] ip spoofing

2014-04-29 Thread Ionut Popovici
FORWARD good expample is here http://www.cyberciti.biz/tips/iptables-mac-address-filtering.html /sbin/iptables -A FORWARD -i ethX -m mac --mac-source YOUR-MAC-ADDRESS-HERE -j ACCEPT 29.04.2014 16:41, Ionut Popovici пишет: On 4/29/2014 2:09 PM, Maxim Terletskiy wrote: Hi! We're using

Re: [one-users] ip spoofing

2014-04-29 Thread Ionut Popovici
n case if pair "MAC+IP" is wrong. 29.04.2014 16:41, Ionut Popovici пишет: On 4/29/2014 2:09 PM, Maxim Terletskiy wrote: Hi! We're using bridged network with vlans and looking for a way to assume that client VMs using right ip addresses on their network interfaces. Maybe someon

Re: [one-users] qcow2 image import

2014-04-29 Thread Ionut Popovici
On 4/29/2014 5:45 PM, Thomas Stein wrote: Am 29.04.14 16:13, schrieb Thomas Stein: Hello. I'm using opennebula 4.6 and like to import a few qcow2 images. Is this tutorial still correct? https://support.opennebula.pro/entries/348847-using-qcow-images Another Problem. While trying to import a q

Re: [one-users] ip spoofing

2014-04-29 Thread Ionut Popovici
On 4/29/2014 2:09 PM, Maxim Terletskiy wrote: Hi! We're using bridged network with vlans and looking for a way to assume that client VMs using right ip addresses on their network interfaces. Maybe someone already have ideas about how to do it in a right way? __

Re: [one-users] ip spoofing

2014-04-29 Thread Ionut Popovici
On 4/29/2014 2:09 PM, Maxim Terletskiy wrote: Hi! We're using bridged network with vlans and looking for a way to assume that client VMs using right ip addresses on their network interfaces. Maybe someone already have ideas about how to do it in a right way? __

Re: [one-users] Create a VM for KVM

2014-04-24 Thread Ionut Popovici
On 4/24/2014 6:19 PM, Christophe Duez wrote: Hello, I know this will be easy for most of you here but i'm stuck. I installed opennebula and it works. but i wanted to use my own Images in stead of the ones from the market. So how do I make my own VM??? Please explain from in the begin because I

Re: [one-users] opennebula + KVM + openvswitch + openflow controller

2014-04-14 Thread Ionut Popovici
i already use netflow on openvswitch and colect data on a Cacti :D On 4/14/2014 6:11 PM, Marco Fanti wrote: I think you cannot connect the openvswitch bridge to the openflow controller, because the network driver of opennebula performs some operations with ovs-vsctl and ovs-ofctl, so when you co

Re: [one-users] opennebula + KVM + openvswitch + openflow controller

2014-04-13 Thread Ionut Popovici
On 4/13/2014 10:36 PM, Rolandas Naujikas wrote: Hi, I'm trying to use openflow controller + openvswitch + KVM + hardware switch with openflow support. Could provide some advice, because I cannot get it running by using opennebula default config + kvm + openvswitch (ping works with VMs in th

[one-users] image pool duplicate key

2014-03-13 Thread Ionut Popovici
Hello i had some hardware failure .. but i had some backup made .. so after installed full system back .. i had to recopy database from old backup .. and files .. added manualy in database the images .. to match the old configs and info .. but now if try to clone any image .. i get duplicate ke

Re: [one-users] Run the VM on another data center

2014-01-16 Thread Ionut Popovici
You will need to look for the opennebula clusters ! On 1/16/2014 10:10 AM, Vlad Mirel wrote: I have installed and configured two OpenNebula data centres (A and B). I have successfully created and run a VM on A. Next I suspended it, at which point its checkpoint was created. Resuming the VM also

Re: [one-users] Sunstone problems

2013-12-04 Thread Ionut Popovici
ike a bug. 2013/12/4 Ionut Popovici : Hello .. i have a problem. I have updated to openenbula 4.4.0 On CLI everything seams ok. oneadmin@serv:/var/tmp/one/im/kvm.d$ onedatastore list ID NAMESIZE AVAIL CLUSTER IMAGES TYPE DS TM 0 system 2.

[one-users] Sunstone problems

2013-12-03 Thread Ionut Popovici
Hello .. i have a problem. I have updated to openenbula 4.4.0 On CLI everything seams ok. oneadmin@serv:/var/tmp/one/im/kvm.d$ onedatastore list ID NAMESIZE AVAIL CLUSTER IMAGES TYPE DS TM 0 system 2.1T 81% - 0 sys -shared

Re: [one-users] slow live migration of VM's

2013-11-24 Thread Ionut Popovici
1st20- 60Gb disk .. is preaty much .. 2nd transfer is done via SCP that si a lil slower than any other transfer but is more safer. 3nd It depends on READ on the host where are the VMS .. if they have other host working .. keep in mind that the machine share the IO of that datastore. On perfect

Re: [one-users] VM is in PROLOG state more than 1 hour

2013-11-18 Thread Ionut Popovici
5GB for fastethernet is a litle to much .. 5000/11 = 7min and 40 second if the channel is free .. but i asure u the channel is not free if u using other machines non persistent .. they need to write the changes to. On 11/18/2013 11:37 PM, Documented Facts wrote: Hi I have run a LAMP ubuntu ins

Re: [one-users] VM in UNKNOWN / paused on KVM

2013-11-18 Thread Ionut Popovici
If u user in production don't use sqlite db it won't work well because .. on every db I/O it will lock db not allowing other process to access db. So if monitoring access the db .. others things like sunstone or any api will have to wait for db unlock .. or for sure u can get timeout. Same thing

Re: [one-users] LCM Unknown state.

2013-11-15 Thread Ionut Popovici
t may get stuck. Now i'm on mysql backend and evreything is fine :D On 11/15/2013 4:09 PM, Carlos Martín Sánchez wrote: Hi, On Wed, Nov 13, 2013 at 4:43 PM, Ionut Popovici <mailto:io...@hackaserver.com>> wrote: Qestion it is posible to be limited by sqlite .. because after 44

[one-users] LCM Unknown state.

2013-11-13 Thread Ionut Popovici
Qestion it is posible to be limited by sqlite .. because after 44 VM's on a host it happen to see random vm's on UNKNOWN state but the machine is fine and runing fine . Is someting about monitoring. If i prepare mysql backend and will restart oned on mysql .. it will install database on sql s

Re: [one-users] Export image

2013-11-08 Thread Ionut Popovici
move, search for SOURCE and copy file pointed there in the new location. Cheers, On Fri, Nov 8, 2013 at 1:43 PM, Ionut Popovici <mailto:io...@hackaserver.com>> wrote: Is there a way to export an image that is in datastore. I wana export the image bacase i wana move to new s

[one-users] Export image

2013-11-08 Thread Ionut Popovici
Is there a way to export an image that is in datastore. I wana export the image bacase i wana move to new sever some images .. But the servers are diferent location so i was thinking to move the via ftp or someting . ___ Users mailing list Users@lists

[one-users] Image Error

2013-11-05 Thread Ionut Popovici
There is any way to check if image is ok . I had an overheating problem that cause suden shutdown and u have some fukedup images. I can disable them and reenable but is not working .. any way to reconstruct them ? ___ Users mailing list Users@lists.ope

Re: [one-users] XEN Assigned IP is not available in VM

2013-10-28 Thread Ionut Popovici
cumented Facts mailto:documentedfa...@gmail.com>> wrote: Can I get a solution to my problem or any path to find solution for that ? On Mon, Oct 28, 2013 at 4:50 PM, Carlos Martín Sánchez mailto:cmar...@opennebula.org>> wrote: Hi,

Re: [one-users] XEN Assigned IP is not available in VM

2013-10-27 Thread Ionut Popovici
Use contextualization .. if not make and dhcp server that will use the mac address as opennebula use .. the end of max is the ip adress in hexa 10.0.0.1 is like 02:00:0a:00:00:01 so u can make your own lesses :D On 10/27/2013 11:58 AM, Documented Facts wrote: Hi I have assigned vm a IP address

Re: [one-users] Error: Failed to create domain from

2013-10-18 Thread Ionut Popovici
Hi let me answer to that !! The image on that they try to instantiate is a raw image. And they use and template that instantiate the immage as qcow2 .. i don't think is posible that. Why is that becase i personaly make the images .. but they don't listen me i already told the like 5 time .. your

Re: [one-users] OpenNebula and DHCP Server

2013-10-03 Thread Ionut Popovici
> >>>> > >>>> > >>>> On Thu, Sep 5, 2013 at 5:29 PM, Carlos Martín Sánchez < > >>>> cmar...@opennebula.org <mailto:cmar...@opennebula.org>> wrote: > >>>>

Re: [one-users] OpenNebula and DHCP Server

2013-09-04 Thread Ionut Popovici
No opennebula don't provide DHCP , you could use vlans to brake the network, and u can use contextualization to get the ip for virtual machines, if u use bridge mode is u should make rules in iptables(ebtables) for udp dst port 67 and allow only response from your DHCP server. Chears. On 9/5/

Re: [one-users] how to run a windows vm

2013-08-15 Thread Ionut Popovici
Make and empty disk like 32 Gb disk , upload windows ISO, Make an template ... Booting form Iso disk, start the machine , use VNC from Sunstone to installit as u install a normal windows. On 8/16/2013 5:56 AM, kenn...@apolloglobal.net wrote: Hi all, I have been running opennebula for a few da

Re: [one-users] annoying IP allocation

2013-08-04 Thread Ionut Popovici
ok lte's explain what is a valid network /24 = 256 IP on a network and /23 = 512 ip on a network /22 = 1024 ip ... one any network don't matter the size there are 2 ip's that can't be used .. 1st ip of network and the last ip of network in all cases on /24 /23 /22 or other bigger than /24 1st ip

[one-users] Onehost

2013-07-07 Thread Ionut Popovici
Hello i'm asking if there any as opennebula to create Virtula Netwoks on separate Hosts with vlans via openvswitch? Example. Host 1 - eth0 - Br0 - vlanA -Br0 - vlanB -Br0 - vlanc Host1 eth1 link Host2 eth1 via ip in same netmask Host 2 - eth0

Re: [one-users] Network topology

2013-05-04 Thread Ionut Popovici
With openvswicth u can make anything so everything is posible. On 5/4/2013 8:02 PM, Gandalf Corvotempesta wrote: Hi all, we are planning a brand new cloud infrastructure managed by opennebula. Will be possible to use 3 different physical networks connection on each node? For example, we would li

[one-users] Vlan template

2013-04-23 Thread Ionut Popovici
Hello i'm interested to know if there is any way to setup on and template a nic interface in TRUNK mode, the thing is that i wana a interface to join in more than 1 Vlan. An example is that i wana to add an router on the network and pass the traffic tru router but the router will handle more vlans