Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PAC-Datei Probleme

Empfohlene Antworten

Veröffentlicht

Hallo!

Folgendes Problem: Unsere Firma ist auf 2 Standorte aufgeteilt. An jedem Standort steht ein Proxy-Server. Viele User arbeiten an beiden Standorten, deshalb habe ich mittels einer PAC-File versucht, den Proxy automatisch zu setzen.

Es soll jeder Traffic ins Internet über den jeweiligen Proxy am jeweiligen Standort gehen. Als Browser wird Firefox verwendet.

Die File sieht wie folgt aus:

function FindProxyForURL(url, host)

{

if (isInNet(myIpAddress(), "192.168.10.0", "255.255.255.0"))

return "PROXY 192.168.10.1:8080";

if (isInNet(myIpAddress(), "192.168.4.0", "255.255.255.0"))

return "PROXY 192.168.4.1:8080";

}

Testweise habe ich die Datei lokal auf einem Testclient abgelegt und im Firefox auf die Datei verwiesen.

Leider führt das nicht zum gewünschten Erfolg...

Habt ihr da eine Idee?

Gruß Speedy

Ich würd das eher netzseitig lösen:

a) allen Proxies die gleiche lokale IP geben

B) im lokalen DNS einen bestimmten Hostname auf den jeweils lokalen Proxy zeigen lassen.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.