When installing SQL Server 2008 on a cluster you may get a 'Network binding order' warning.
To identify why the setup is reporting this error:
- Open your ..\Setup Bootstrap\Log\..\Detail.txt file
- Navigate to the 'Network binding order' rule section
Below shows that 'Local Area Connection* 9' was top of the list, when it should have been 'public'
So what can you do?
1. Run regedt32
2. Navigate to 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Linkage'
3. Right click on 'Bind' and select 'Modify'
4. Move the correct Device (identified in Detail.txt) to the top of the list and that is it.