tampler commented on issue #8218:
URL: https://github.com/apache/cloudstack/issues/8218#issuecomment-1821270210
Here's my network setup:
```
cloubr0 IP: 10.105.xxx.yyy
cloubr1 IP: 192.168.0.4
```
I run Mgmt, Agent and DB on the same host and OS.
Zone setup:
```json
"zone": [
{
"allocationstate": "Enabled",
"allowuserspecifyvrmtu": false,
"dhcpprovider": "VirtualRouter",
"dns1": "10.105.xxx.qqq",
"dns2": "10.105.xxx.ppp",
"domain": "ec2.local",
"guestcidraddress": "10.1.1.0/24",
"hasannotations": false,
"id": "03725601-a655-48d9-bd7f-65135f6a136e",
"internaldns1": "192.168.0.1",
"localstorageenabled": false,
"name": "test-zone",
"networktype": "Advanced",
"routerprivateinterfacemaxmtu": 1500,
"routerpublicinterfacemaxmtu": 1500,
"securitygroupsenabled": false,
"tags": [],
"type": "Core",
"zonetoken": "4b7911e0-de73-3e27-a6ea-1bb7b40e33b3"
}
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]