Hi,
Check your DNS settings. If possible change with other servers to see it's going better ....
A/
Main Topics
Browse All TopicsHello Everyone,
At our company's network connecting to a website is extremely slow. It can take up to 30 seconds before he connects to the website. After that the speeds are good.
I suspect it is the ISA server causing this. We don't have anything special configurated in the ISA. Only the standard rulings + OWA.
I hope someone has an idea what could be causing this.
Thnx in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here are the outputs of the ipconfig /all:
Windows IP-configuratie
Hostnaam . . . . . . . . . . . . : SSLISA01
Primair DNS-achtervoegsel. . . . .: schoollyndensteyn.local
Knooppunttype: . . . . . . . . . .: onbekend
IP-routering ingeschakeld. . . . .: ja
WINS-proxy ingeschakeld . . . . . : nee
DNS-achtervoegselzoeklijst
Ethernet-adapter LAN-verbinding:
Verbindingsspec. DNS-achtervoegsel:
Beschrijving . . . . . . . . . . .: HP NC320i PCIe Gigabit Server Adapter
Fysiek adres. . . . . . . . . . . : 00-1A-4B-0B-22-50
DHCP ingeschakeld:. . . . . . . . : nee
IP-adres. . . . . . . . . . . . . : 192.168.100.1
Subnetmasker. . . . . . . . . . . : 255.255.255.0
Standaard-gateway . . . . . . . . :
DNS-servers . . . . . . . . . . . : 192.168.100.10
Ethernet-adapter LAN-verbinding 2:
Verbindingsspec. DNS-achtervoegsel:
Beschrijving . . . . . . . . . . .: HP NC320T PCIe Gigabit Server Adapter
Fysiek adres. . . . . . . . . . . : 00-19-BB-CE-97-C0
DHCP ingeschakeld:. . . . . . . . : nee
IP-adres. . . . . . . . . . . . . : 10.0.0.152
Subnetmasker. . . . . . . . . . . : 255.255.255.0
Standaard-gateway . . . . . . . . : 10.0.0.138
DNS-servers . . . . . . . . . . . : 194.104.6.66
194.104.9.99
Unfortunately I have to be at work during the day time so could not get back to this since my initial post this morning. Your config is completely incorrect for an ISA server setup. ISA should have no knowledge about ISP dns settings for example.
This gives me a problem - You have now accepted an answer in my zone that, whilst working for you, has an answer that is completely against best-practice, against the setup and help guides provided for ISA, and would be the wrong solution to provide to any other person who asks a similar question and future and finds this post.
Keith ISA MVP
Delthrox,
ISA should not know about the external DNS - the main reasoning behind this being that ISA will then not be open to poisoned DNS injection and other such attacks. A second reason is based upon the publishing of internal services to the internet - this can cause a real issue unless you have split-brain dns implementations.
The ISA external NIC should either have NO dns entry in it all all OR should have the same inrternal DNS entry as the ones you have placed on the internal ISA nic. This forces ISA to use the same DNS resolvers as all your internal servers and clients ensuring consistency.
The ISP's (or any other public DNS service provider you want to use) should be set within the forwarders tab of your internal DNS servers - you can find this in the DNS mmc snap-in under administrative tools. it is worth being aware of this for all of your internal servers and clients also - none of these should have ANY reference to external DNS ip addresses. this approach makes sure that all servers and clients look to your dns servers first. If they cannot resolve the name then they contact the ip addresses set in the forwarders tab.
This approach also supports the different controls required when you have published services that you make available for both internal and external users.
Keith
You are welcome. Please note that the previous suggestions you were given are absolutely fine and bang on the button - except when ISA Server is involved, and then everything changes.
Finally, the reason why you see Anonymous is because this is by design.
If you have used the All Users authentication policy then you are stating that you do not care who uses that rule and that anyone is 'authorised' for it. ISA sees this and decides that if YOU do not care, then it doesn't either and so logs the source IP address and the user as anonymous.
If you have elected to use authenticated users only or an AD group then it is slightly different. For example, you - as a user - decide to access a web site through your browser. ISA receives the request, checks its rules and decides it is allowed. At this point, ISA sees this as an anonymous request from a source IP address and writes an anonymous log entry. ISA also sees that the rule is ONLY allowed by an AD group, for example. ISA now sends a request back to you asking for your credentials. Your web browser responds, ISA checks the cerdentials and then either allows or denies the request as per the AD group membership list. This time, ISA will write a second log entry with the users credentials rather than anonymous.
it is worth being aware of this as it is another key area. It is also why FTP clients often fail when using ISA. For example, a web browser has the capability of passing, upon request, the users credentials. An FTP client does NOT and so will work fine when the All Users (anonymous) access is used. However, if you use the AD group approach described above, it will fail because when ISA asks you for your credentials the ftp client will not know how to respond.
The way around this is to use the ISA Firewall Client. This acts as a wrapper, for want of a better expression, around the ftp client and other simialr sorts of 'dumb' apps. The ISA firewall client 'listens' for credential requests from the ISA Server and sends them back to ISA on behalf of the FTP or like-minded application.
This is one of the main reasons why we tend to put different requirements etc into their own rules ie one rule for outbound http, another for outbound smtp, another for DNS etc. It allows the granular control of which rules use All Users (personally I NEVER use that option) and which need AD or selective access to be granted.
I know this sounds like a diatribe but is core knowledge if you are going to get any more than about 10% return on investment from the ISA product. There is very little it cannot do once you know and understand the product.
Keith - ISA MVP
Business Accounts
Answer for Membership
by: keith_alabasterPosted on 2009-08-23 at 23:31:30ID: 25165966
provide the outputs of an ipconfig /all from the ISA server please