No problem Luis,
1. Advanced networking replies on VLANs (or some SDN isolation method), so you need at have a range of VLANs free, that you tell CloudStack that it can use. 2. The IP ranges I described were only an example you can you any range you like, but ‘public’ traffic generally is going to require a gateway in order to ‘go’ somewhere. 3. I looks to me like you are setting all of your interfaces as access ports. You’ll need ports which deal with multiple VLANs (like ones used for guest networks) to be trunk ports – with the VLANs which are allowed matching those that you have told CloudStack that it can use. Kind regards, Paul Angus paul.an...@shapeblue.com www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue From: Luis [mailto:lmartinez...@yahoo.com] Sent: 07 September 2017 20:32 To: Paul Angus <paul.an...@shapeblue.com>; users@cloudstack.apache.org Subject: Re: Configuring CS with Advance Networking for an internal laboratory thank you for your help, I have some questions if you can help me to answer this 1.- can i not use VLAN's for Advance Networking or are necessary for the configuration 2.- Do I need to create an extra server ans use it as gateway for this range of IP's? 3.- this is what I am using to create my vlan's on a Cisco 3560, is this correct? conf t interface range Gi0/9 - 10 switchport mode access no shut switchport access vlan 65 channel-group 3 mode active channel-protocol lacp end Thank you for your help ________________________________ From: Paul Angus <paul.an...@shapeblue.com<mailto:paul.an...@shapeblue.com>> To: "users@cloudstack.apache.org<mailto:users@cloudstack.apache.org>" <users@cloudstack.apache.org<mailto:users@cloudstack.apache.org>>; Luis <lmartinez...@yahoo.com<mailto:lmartinez...@yahoo.com>> Sent: Thursday, September 7, 2017 3:05 PM Subject: RE: Configuring CS with Advance Networking for an internal laboratory Hi Luis, You can give CloudStack a range of RFC1918 addresses (ie private addresses) to act as an 'internal' public network. 10.0.1.10 - 10.0.1.30 GW: 10.0.1.254 Netmask - 255.255.255.0 If the gateway at 10.0.1.254 can route to the outside world then CloudStack will still be able to download templates, if not you can always register a template which you are hosting on an internal network. If you do the second option ensure that the global setting 'secstorage.allowed.internal.sites' includes the hosting server's IP address. Kind regards, Paul Angus paul.an...@shapeblue.com<mailto:paul.an...@shapeblue.com> www.shapeblue.com<http://www.shapeblue.com> 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue -----Original Message----- From: Luis [mailto:lmartinez...@yahoo.com.INVALID<mailto:lmartinez...@yahoo.com.INVALID>] Sent: 07 September 2017 18:42 To: Users <users@cloudstack.apache.org<mailto:users@cloudstack.apache.org>> Subject: Configuring CS with Advance Networking for an internal laboratory Hi I am configuring CS with Advance Networking for internal use without rotatable IP's, this is for testing and lean CS Advance Networking, This is what I have CS 4.10XenServer 7.0FreeNas CS is already installed but I can't download any iso because V-Router can't ping outside my network, any advice? Public IP:209.229.131.0Internal IP: 10.0.0.0 Thank you for your help.