Setup a Proxy Server on Windows

Discussion in 'Windows' started by pradeep, Mar 29, 2007.

  1. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    A proxy server is one that receives requests intended for another server and that acts on the behalf of the client (as the client proxy) to obtain the requested service. A proxy server is often used when the client and the server are incompatible for direct connection. For example, the client may be unable to meet the security authentication requirements of the server but may be required to access some services. It may also be used for screening purposes to enable the administrator to control access to undesirable sites. The proxy server may also be used for caching purposes which enables faster access to frequently used websites. All the computers connected to the LAN access the Internet through a single IP address which results in improved security simply because the number of ports exposed is reduced.

    Proxy servers work on the seventh layer (the Application Layer) of the OSI model thus tending to be application dependent unlike firewalls that work at lower layers. They are also more difficult to install and maintain than firewalls, as proxy functionality for each application protocol like HTTP, SMTP, or SOCKS must be configured individually. However, a properly configured proxy server improves network security and performance. Since proxy servers function at the OSI Application layer, their filtering capabilities are relatively intelligent. For example, proxy web servers can check the URL (Uniform Resource Locator) of outgoing requests for Web pages by inspecting HTTP GET and POST messages. Using this feature, network administrators can bar access to illegal domains but allow access to other sites. Ordinary firewalls, in contrast, cannot see Web domain names inside those messages. Likewise for incoming data traffic, ordinary routers can filter by port number or network address, but proxy servers can also filter based on application content inside the messages.

    WinProxy

    One of the most popular proxy servers available for Windows based systems is WinProxy. One of the reasons for its popularity is that no software has to be installed on the client systems. This is possible since WinProxy is a transparent proxy server meaning that it also provides NAT (Network Address Translation). Due to this the client system is virtually unaware of the existence of the proxy server. Apart from the usual caching and security features it also supports important protocols like HTTP, Real Audio/Video, Mail, FTP, NNTP News, Telnet, Socks, Secure Sockets, DNS, IMAP 4, etc.

    The WinProxy Server may be installed and configured as follows as follows:

    1. Install the TCP/IP protocol on all systems connected to the network.
    2. Run the Install Wizard. The first screen is the product registration screen which require you to enter the product key.
    3. The next two screens require information about your Internet connection. Select the type of connection and the name of your connection.
    4. Enter the username and password of the Internet connection to be used.
    5. WinProxy then configures the internal and external IP addresses. It automatically assigns a unique address to each device on the LAN as internal addresses. The IP address assigned to the modem/router by your ISP is taken as the external address.
    6. WinProxy then prompts you to disconnect from the Internet if you are already connected.
    7. In the final step WinProxy works through all the steps and verifies that all operations have been performed properly.
     
  2. hanleyhansen

    hanleyhansen New Member

    Joined:
    Jan 24, 2008
    Messages:
    336
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    Drupal Developer/LAMP Developer
    Location:
    Clifton
    Home Page:
    http://www.hanseninfotech.com
    Is there any way to change Proxy Settings through the command prompt or any other way other than Internet Explorer?
     
  3. XXxxImmortalxxXX

    XXxxImmortalxxXX New Member

    Joined:
    Jun 27, 2007
    Messages:
    561
    Likes Received:
    19
    Trophy Points:
    0
    on firefox go to tools -->options ----->advanced----->then click settings
     
  4. fddizon

    fddizon New Member

    Joined:
    Nov 5, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    hi to all

    how about having a list of IP that will not be included on sites restrictions?

    is this doable?

    regards to all
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice