Unable to ping the Listener from different subnet

  • Hi,

    I have created Multi-Subnet Cluster.

    When server1 is primary, able to ping the listener from both subnets. But when server2 is primary able to ping listener only from same subnet. When pinged from different subnet, getting request timed out error.

    Why am I unable to ping listener from different subnet?

     

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • This was removed by the editor as SPAM

  • As it's multi subnet DNS will have two or more entries depending how many subnets you span, so it's essentially picking the wrong DNS entry to ping as it will be trying to use the least latent IP so will generally pick the local subnet IP.

    This is where the multi-subnet parameter on the connection string comes in handy for applications so it will essentially try all IPs for the listener and connect on which one responds.

    If you wanted to ping correctly each time you would only register the active IP in DNS, there is a switch for this, something like registerallips I believe it is and set it to false, but that would mean your waiting for DNS to update and propagate each time the group fails over.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply