Tâche #8208
Distribution EOLE - Scénario #8833: Évolutions sur WPAD
Gestion des routes statiques dans wpad.dat
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
Reprise de la remarque de Daniel dans #7857 :
Configuration:
- amon eth1:
10.2.1.1
- linux mint:
10.2.1.10
- client wget:
10.4.1.10
derrière10.2.1.10
eole@linuxmint:~$ wget -q -O - --bind-address=10.4.1.10 http://wpad/wpad.dat function FindProxyForURL(url, host) { if ( isInNet(host, "127.0.0.1", "255.255.255.255") || isInNet(host, "10.2.1.0", "255.255.255.0") ) { return "DIRECT"; }; return "PROXY 10.2.1.1:3128"; }À voir si les routes statiques ne devraient pas être en
DIRECT
, par exemple :function FindProxyForURL(url, host) { if ( isInNet(host, "127.0.0.1", "255.255.255.255") || isInNet(host, "10.2.1.0", "255.255.255.0") || isInNet(host, "10.4.1.0", "255.255.255.0") // Routes statiques ) { return "DIRECT"; }; return "PROXY 10.2.1.1:3128"; }
Related issues
Associated revisions
support des routes statiques dans wpad (ref #8208 @1)
History
#1 Updated by Joël Cuissinat over 8 years ago
- Parent task set to #8833
#2 Updated by Joël Cuissinat about 8 years ago
- Estimated time changed from 1.50 h to 3.00 h
- Remaining (hours) set to 3.0
#3 Updated by Gilles Grandgérard almost 8 years ago
- Status changed from Nouveau to En cours
- Start date set to 03/31/2015
#4 Updated by Emmanuel GARETTE almost 8 years ago
- Description updated (diff)
- Assigned To set to Emmanuel GARETTE
#5 Updated by Emmanuel GARETTE almost 8 years ago
- % Done changed from 0 to 100
- Remaining (hours) changed from 3.0 to 0.25
#6 Updated by Scrum Master almost 8 years ago
- Status changed from En cours to Résolu
#7 Updated by Joël Cuissinat almost 8 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.25 to 0.0