i have a mssql server 2008 installed server. I want to connect only from my home pc (static ip) no one can connect with their machines.

i have done to allow only my ip to connect the ftp but i cant find the way to connect with my static ip to mssql server 2008

how can i do it? is it a firewall setting or is it a setting from sql server 2008?

i will be very appriciated if someone can help

thanks

link|improve this question
2  
best to ask the serverfault gurus – Preet Sangha Aug 8 '11 at 9:46
feedback

migrated from stackoverflow.com Aug 8 '11 at 11:12

This question came from our site for professional and enthusiast programmers.

1 Answer

you can use IPSEC on windows machine ( the server ) to limit the connection it allows ( including specific ports ).

Check this out, it might help you Restrict IP Address to prevent invalid login attack to SQL Server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown