SQL Puertos
Para poder conectar remotamente con sql debemos abrir estos puertos,
se abre la consola de comando y ejecutamos estas dos ordenes
Primer comando
netsh firewall set portopening protocol = TCP port = 1433 name = SQLPort m
ode = ENABLE scope = SUBNET profile = CURRENT
Segundo comando
netsh advfirewall firewall add rule name = SQLPort dir = in protocol = tcp
action = allow localport = 1433 remoteip = localsubnet profile = DOMAIN