elmalhi abdelghani wrote: > # telnet -d 192.168.100.206 1433 > Trying 192.168.100.206... > telnet: connect to address 192.168.100.206: Connection refused Your server is not listening on that port. Or something in between is blocking that port from your client. HTH. --jkl