Hi Team,
I'm facing some issues while creating Guest Network . Below is the response which I got from CloudStack Community . I could have asked in this forum hence started a new thread here
My comments on Venkata's reply below
Can you paste the API that was fired from logs? You will see this kind of error only when CIDR specified.
Attched the MAN log for reference
Which version of cloudstack you are using?
CloudPlatform 3.0.6
-----Original Message-----
From: Anoop Mohan AnoopMo@.com
Sent: Wednesday, 24 April 2013 10:43 AM
To: Venkata SwamyBabu Budumuru; users@cloudstack.apache.org; cloudstack-users@incubator.apache.org
Subject: RE: F5 LB - Guest VLAN Advanced Zone
Sorry typo error
Pasting below
If I didn't specify CIDR, Below UI status message appears
Cannot specify CIDR when using network offering with external devices!
Regards,
Anoop Mohan
-----Original Message-----
From: Venkata SwamyBabu Budumuru
venkataswamybabu.budumuru@.com
Sent: Wednesday, April 24, 2013 10:32 AM
To: Anoop Mohan; users@cloudstack.apache.org; cloudstack-users@incubator.apache.org
Subject: RE: F5 LB - Guest VLAN Advanced Zone
Hi Anoop,
createNetwork automatically generates a random unique CIDR in case if there are external devices used for some of the service. Please try creating guest n/w without CIDR and it should solve the issue.
Thanks,
SWAMY
-----Original Message-----
From: Anoop Mohan AnoopMo@.com
Sent: Wednesday, 24 April 2013 10:14 AM
To: users@cloudstack.apache.org; Venkata SwamyBabu Budumuru; cloudstack-users@incubator.apache.org
Subject: RE: F5 LB - Guest VLAN Advanced Zone
Hi Venkat,
I tried as you stated below. But still not able to create guest network.
Setup Details.
1. Created New NW Offerings with services Capabilities as Dhcp:
VirtualRouter, Lb: F5BigIp, Dns: VirtualRouter, Vpn: VirtualRouter,
Firewall: VirtualRouter, StaticNat: VirtualRouter, UserData:
VirtualRouter, PortForwarding: VirtualRouter, SourceNat: VirtualRouter
2. Login with Admin user of newly created domain and try creating guest network using new NW offerings. Even I tried with users under ROOT domain as well
If I specify CIDR for guest , then it throws below error
2013-04-24 10:07:17,252 ERROR [cloud.api.ApiDispatcher]
(catalina-exec-1:null) Exception while executing CreateNetworkCmd:
com.cloud.utils.exception.CloudRuntimeException: Can't design network Ntwk[-1|Guest|18]; guest CIDR is not configured per zone
com.cloud.dc.DataCenterVO$$EnhancerByCGLIB$$f8cfc3d7@1
If I specify CIDR, Below UI status message appears
Cannot specify CIDR when using network offering with external devices!
Regards,
Anoop Mohan
-----Original Message-----
From: Venkata SwamyBabu Budumuru
venkataswamybabu.budumuru@.com
Sent: Saturday, April 20, 2013 3:25 PM
To: users@cloudstack.apache.org; cloudstack-users@incubator.apache.org
Subject: RE: F5 LB - Guest VLAN Advanced Zone
About the error you mentioned here is due to the fact that in the NetworkOffering you selected "source nat type" as 'per zone'. In case of VR providing SNAT service, we only support 'PER account'.
Sent from Samsung tablet
Anoop Mohan <AnoopMo@microland.com> wrote:
Hi Sanjeev,
>>>>> Please make sure that no guest VLANs were configured on F5 before adding to cloud stack. Also check the reachability to F5 from management server.
The guest VLANs which need to Integrate to CloudStack doesn't exist in F5. I'm using BIG-IP 9.4.7.
I'm following below wiki
http://wiki.cloudstack.org/pages/viewpage.action?pageId=11830811
>>>>> Related to second issue (access to guest vm from outside)
:PF/Static NAT services should present in the guest network. But I don't see those services in the network you have mentioned.
Yes I created a Network offerings with Static NAT works. Every Time I have to acquire new Public IP address and assign to VM's created under isolated Tenant.
Now Facing below issue.
Add F5 device and enabled.
When I use combination of VR Services and F5 LB Service as new Network offerings, and try spawning VM's using the same getting below error
2013-04-19 16:43:31,788 ERROR [cloud.api.ApiDispatcher]
(catalina-exec-15:null) Exception while executing
CreateNetworkOfferingCmd:
com.cloud.exception.UnsupportedServiceException: Service SourceNat doesn't support value "perzone" for capability SupportedSourceNatTypes on VirtualRouter
2013-04-19 16:46:05,088 ERROR [cloud.api.ApiDispatcher]
(catalina-exec-20:null) Exception while executing CreateNetworkCmd:
com.cloud.utils.exception.CloudRuntimeException: Can't design network Ntwk[-1|Guest|17]; guest CIDR is not configured per zone
com.cloud.dc.DataCenterVO$$EnhancerByCGLIB$$f8cfc3d7@1
Is there any doc available or could you recommend in which I can create Network offerings for Isolated Guest Network using VLAN with external Network devices and VR services