Re: KVM host agent disconnection

2016-02-06 Thread Indra Pramana
Hi Wido, Good day to you, and thanks for your reply. Nice to hear from you again. :) So is this caused by a bug on 4.2 which is resolved on newer version of ACS? Any specific information on the bug, e.g. bug ID and description on how to fix it? Is there a way I can resolve the problem without hav

Re: No Key

2016-02-06 Thread John Kinsella
If you look at Shapeblue’s package page[1] they indeed do use GPG keys on their packages, and the page shows how to set that up. Look under section "Configuring Repository for RPM based platforms" John 1:http://www.shapeblue.com/packages/ > On Feb 4, 2016, at 2:00 AM, Mohd Zainal Abidin Rabani

Re: KVM host agent disconnection

2016-02-06 Thread Indra Pramana
Hi Wido and all, Good day to you. In addition to my previous email, I noted that the latest released version of ACS is 4.7. May I know if the problem is resolved by 4.7? I don't think 4.8 is already available from ACS repository, unless if we get the source and compile ourselves. https://cloudst

Guest VMs cannot access Internet

2016-02-06 Thread Sean Lair
Hi all, I'm having an issue I'm hoping you can assist with. Brand new Cloudstack 4.8 deployment running on CentOS7 and KVM hypervisors. Using advanced networking with VLAN isolation. Deploying new VMs using the default CentOS5.5 instance works great. The virtual router is deployed as expect

Re: Guest VMs cannot access Internet

2016-02-06 Thread Nux!
Hi Sean, Have you double checked iptables rules are correct (or disabled) on the underlying KVM hypervisor? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Sean Lair" > To: users@cloudstack.apache.org > Sent: Saturday, 6 Feb

RE: Guest VMs cannot access Internet

2016-02-06 Thread Sean Lair
Thanks for the response! the iptables service is currently stopped: # systemctl stop iptables Failed to stop iptables.service: Unit iptables.service not loaded. -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Saturday, February 6, 2016 4:13 PM To: users@cloudstack.apache.org

Re: Guest VMs cannot access Internet

2016-02-06 Thread Nux!
That's not you check it, CentOS 7 now comes with firewalld and the iptables-services are not installed by defaut. "iptables-save" will output the current state of the firewall -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Sean Lair"

RE: Guest VMs cannot access Internet

2016-02-06 Thread Sean Lair
Here is the output: - [root@dc01cloudkvm01 ~]# systemctl status firewalld â firewalld.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) - [root@dc01cloudkvm01 ~]# iptable