This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Astaro HA can't reach internal DNS server

I'm running into a strange problem with my Astaro Active/Passive HA accessing my internal DNS server on the LAN.

My internal DNS server forwards external requests to the Astaro which in turn is configured to forward to my ISP's DNS servers. Everything works great when the Slave node is shut down (I can resolve internal and external addresses). However, when I power the slave node on, the HA agent kicks in to synchronize with the master and my LAN clients stop being able to access external addresses. Even after the nodes both switch to "ACTIVE" state, I can't resolve external names.

Further investigation shows that the internal DNS server is unable to ping the Astaro (it's gateway) and the astaro is unable to ping the DNS server on the LAN.

Everything works normally once the slave is shut down. Any ideas why the presence of the slave prevents communication between the Astaro and my internal DNS server?


This thread was automatically locked due to age.
Parents
  • Hi mikeh2020,

    did you use the official VMWare image of the ASG?

    Master and Slave node will use the same MAC addresses. VMWare
    disconnects the interface if it detects an MAC address conflict.

    So either use the official VMWare image, disable virtual mac address usage via command line "cc set advanced virtual_mac 0" or patch the vmx file by adding "ethernet0.ignoreMACAddressConflict = "TRUE"" for each interface.

    Cheers
     Ulrich
Reply
  • Hi mikeh2020,

    did you use the official VMWare image of the ASG?

    Master and Slave node will use the same MAC addresses. VMWare
    disconnects the interface if it detects an MAC address conflict.

    So either use the official VMWare image, disable virtual mac address usage via command line "cc set advanced virtual_mac 0" or patch the vmx file by adding "ethernet0.ignoreMACAddressConflict = "TRUE"" for each interface.

    Cheers
     Ulrich
Children
No Data