So, quick setup overview...
1: Quorum/Witness server: zz-sql-Quorum
2: 2 x SQL Servers: zz-sql-1 and zz-sql-2
3: Windows Cluster name: ll-sql
4: SQL Cluster Name: ll-sql-c
5: Cluster database/data stored on a network share on the Quorum server.
I know there's a single point of failure here, but what we're testing is a proof of concept, so this is development.
For the sake of arguement, all firewalls are off on the above servers.
I can see the SQL server running fine on LL-SQL-1 and locally, if I log on to LL-SQL-C through the database management console, it works perfectly, using either windows authentication OR local.
I created a blank DB, for the sake of argument, so that I could know that the data I'm accessing is right.
OK so far.
I then Tried to connect to it from the SQL management console on my own PC.
Accessing LL-SQL-C didn't work.
...