Hi all
Today a VPC VR lost configs of dnsmasq in /etc/dnsmasq.d/cloud.conf file I will check the file and see just dhcp-hostsfile parameter. root@r-411-VM:/etc# cat dnsmasq.d/cloud.conf dhcp-hostsfile=/etc/dhcphosts.txt root@r-411-VM:/etc# I can't cleanup the VPC VR now because other VMs using that VR. For workaround I insert manually lines. dhcp-range=interface:eth2,set:interface-eth2-0,172.16.10.1,static dhcp-option=tag:interface-eth2-0,15,cs77cloud.internal dhcp-option=tag:interface-eth2-0,6,172.16.10.1,8.8.8.8,8.8.4.4 dhcp-option=tag:interface-eth2-0,3,172.16.10.1 dhcp-option=tag:interface-eth2-0,1,255.255.255.0 I don't know what happened with that lines. Regards. Marcelo