You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/02/15 08:12:58 UTC

[GitHub] DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong interface

DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong interface
URL: https://github.com/apache/cloudstack/issues/3179#issuecomment-463946861
 
 
   @fmaximus Thank you for helping. This is the content of the ips.json:
   
   {
     "eth0": [
       {
         "add": true,
         "broadcast": "169.254.255.255",
         "cidr": "169.254.2.133/16",
         "device": "eth0",
         "gateway": "",
         "netmask": "255.255.0.0",
         "network": "169.254.0.0/16",
         "nic_dev_id": "0",
         "nw_type": "control",
         "one_to_one_nat": false,
         "public_ip": "169.254.2.133",
         "size": "16",
         "source_nat": false
       }
     ],
     "eth2": [
       {
         "add": true,
         "broadcast": "xxx.xxx.xxx.xxx",
         "cidr": "xxx.xxx.xxx.xxx/26",
         "device": "eth2",
         "first_i_p": true,
         "gateway": "xxx.xxx.xxx.1",
         "netmask": "255.255.255.192",
         "network": "xxx.xxx.xxx.0/26",
         "new_nic": true,
         "nic_dev_id": 2,
         "nw_type": "public",
         "one_to_one_nat": false,
         "public_ip": "xxx.xxx.xxx.56",
         "size": "26",
         "source_nat": true,
         "vif_mac_address": "1e:00:93:00:00:9a"
       },
       {
         "add": true,
         "broadcast": "10.32.64.255",
         "cidr": "10.32.64.45/24",
         "device": "eth2",
         "gateway": "10.32.64.1",
         "netmask": "255.255.255.0",
         "network": "10.32.64.0/24",
         "nic_dev_id": "2",
         "nw_type": "guest",
         "one_to_one_nat": false,
         "public_ip": "10.32.64.45",
         "size": "24",
         "source_nat": false
       }
     ],
     "id": "ips"
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services