Re: Pass-through proxy?
Brian Bruns <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
The tdspool program (included with FreeTDS) should get you most of the way there with doing this. It is probably suffering some bit rot and hasn't kept up with the latest protocol changes but it is probably your best bet. I'll take a look tonight and see if I can't give you a better assessment of what it would take. Brian 2010/8/3 Steve Cayford <[email protected]>: > Forgive me if I'm using incorrect terminology... > > I would like to allow some external MS clients to query an internal > MSSQL database via a proxy service on a Linux machine. This would > ideally just pass through select queries and block > update/insert/delete, etc., only allow certain IP's. It should look > like a client to the server and a server to the clients. > > It seems like this would be relatively simple since it's speaking TDS > on both ends, is that right? Is there anything out there that does > this? If not, would you recommend against my writing something to do > that using the FreeTDS library? > > Thanks for any suggestions. > > -Steve > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >