Javatpoint Logo
Javatpoint Logo

How to set up and use a proxy server?

A proxy server works as a bridge between a computer and the internet. It makes the internet a bit faster as well as provides more security and privacy. In this section, we will learn how to set up a proxy server in Windows PC and browsers. Also, we will learn how to use a proxy server.

Training Institute

How to Set Up a Proxy Server?

In Windows 10, the proxy setting is automatically detected, by default. We can set up proxy manually too. The basic approach to set up a proxy is that use the script address that should be maintained by the organization's network admin. Another approach is to set an automatic configuration script. Let's see how can we set up a proxy server in Windows and browsers.

Setting Up Proxy Server in Internet Explorer

Like other browsers internet explorer also use default Windows proxy configurations. Let's see the steps.

  1. Open Internet Explorer.
  2. Click on the Tools icon presented at the top right corner.
    How to set up and use a proxy server
  3. Select the Internet options from the menu. It opens a dialog box.
    How to set up and use a proxy server
  4. In the dialog box, click on the Connections tab.
    How to set up and use a proxy server
  5. Click on the LAN settings button.
    How to set up and use a proxy server
  6. Under the Proxy server label check Use a proxy server for your LAN as shown below.
    How to set up and use a proxy server
  7. Provide the Address and Port of the proxy server that you want to use. In our case, we have provided address 91.132.139.178 whose port is 3128. You can choose a different one.
    How to set up and use a proxy server
  8. Click on the OK button to save settings.
    How to set up and use a proxy server

All done! We have set up a proxy server. Now we can access the internet anonymously.

Setting Up Proxy Server in Google Chrome

By default, Chrome uses Windows proxy and macOS. If we want to change the proxy setting follow the steps given below.

  1. Open the Chrome browser.
  2. Click on the three dots present at the top right corner.
    How to set up and use a proxy server
  3. From the menu, select the Settings option. It opens the chrome setting page.
    How to set up and use a proxy server
  4. Scroll down the page and click on the Advanced option.
    How to set up and use a proxy server
  5. Again, scroll down the page and click on the Open your computer's proxy settings that are presented under the System label. It opens the Internet Properties dialog box.
    How to set up and use a proxy server
  6. In the dialog box, click on the Connections tab.
    How to set up and use a proxy server
  7. Click on the LAN settings button.
    How to set up and use a proxy server
  8. Under the Proxy server label check Use a proxy server for your LAN as shown below.
    How to set up and use a proxy server
  9. Provide the Address and Port of the proxy server that you want to use. In our case, we have provided address 91.132.139.178 whose port is 3128. You can choose a different one.
    How to set up and use a proxy server
  10. Click on the OK button to save settings.
    How to set up and use a proxy server

All done! We have set up a proxy server. Now we can access the internet anonymously. Also, we observe that only a few steps are to be performed in the browser and then the process in your machine's operating system.

Setting Up Proxy Server in Edge Browser

Microsoft Edge is a Windows 10's built-in web browser. Until we will not tell it about proxy, it uses the Windows proxy configuration. It is the same as Chrome, hence the proxy configuration is similar. Let's see the steps to set up a proxy server in the Microsoft Edge browser.

  1. Open the Microsoft Edge browser.
  2. Click on the three dots present at the top right corner.
    How to set up and use a proxy server
  3. From the menu, select the Settings option. It opens the Edge setting page.
    How to set up and use a proxy server
  4. Click on the System option presented in the left pane.
    How to set up and use a proxy server
  5. Click on the Open your computer's proxy settings that are presented under the System label. It opens the Internet Properties dialog box.
    How to set up and use a proxy server
  6. In the dialog box, click on the Connections tab.
    How to set up and use a proxy server
  7. Click on the LAN settings button.
    How to set up and use a proxy server
  8. Under the Proxy server label check Use a proxy server for your LAN as shown below.
    How to set up and use a proxy server
  9. Provide the Address and Port of the proxy server that you want to use. In our case, we have provided address 91.132.139.178 whose port is 3128. You can choose a different one.
    How to set up and use a proxy server
  10. Click on the OK button to save settings.
    How to set up and use a proxy server

All done! We have set up a proxy server. Now we can access the internet anonymously. Also, we observe that only a few steps are to be performed in the browser and then the process in your machine's operating system.

Setting Up Proxy Server in Firefox

