Add second ip address to an existing SQl 2008 failover clustering
- by Cédric Boivin
Hello,
I got actually a failover cluster on Windows Server 2008, with sql server 2008.
On each server i got two network card, with two different network one are on 10.10.10.x and other are on 192.168.99.x
I want my sqlserver cluster listen on the two network. Is it possible and how i add new ip address.
When i add a new ip address directly in the cluster, and i do a telnet on the 1433 port with the new cluster ip address it's not working.
Thanks