Github user swill commented on the issue:

    https://github.com/apache/cloudstack/pull/2003
  
    This `ips.json` file confuses the hell out of me.  From what I can tell 
both `eth2` and `eth3` both have the ip `10.1.35.83` twice for each (for a 
total of the IP being configured 4 times over two interfaces).
    
    How was this IP configured?  
    
    ```
        "eth2": [
            {
                "add": true,
                "broadcast": "10.1.63.255",
                "cidr": "10.1.35.83/19",
                "device": "eth2",
                "gateway": "10.1.63.254",
                "netmask": "255.255.224.0",
                "network": "10.1.32.0/19",
                "nic_dev_id": "2",
                "nw_type": "public",
                "one_to_one_nat": false,
                "public_ip": "10.1.35.83",
                "size": "19",
                "source_nat": false
            },
            {
                "add": true,
                "broadcast": "10.1.63.255",
                "cidr": "10.1.35.83/19",
                "device": "eth2",
                "gateway": "10.1.63.254",
                "netmask": "255.255.224.0",
                "network": "10.1.32.0/19",
                "nic_dev_id": "2",
                "nw_type": "public",
                "one_to_one_nat": false,
                "public_ip": "10.1.35.83",
                "size": "19",
                "source_nat": false
            }
        ],
        "eth3": [
            {
                "add": true,
                "broadcast": "10.1.63.255",
                "cidr": "10.1.35.83/19",
                "device": "eth3",
                "first_i_p": true,
                "gateway": "10.1.63.254",
                "netmask": "255.255.224.0",
                "network": "10.1.32.0/19",
                "new_nic": true,
                "nic_dev_id": 3,
                "nw_type": "public",
                "one_to_one_nat": false,
                "public_ip": "10.1.35.83",
                "size": "19",
                "source_nat": true,
                "vif_mac_address": "06:ee:46:00:00:03"
            },
            {
                "add": true,
                "broadcast": "10.1.63.255",
                "cidr": "10.1.35.83/19",
                "device": "eth3",
                "first_i_p": true,
                "gateway": "10.1.63.254",
                "netmask": "255.255.224.0",
                "network": "10.1.32.0/19",
                "new_nic": true,
                "nic_dev_id": 3,
                "nw_type": "public",
                "one_to_one_nat": false,
                "public_ip": "10.1.35.83",
                "size": "19",
                "source_nat": true,
                "vif_mac_address": "06:a4:80:00:00:03"
            }
        ],
    ```
    
    I will see if I can get to the bottom of this, but this is pretty 
confusing.  Do you have a sequence of events which produced this configuration? 
 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to