Hector-Work commented on issue #8810:
URL: https://github.com/apache/cloudstack/issues/8810#issuecomment-2009641828

   Thanks @weizhouapache. Here are the network configs for each host. Host 1 
was working fine until I added Host 2, yet the configs are the same.
   Host 1:
   ```
   network:
      version: 2
      renderer: NetworkManager
      ethernets:
        enp1s0:
          dhcp4: false
          dhcp6: false
          optional: true
      bridges:
        cloudbr0:
          addresses: [192.168.100.1/24]
          routes:
          - to: default
            via: 192.168.100.254
          nameservers:
            addresses: [1.1.1.1,8.8.8.8]
          interfaces: [enp1s0]
          dhcp4: false
          dhcp6: false
          parameters:
            stp: false
            forward-delay: 0
   ```
   Host 2:
   ```
   network:
      version: 2
      renderer: NetworkManager
      ethernets:
        enp1s0:
          dhcp4: false
          dhcp6: false
          optional: true
      bridges:
        cloudbr0:
          addresses: [192.168.100.1/24]
          routes:
          - to: default
            via: 192.168.100.254
          nameservers:
            addresses: [1.1.1.1,8.8.8.8]
          interfaces: [enp1s0]
          dhcp4: false
          dhcp6: false
          parameters:
            stp: false
            forward-delay: 0
   ```


-- 
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]

Reply via email to