Autoproxy konfiguration läuft nicht!!!:-(
Autoproxy
Hallo zusammen!
Ich muss bei der Arbeit einen Autoproxy konfigurieren. Jetzt habe ich das gemacht und auch die Artikel im Forum gelesen doch es läuft nicht! Wir haben eine IPCop Firewall und dort ist der Proxy drauf. Dann haben wir einen DHCP Server DNS Server alles auf SuSE 9.1. Wir haben ein Lokales Netz welches mein 10er Netz ist und ein DMZ welches das Netz 192.168 ist. Ich habe vieles probiert und es ist auch schon so halb geloffen. Ich habe es mit folgenden Konfiguratiionen Probiert:
function FindProxyForURL(url,host)
{
if (isInNet(host, "10.0.0.0", "255.0.0.0")) or (isInNet(host, "192.168.0.0", "255.255.0.0"))
return "DIRECT";
else
return "PROXY my.proxy.ch:8080";
}
und auch mit der konfiguration habe ich es probiert:
function FindProxyForURL(url, host)
{
var proxymode;
var proxy_admin = "PROXY my.proxy.ch:8080";
var proxy_user = "PROXY my.proxy.ch:8080";
var proxy_intra = "DIRECT";
proxymode = proxy_user;
if (
)
{
proxymode = proxy_intra;
}
if (myIpAddress() > "10.0.0.0")
{ if (myIpAddress() < "10.255.255.255")
{ proxymode = proxy_admin; }}
return(proxymode);
}
Wenn ich im Internet Explorer angib "use automatic configuration script" und dann den Pfad angebe dann geht es, aber auch nur bei der ersten konfiguration beim zweiten Script geht es nicht! Und wenn ich nichts angib dann geht es nicht obwohl ich (wie ich glesen habe) im DHCP Server das konfiguriert habe:
option wpad-curl code 252 = text; #option for autoproxy
option wpad-curl "http://server01/proxy.pac"; #path for the autoproxy file
was mache ich falsch? mit der zweiten Konfiguration geht gar nichts aber mit der ersten geht es aber nur wenn ich das Script im Internet Explorer angebe. Ich will aber das er alles selbst macht, so dass jeder Client die Proxy Konfiguration direkt mit dem DHCP bekommt.
Ich freue mich sehr auch eure Antworten (bin scho zwei Tage am ausprobieren)!!!!
Dank scho im Voraus für eure Hilfe
Gruss Dambi
Hallo zusammen!
Ich muss bei der Arbeit einen Autoproxy konfigurieren. Jetzt habe ich das gemacht und auch die Artikel im Forum gelesen doch es läuft nicht! Wir haben eine IPCop Firewall und dort ist der Proxy drauf. Dann haben wir einen DHCP Server DNS Server alles auf SuSE 9.1. Wir haben ein Lokales Netz welches mein 10er Netz ist und ein DMZ welches das Netz 192.168 ist. Ich habe vieles probiert und es ist auch schon so halb geloffen. Ich habe es mit folgenden Konfiguratiionen Probiert:
function FindProxyForURL(url,host)
{
if (isInNet(host, "10.0.0.0", "255.0.0.0")) or (isInNet(host, "192.168.0.0", "255.255.0.0"))
return "DIRECT";
else
return "PROXY my.proxy.ch:8080";
}
und auch mit der konfiguration habe ich es probiert:
function FindProxyForURL(url, host)
{
var proxymode;
var proxy_admin = "PROXY my.proxy.ch:8080";
var proxy_user = "PROXY my.proxy.ch:8080";
var proxy_intra = "DIRECT";
proxymode = proxy_user;
if (
{
proxymode = proxy_intra;
}
if (myIpAddress() > "10.0.0.0")
{ if (myIpAddress() < "10.255.255.255")
{ proxymode = proxy_admin; }}
return(proxymode);
}
Wenn ich im Internet Explorer angib "use automatic configuration script" und dann den Pfad angebe dann geht es, aber auch nur bei der ersten konfiguration beim zweiten Script geht es nicht! Und wenn ich nichts angib dann geht es nicht obwohl ich (wie ich glesen habe) im DHCP Server das konfiguriert habe:
option wpad-curl code 252 = text; #option for autoproxy
option wpad-curl "http://server01/proxy.pac"; #path for the autoproxy file
was mache ich falsch? mit der zweiten Konfiguration geht gar nichts aber mit der ersten geht es aber nur wenn ich das Script im Internet Explorer angebe. Ich will aber das er alles selbst macht, so dass jeder Client die Proxy Konfiguration direkt mit dem DHCP bekommt.
Ich freue mich sehr auch eure Antworten (bin scho zwei Tage am ausprobieren)!!!!
Dank scho im Voraus für eure Hilfe
Gruss Dambi
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 4092
Url: https://administrator.de/contentid/4092
Ausgedruckt am: 24.11.2024 um 16:11 Uhr
2 Kommentare
Neuester Kommentar