rhtyd commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498639209 To test it, I deployed a VM with a VPC with two tiers. By adding two nics on the VPC's tier1 and tier2, I could confirm that VM gets dhcp/dns rules:  Outputs from the VPC VR: ``` root@r-3-VM:/opt/cloud/bin# cat /etc/dhcphosts.txt 02:00:3e:91:00:04,set:10_21_2_53,10.21.2.53,VM-91dd442b-d87f-482c-889f-76e6da5bae17,750h 02:00:7d:b9:00:05,10.21.1.175,VM-91dd442b-d87f-482c-889f-76e6da5bae17,735h root@r-3-VM:/opt/cloud/bin# cat /etc/hosts ff02::1 ip6-allnodes ff02::2 ip6-allrouters 10.21.1.175 VM-91dd442b-d87f-482c-889f-76e6da5bae17 ::1 localhost ip6-localhost ip6-loopback 10.21.2.53 VM-91dd442b-d87f-482c-889f-76e6da5bae17 127.0.0.1 localhost r-3-VM root@r-3-VM:/opt/cloud/bin# cat /var/lib/misc/dnsmasq.leases 1562348805 02:00:3e:91:00:04 10.21.2.53 VM-91dd442b-d87f-482c-889f-76e6da5bae17 * 1562294389 02:00:7d:b9:00:05 10.21.1.175 * 01:02:00:7d:b9:00:05 ``` @blueorangutan package
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
