You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Jayapal Reddy (JIRA)" <ji...@apache.org> on 2017/05/25 09:37:04 UTC

[jira] [Resolved] (CLOUDSTACK-9883) VPC RVR private gateway interface is not configured correctly

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-9883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jayapal Reddy resolved CLOUDSTACK-9883.
---------------------------------------
    Resolution: Fixed

> VPC RVR private gateway interface is not configured correctly
> -------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9883
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9883
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Network Controller, Network Devices
>            Reporter: Jayapal Reddy
>            Priority: Critical
>             Fix For: 4.10.0.0
>
>
> 1. create a Redundant VPC.
> 2. Deploy a VM in the tier network.
> 3. Create a private gateway in VPC.
> On master it is observed that the private gateway interface is configured with the privategateway ip and start ip in the subnet. Ex: private gateway ip is 10.147.52.100 then it is also configured with the 10.147.52.1.
> If 10.147.52.1 is the gateway then it will create issues.
> {noformat}
> root@r-256-QA:~# ip a
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>     inet 127.0.0.1/8 scope host lo
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
>     link/ether 0e:00:a9:fe:00:02 brd ff:ff:ff:ff:ff:ff
>     inet 169.254.0.2/16 brd 169.254.255.255 scope global eth0
> 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
>     link/ether 06:dd:6c:00:00:10 brd ff:ff:ff:ff:ff:ff
>     inet 10.147.46.104/24 brd 10.147.46.255 scope global eth1
> 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
>     link/ether 02:00:01:28:00:07 brd ff:ff:ff:ff:ff:ff
>     inet 10.2.1.253/24 brd 10.2.1.255 scope global eth2
>     inet 10.2.1.1/24 brd 10.2.1.255 scope global secondary eth2
> 5: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
>     link/ether 06:01:6a:00:00:24 brd ff:ff:ff:ff:ff:ff
>     inet 10.147.52.100/24 brd 10.147.52.255 scope global eth3
>     inet 10.147.52.1/24 brd 10.147.52.255 scope global secondary eth3
> root@r-256-QA:~# checkrouter.sh
> Status: MASTER
> root@r-256-QA:~#
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)