Anweisungen

So richten Sie einen Proxy auf verschiedenen Geräten ein

  • 9. Aug. 2023, 00:25
  • 6 Minuten

Um Proxy-Ports nutzen zu können, müssen sie ordnungsgemäß konfiguriert werden. Der Konfigurationsprozess variiert je nach Betriebssystem von Computern und Smartphones. Auch Browser werden unterschiedlich konfiguriert. In diesem Artikel erfahren Sie mehr über Konfigurationsmethoden für:

  • Die Betriebssysteme Windows, Mac OS und Linux.
  • Die Betriebssysteme Android und iOS.
  • Die Browser Chrome, auf Chromium basierende Browser, Safari und Mozilla Firefox.

Proxy-Konfiguration unter Windows

Es gibt drei Möglichkeiten der Konfiguration unter Windows. Wir werden jede davon besprechen.

Automatische Konfiguration

  1. Gehen Sie zu den Einstellungen und geben Sie "Proxy" in die Suche ein oder navigieren Sie zu "Netzwerk und Internet" → "Proxy". 
    Schritt 1: Gehen Sie zum "Proxy"-Abschnitt
  2. Aktivieren Sie im Abschnitt "Automatische Proxy-Einrichtung" die Optionen für die automatische Erkennung. 
    Schritt 2: Wählen Sie die automatische Einrichtung

Konfiguration mit Hilfe eines Installations-Skripts

  1. Gehen Sie zu den Einstellungen und geben Sie "Proxy" in die Suche ein oder navigieren Sie zu "Netzwerk und Internet" → "Proxy". 
    Gehen Sie zum "Proxy"-Abschnitt
  2. Wenn Sie eine Adresse für ein spezielles Skript haben, aktivieren Sie "Skript zur Einrichtung verwenden". 
    Wählen Sie die Einrichtung über das Skript
  3. Geben Sie die bereitgestellte URL in das Feld "Skriptadresse" ein und klicken Sie auf "Speichern". 
    Verwendung eines Skripts zur Konfiguration

Manuelle Verbindungseinrichtung

  1. Gehen Sie zu den Einstellungen und geben Sie "Proxy" in die Suche ein oder navigieren Sie zu "Netzwerk und Internet" → "Proxy". 
    Gehen Sie zum "Proxy"-Abschnitt
  2. Wechseln Sie zum Abschnitt "Manuelle Servereinstellung" und aktivieren Sie "Proxy-Port verwenden". Wählen Sie die manuelle Einrichtung. 
    Wählen Sie die manuelle Einrichtung
  3. Geben Sie IP-Adresse und Port in die entsprechenden Felder ein. 
    Geben Sie IP-Adressen und Ports ein
  4. Sie können Endungen von Website-URLs eingeben, die nicht über den Proxy besucht werden sollen. Zum Beispiel: *.contoso.com. 

    Für mehrere Websites geben Sie die Adresse jeder Website ein und trennen die Adressen mit Semikolon (z.B.: *.contoso.com; *.adatum.com).

    * ist ein Platzhalter, daher werden alle Website-Adressen mit dieser Endung den Proxy-Port umgehen. 
  5. Sie können die Option "Server nicht für lokale Adressen verwenden" aktivieren. Diese Option ist nützlich, wenn der Server in Ihrem Unternehmen nicht für interne Adressen verwendet werden soll. 
  6. Speichern Sie die Änderungen. 

Proxy-Konfiguration auf Mac OS

Um Proxy auf einem Mac zu konfigurieren, wählen Sie das Apple-Menü > "Systemeinstellungen".

Zugang zu den Systemeinstellungen

Klicken Sie auf "Netzwerk".

Zugang zum Abschnitt "Netzwerk"

Wählen Sie links den Netzwerkdienst aus, klicken Sie auf "Erweitert" und dann auf "Proxy".

Erweiterte Einstellungen öffnen

Wählen Sie das gewünschte Verbindungsprotokoll aus und geben Sie die IP und Portnummer ein.

IP, Port, Benutzername und Passwort eintragen

Geben Sie Benutzernamen und Passwort ein, falls das Proxy eine Authentifizierung erfordert. Klicken Sie auf "Anwenden".

Proxy-Konfiguration auf Linux

Um Proxy auf Linux zu konfigurieren, öffnen Sie das Terminal und geben Sie einen der folgenden Parameter ein:

export ftp_proxy="http://proxy-server:port"
export http_proxy="http://proxy-server:port"
export https_proxy="https://proxy-server:port"
export socks_proxy="socks://proxy-server:port"

In diesen Zeilen steht proxy-server für die Ihnen zugewiesene IP und Port für den zugewiesenen Port. Das Ergebnis könnte so aussehen:

export https_proxy="https://138.128.58.157:8000"

Wenn das Proxy eine Authentifizierung erfordert, verwenden Sie folgende Syntax:

export ftp_proxy="ftp://user:password@proxy-server:port"
export http_proxy="http://user:password@proxy-server:port"
export https_proxy="https://user:password@proxy-server:port"
export socks_proxy="socks://user:password@proxy-server:port"

Wenn Ihr Passwort Sonderzeichen enthält, müssen Sie diese durch ASCII-Codes ersetzen. Hier ist eine Tabelle, aus der Sie sie beziehen können.

Zum Beispiel sollte das @-Symbol durch "%40" ersetzt werden.

