Hi!
Find attached the results of the queries:
mysql> select * from vlan
-> ;
+----+--------------------------------------+-----------------+--------------+--------------+---------------------+----------------+----------------+------------+---------------------+-------------+----------+-----------+---------------------+---------------------+
| id | uuid | vlan_id | vlan_gateway |
vlan_netmask | ip4_range | vlan_type | data_center_id |
network_id | physical_network_id | ip6_gateway | ip6_cidr | ip6_range | removed
| created |
+----+--------------------------------------+-----------------+--------------+--------------+---------------------+----------------+----------------+------------+---------------------+-------------+----------+-----------+---------------------+---------------------+
| 1 | 9f0883b6-debe-4076-a0ed-ffa7086a7729 | vlan://untagged | 10.8.0.1 |
255.255.0.0 | 10.8.1.1-10.8.1.254 | VirtualNetwork | 1 |
200 | 203 | NULL | NULL | NULL | 2020-08-06
08:04:29 | 2020-08-05 22:28:02 |
+----+--------------------------------------+-----------------+--------------+--------------+---------------------+----------------+----------------+------------+---------------------+-------------+----------+-----------+---------------------+---------------------+
1 row in set (0.00 sec)
mysql> select * from physical_network;
+-----+--------------------------------------+---------------+----------------+--------+-------+-----------+------------------------+----------+---------------------+---------+
| id | uuid | name | data_center_id |
vnet | speed | domain_id | broadcast_domain_range | state | created
| removed |
+-----+--------------------------------------+---------------+----------------+--------+-------+-----------+------------------------+----------+---------------------+---------+
| 200 | 5c6e335a-0746-4b5f-8c60-fb733f0e368a | z1-mgmt-net | 1 |
NULL | NULL | NULL | ZONE | Enabled | 2020-08-05
22:23:22 | NULL |
| 201 | cbc89b2e-58aa-4009-b89f-27e74b0db0ef | z1-guest-net | 1 |
10-500 | NULL | NULL | ZONE | Enabled | 2020-08-05
22:23:29 | NULL |
| 203 | 049cfe5f-c31a-48a0-9ddf-24639f46be68 | z1-public-net | 1 |
8-8 | NULL | NULL | ZONE | Disabled | 2020-08-05
22:27:34 | NULL |
+-----+--------------------------------------+---------------+----------------+--------+-------+-----------+------------------------+----------+---------------------+---------+
3 rows in set (0.00 sec)
R.
On Thu, 2020-08-06 11:44 AM, Andrija Panic <[email protected]> wrote:
> Hi,
>
> no attachments are allowed on the ML (doesn't get sent to receivers), so
> please upload to some external service and post a link here.
>
> Based on the error message, you definitely do use vlan 8 somewhere.
>
> Please give the output of:
>
> select * from vlan;
> select * from physical_network
>
> Best,
>
> On Thu, 6 Aug 2020 at 11:11, " target="_blank"><[email protected]>
> wrote:
>
> > Hi!
> >
> > I am trying to setup a Cloudstack lab/test cloud for the first time.
> >
> > I am using ACS 4.14, advanced networking, KVM, on Ubuntu 18.04, 2 hosts +
> > 1 manager, to get started.
> >
> > I am creating my zone, physical networks and I am hitting the wall when
> > trying to create an ip range for public traffic on VLAN 8.
> >
> > I get the following error:
> >
> > The VLAN tag vlan://8 is already being used for dynamic vlan allocation
> > for the guest network in zone z1
> >
> > However, when I create the physical network for Gest I specified VLANS
> > 10-500 for Guest (see attached capture)
> >
> > What am I doing wrong?
> >
> > Regards,
> > Rafael
> >
>
>
> --
>
> Andrija Panić
>