I've set up a proxy.pac file on one of our web servers. When I open IE, it says detecting proxy setting for a second.
But.. it always connects directly to the site (checked that using netstat), even if the proxy.pac files consists of only one line ({return "192.168.0.2:8080";}.
- if I fill in...
thanks for the replies. Both were very useful. I decided to go with the last one, which is a bit quick and dirty, but more transparent (to me).
Thanks again, regards,
Remco
I work for a school, we have about 700 users in Active Directory (Win2003). I need to reset the passwords for all students and teachers to a random password.
I created the users last year using the script below (which I created by merging some scripts I found on the internet). The script reads...
I am trying to implement this .pac-script:
function FindProxyForURL(url, host)
{
if (shExpMatch(url, "http://www.google.com*")) {return "DIRECT"; }
return "PROXY odysseus:8080;
PROXY proxy.pandora.be:8080;
DIRECT";
}
I put this file on an internal webserver, configured...
Situation:
- an AP which supports 11Mbs and 54Mbs
- clients that support 11Mbs
What happens when two 11Mbs clients connect to the AP? Are they sharing an 11Mbs connection? Or does the AP create a 11Mbs connection for every client?
Thanks in advance for you reply,
Remco
PS I assume this...
Hi,
Does anyone know if there is software out there that we can use to monitor multiple pcs at once? We need this to monitor all (16) pcs in a classroom, so it would be ideal if we could split up the screen of the 17th pc so that you can see what each student is doing.
Thanks in advance for...
Is there a way I can put the following commands on one line:
oUser.Put "samAccountName","Jo"
oUser.Put "givenName","Jo"
oUser.Put "sn","Brown"
oUser.Put "userPrincipalName","jo@reskit.com"
I need something like this:
oUser.Put "samAccountName","Jo";oUser.Put "givenName","Jo";oUser.Put...
Hi,
I want to be able to change the hostname of an XP pc through the command line.
I have searched the internet, but I cannot find anything besides netset.exe, which was included in the Win2000 Resource Kit (but it's not in the XP resource kit!?).
I found out that over 30 registry entries...
Hi Paul,
did you ever solve this problem?
I am experience the exact same thing; page cannot be displayed when using ISA, but works without ISA. (different site, but that doesn't matter really)
Thanks,
Remco
Hi,
I am reviewing IMail to use in our organisation (700 users, 4 servers). I was wondering if it is possible to set up a global address book to be accessed through LDAP that contains all users from all servers.
I know how to configure LDAP, but if I query serverA, I only get the users on...
Most websites are accessible through ISA, some are not.
I noticed this while accessing IBM.com; the site loads, except for the downloads-section. This section does work when I do not go via our ISA server, using the internet connection.
The strange thing is that I get an 'our apologies'-page...
Like I said in my post; it is not a network issue. It is not a mappings issue either.
If we encounter the problem, we can still access everything else on the network, we can still logon to the server via terminal services or pcAnywhere, everything on the server still works, except for the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.