Unable to connect MS SQL server 2008 Remote Server through SQUID proxy server
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Unable to connect MS SQL server 2008 Remote Server through SQUID proxy server
Hi,
My computer connected to SQUID proxy server & I can access Internet, Email through this proxy server. My computer OS is Windows 7. I installed SQL server 2008 R2 on my computer. I need to connect our Remote sql server 2008 R2 Hosting server. But I cant connect to that server. How I configure My squid proxy server to access SQL server ????
It's not entirely clear what you're trying to do, but if you're trying to connect to a remote MSSQL server with Management Studio, you generally can't do that through Squid.
Yes you are correct. I need to connect to a remote MSSQL server with Management Studio. Why can't configure SQUID to access Remote MSSQL server ? Please help me this is URGENT...
I try PING my remote hosting IP, But I can't too. I used 202.xxx.xxx.xxx,25000 IP & port connect to remote MSSQL server using Management Studio.
Squid is usually set up as a HTTP/FTP proxy. The protocol used by Management Studio is neither.
Squid also supports SOCKS (which can be used to proxy just about any protocol), but Management Studio has no proxy settings. It is possible to "socksify" an entire OS by installing a low-level driver, but I know of no such software for Windows.
Your best bet is to use a regular (NATed) Internet connection.
That's a bit overkill, don't you think? I can't really say if that would be a good solution or not, as I don't know anything about your network.
If the proxy is currently connected to both your internal network and the Internet, replacing it with a firewall (like ISA Server) would work. But then so would typing a single iptables command.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.