Like other browsers, Firefox does not use the system's default proxy settings. If we want to use proxy in Firefox, we should follow the steps given below.

  1. Open the Firefox browser.
  2. Click on the three horizontal lines presented at the top right corner.
    How to set up and use a proxy server
  3. Select the Options menu.
    How to set up and use a proxy server
  4. Scroll down the page and go to Network Settings. Click on the Settings? button. It opens the Connection Settings dialog box.
    How to set up and use a proxy server
  5. The dialog box shows the multiple options for configuring proxy access to the internet are as follows:
    • No proxy: If selected, no proxy is set up.
    • Auto-detect proxy settings for this network: The option automatically detects the proxy settings for the network you are using.
    • Use system proxy settings: It uses the operating system proxy setting.
    • Manual proxy configuration: By selecting the portion, we can set up proxy manually by providing HTTP, HTTPS, FTP Proxy, and corresponding Port.

    In our case, we have selected the option Auto-detect proxy settings for this network.

    How to set up and use a proxy server
  6. After selecting any of the above options, click on the OK button to save the settings.
    How to set up and use a proxy server

All done! We have set up a proxy server. Now we can access the internet anonymously.

Setting Up Proxy Server in Windows: Automatically

Setting up a proxy server in Windows automatically includes the following steps:

  1. Open Control Panel.
  2. Select Internet Options. It opens the Internet Options dialog box.
    How to set up and use a proxy server
  3. In the dialog box, click on the Connections tab.
    How to set up and use a proxy server
  4. Click on the LAN settings button.
    How to set up and use a proxy server
  5. Under the Automatic configuration label check the option Use automatic configuration script, as shown below.
    How to set up and use a proxy server
  6. Provide the specified script address in the Address box. In our case, the script address is file://c:/proxy.pac. Because we have created a file (proxy configuration file) named PROXY.PAC (see below) to the C:\ directory. You can choose a directory of your choice.
    How to set up and use a proxy server
  7. Click on the OK button to save the settings.
    How to set up and use a proxy server

All done! We have set up a proxy server. Now we can access the internet anonymously.

PROXY.PAC

It sometimes becomes necessary for the browser to pick up proxy settings from a configuration file that is saved as PROXY.PAC (where PAC stands for Proxy Auto Configuration). The file contains the proxy settings but can be used in some other situations too. For example, load-balancing, fault tolerance, etc.

We can make any change to the PROXY.PAC file accordingly. In the following script, we see that there are multiple URLs are defined in order to bypass the proxy, and all the other URLs are defined to get through the proxy.

Once the configuration file is created, we can continue with the step 6 and 7.

Setting Up Proxy Server in Windows: Manually

Setting up a proxy server in Windows automatically includes the following steps:

  1. Open Control Panel.
  2. Select Internet Options. It opens the Internet Options dialog box.
    How to set up and use a proxy server
  3. In the dialog box, click on the Connections tab.
    How to set up and use a proxy server
  4. Click on the LAN settings button.
    How to set up and use a proxy server
  5. Under the Proxy server label, check the Use a proxy server for your LAN option, as shown below.
    How to set up and use a proxy server
  6. Click on the Advanced button.
    How to set up and use a proxy server
  7. In the Proxy Setting dialog box, provide proxy addresses (HTTP, FTP, Secure, Socks) and their Port to use. In our case, we have provided the following:
    • HTTP Proxy: 192.168.1.100, Port: 80
    • FTP Proxy: 192.168.1.100, Port: 80
    • Secure Proxy: 192.168.1.100, Port: 80
    • Socks Proxy: 192.168.1.100, Port: 1080

    How to set up and use a proxy server
  8. Click on the OK button to save the changes.
    How to set up and use a proxy server

All done! Let's check proxy is working or not.

Open the browser and type https://whatismyipaddress.com/. It shows the IP address of the system. The following image shows the IP address of the system before using a proxy.

How to set up and use a proxy server

When we set up a proxy, the IP address of the system will be changed to a different one.

How to Use Proxy Server?

After setting up the proxy we can access the internet like we have been accessing before. The only change is that the IP of the system changes.

When should we use a proxy server?

We should use a proxy server if any of the following want to achieve:

  • Blocked Internet Protocol
  • Stopping Cookies
  • Navigating the firewall
  • Compress Traffic
  • Cache Website
  • Remove Ads
  • Stop Malware
  • Remove Tailoring
  • Access the Deep web
  • Buy Internationally
  • Access Entertainment






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA