Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

i want to use wingate like freedom

Nov 08 10 11:18 pm

pls i will be glad if any body can helpme. i want to use wingate as the way freedom gives people over the internet ascess to their proxy server. if user can register somehow through a website and it will automatically be included into wingates datebase, then they will gain access to the proxy service by using their username and password they used in the registration.
so far what i know is binding the wwwproxy service to external connection, and i also know that this kind of stufs has something to do with tcp and udp, freedom uses udp.

pls i am rrunning out of time somebody pls help pls.

Re: i want to use wingate like freedom

Nov 09 10 3:12 pm

Hi,

Is freedom a product that you would like to make work together with WinGate, or are you using it as an example for how you would like your WinGate proxy to behave? I did a google search for "freedom+proxy" and as you could probably imagine, I got tons of different results. If you could provide a link to the product that you are referring to, that would be great.

I don't fully understand your question, but it sounds like you want to create a webpage that allows users to register an account that allows them to gain access to WinGate's WWW Proxy Service. Am I correct?

WinGate doesn't provide any API's that would allow an external program to view or manage it's user database, but there are a few other ways that I think this could be achieved.

1. Use an ODBC database
WinGate 7 includes the ability to query a database in policy. Using this feature, you could write a table of users in a database (such as MySQL) and then in a WWW Proxy Policy, query the database to see if the connecting client should be granted access to the proxy. Then you could write a simple web page that add's new users to the database. However, because this solution doesn't employ WinGate's internal user database, you won't be able to use normal HTTP authentication methods so internet traffic in the log files will not be associated with user accounts. If this is not a drawback for you, this would be a very quick and easy solution to set up.

2. Integrate with an Active Directory
This may be overkill for your scenario, but WinGate is able to integrate with an Active Directory user database, and there are .NET API's available that provide ways to view/manipulate the AD user database from a .NET powered website. This may be more complex to set up than an ODBC database, but would have the advantage of inserting users directly into WinGate's user database where WinGate can employ HTTP (Basic/NTLM) authentication rather than requiring assumptions in policy. Another advantage would be that you will see usernames associated with their internet access in the log files rather than just seeing everyone as guest.

3. Telnet Administration
If you are using WinGate 6, there is a telnet proxy that also provides a simple administration interface for managing users and services. You could write scripts that connect to WinGate's telnet administration service and run various commands based on what you want to do (i.e. adding/deleting users). This could be quite a tedious process though, especially if you want to be able to view/manage/delete users from a web page later on.

Re: i want to use wingate like freedom

Nov 16 10 10:24 pm

Thank you very much for looking into my problem; I’m very much great full. Freedom I believe is a server that runs remotely, if freedom client is downloaded, you can access there server (proxy) remotely and browse anon. plus you get to register and get your user name and password. I figured Wingate supports mostly local networks. Unlike freedom that connects to people over the internet. The only external Conn in Wingate is by enabling binding to external card. With little concern for external conn. My question is can;

Wingate be used like the freedom server that full supports connection and authentication from the internet

can Wingate client be used remotely to access a server on the net

or if there is another software you would like to refer me to. I want to start a secure proxy biz. Thanks for your help.
i'm not allowed to post a URL until 5 posts complete. pls just type my freedom client download in Google u'll see the site.

Re: i want to use wingate like freedom

Nov 17 10 8:35 am

Hi

You can use the WinGate client over the internet to a remote WinGate with the Winsock Redirector Service bound to an external adapter.

the trick might be in firewalling however, since TCP and UDP traffic is redirected through the WinGate server, and you need to be able to access the redirection ports (which are system-assigned).

I'm not sure if WinGate auto-creates a firewall hole for these ports or not. You should be able to test an equivalent setup by setting your internal adapter to be deemed external when using the WinGate client over your LAN.

Regards

Adrien

Re: i want to use wingate like freedom

Nov 17 10 12:27 pm

adrien wrote:I'm not sure if WinGate auto-creates a firewall hole for these ports or not.


I recall testing this with James ages back, and if I recall correctly, it worked fine.
Post a reply