Eine andere Möglichkeit ist die Konfiguration der Verbindung über Konfigurationsdateien. Dazu müssen Sie die Datei mit Root-Rechten /etc/environment bearbeiten und folgenden Syntax hinzufügen:

https_proxy="https://user:pass@proxy:port/"
http_proxy="http://user:pass@proxy:port/"
ftp_proxy="ftp://user:pass@proxy:port/"
socks_proxy="socks://user:pass@proxy:port/"

Wenn das Proxy keine Authentifizierung erfordert, sollten die Zeilen so aussehen:

ftp_proxy="http://proxy-server:port"
http_proxy="http://proxy-server:port"
https_proxy="https://proxy-server:port"
socks_proxy="socks://proxy-server:port"

Nachdem Sie die Einstellungen angewendet haben, starten Sie den Computer neu und führen Sie dann den init-Prozess aus - der Hauptprozess in Ihrem System, von dem alle untergeordneten Prozesse den Proxy erhalten.

Deaktivierung des Proxys auf Linux

Um dies zu tun, geben Sie in der Befehlszeile einen der folgenden Parameter ein:

Unset rsync_proxy
Unset http_proxy
Unset ftp_proxy
Unset http_proxy

Proxy-Konfiguration auf iOS

  1. Öffnen Sie die Einstellungen auf Ihrem Telefon.
  2. Wechseln Sie zur Registerkarte "WLAN" und wählen Sie das Netzwerk aus, mit dem Sie verbunden sind.
  3. Wechseln Sie zu den Netzwerkeinstellungen und scrollen Sie nach unten zum Abschnitt "HTTP-Proxy".
    1. Open this section, select "Manual," and enter the IP of the server, port number, and enable authentication if necessary.
  4. Another option is to choose automatic configuration. This option is suitable if the proxy provider has given you an address for proxy auto-configuration script.
  5. Proxy Configuration on Android
    1. Open your device settings.
    2. Tap on "Network & Internet" → "Internet."
    3. Select "Wi-Fi" and go to Wi-Fi settings.
    4. Find your network and open its settings.
    5. Locate the proxy option and choose manual configuration. Enter the IP address and port number of the server, or the hostname of the proxy and the port.
    6. Enter your login and password if required.
    7. Save the changes.
  6. After saving, the system will prompt you to authenticate again with your login and password. Then you can start using the internet.
  7. Another option is to choose automatic configuration. This option is suitable if the proxy provider has given you an address for proxy auto-configuration script.
  8. Proxy Configuration in Browsers
  9. We will explain how to configure proxy settings in Chrome and Chromium-based browsers, Mozilla Firefox, and Safari.
  10. Proxy Configuration in Chrome and Chromium-based Browsers
  11. Chromium-based browsers are programs built on the basis of Google Chrome's source code and operate similarly to Chrome. The following browsers belong to this category:
    • Vivaldi;
    • Brave;
    • Microsoft Edge;
    • Opera;
    • Epic Privacy Browser;
    • SlimBrowser;
    • Torch;
    • Comodo Dragon, and others.
  12. Configuring proxies for these browsers is generally the same and is done through system settings, as we explained earlier. To access the settings directly from the browser, you need to follow a few steps:
    1. Open browser settings.
    2. In the settings search bar, type "proxy" or navigate to the "system" section.
    3. Select "Open proxy settings for the computer."
  13. The browser will automatically open the corresponding proxy settings section, where you need to enter the proxy values.
  14. However, you can configure proxies directly within the browser rather than through the system. This is useful if you want to use proxies for specific websites rather than all at once.
  15. To configure proxies individually, use specific browser extensions. For example, in Google Chrome, you can use ProxyControl or ProxySwitcher. Similar programs exist in the extension stores of other Chromium-based browsers.
  16. The extension works like this: you provide the IP and ports of the assigned proxy, and then control it using hotkeys.
  17. Proxy Control Extension Settings
  18. If you need to access a website through a proxy, you enable it using a key combination. If you need to access a website with your real IP, you disable it using another key combination.
  19. Proxy Configuration in Mozilla Firefox
  20. You can configure proxies for Firefox within the browser. Here's how:
    1. Go to settings and in the "General" section, open the "Network settings."
    2. Select "Manual proxy configuration."
  21. Then enter the IP and port of the proxy in the corresponding fields: HTTP, HTTPS, or SOCKS. Your proxy provider will provide you with this information.
  22. You can also configure additional settings:
    • Add a list of addresses to visit without using the proxy.
    • Disable repeated requests for the proxy login and password by checking the corresponding option.
    • Enable DNS for SOCKS and HTTPS.
  23. After configuring the additional settings, click "OK."
  24. You can check your IP address. If it has changed, it means the proxy is working.
  25. Another configuration option is to select "Use system proxy."
  26. Proxy Configuration in Safari
  27. To configure a proxy in Safari, select the Apple menu > "System Preferences".
  28. Navigate to the browser's settings
  29. In the "Extensions" section, click the "Change settings" button.
  30. Open advanced settings and go to the "Change Settings" section
  31. You will then be directed to your computer's settings; repeat the steps as you would when setting up a proxy on Mac.
Probieren Sie unsere mobilen Proxys aus

Bei OnlineProxy finden Sie mobile Proxys aus der ganzen Welt mit täglicher Abrechnung ab 0,7 $ und IP-Rotation. Proxys eignen sich hervorragend für Arbeitsaufgaben. Wir garantieren Qualität oder erstatten Geld.

Anmeldung