Server can ping but not browse to websites

Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default Server can ping but not browse to websites

    Hi,

    Can anyone help,

    I have a webserver(Windows 2000, IIS 5.0) that is unable to see any other
    web sites through the browser. I can ping other websites I just can't browse
    to them. This is a problem as one of my asp.net webpages creates
    System.Net.WebRequest objects and gets data from a webpage on an external
    site.

    A reboot fixes the problem, but only for a few days, and then it happens
    again.

    It sounds like I am filling up some sort of object or connection cache which
    gets cleared with a re-boot, but I can't find what or where this is.

    Any suggestions?

    Thanks,
    Nicky



    NickyW Guest

  2. Similar Questions and Discussions

    1. Ping Flash Media Server not working
      I just installed trial FMS on my XP Pc and I also installed IIS. I can login FMS control fine and see the applications ( this website sample code)...
    2. Can't ping or request server information?
      Hi, I downloaded the free developers edition of FMS2 last week to get my head around it before asking my company to buy it...only trouble is now...
    3. Two Websites/Two Databases One Server
      We have two websites on one server. The first website was created in FrontPage. On the "Home" page there is a link that takes the user to the other...
    4. No Websites are using this Publishing Server
      We are in a Windows Server 2003 Environment, and had been using contribute publishing services without incident for over a year. This particular...
    5. Can't ping many addresses, but can browse them fine
      I have a ADSL gateway and 5 PCs, all can browse fine, DNS resolution is fine, but I get Request Timed Out on most ping attempts. I can ping...
  3. #2

    Default ipconfig /flushdns?

    Nicky:

    I have no idea if this is even the problem, but have you cleared the DNS
    resolver cache to see if that resolves the issue before rebooting? The
    command is "ipconfig /flushdns." It's an easy thing to test for, so at least
    try that.

    Regards,
    Martin

    "NickyW" <nickyw@replytogroup.com> wrote in message
    news:Of%236qWqWEHA.1164@tk2msftngp13.phx.gbl...
    > Hi,
    >
    > Can anyone help,
    >
    > I have a webserver(Windows 2000, IIS 5.0) that is unable to see any other
    > web sites through the browser. I can ping other websites I just can't
    browse
    > to them. This is a problem as one of my asp.net webpages creates
    > System.Net.WebRequest objects and gets data from a webpage on an external
    > site.
    >
    > A reboot fixes the problem, but only for a few days, and then it happens
    > again.
    >
    > It sounds like I am filling up some sort of object or connection cache
    which
    > gets cleared with a re-boot, but I can't find what or where this is.
    >
    > Any suggestions?
    >
    > Thanks,
    > Nicky
    >
    >
    >

    MartinHTN Guest

  4. #3

    Default Re: Server can ping but not browse to websites

    NickyW wrote:
    > Hi,
    >
    > Can anyone help,
    >
    > I have a webserver(Windows 2000, IIS 5.0) that is unable to see any other
    > web sites through the browser. I can ping other websites I just can't browse
    > to them. This is a problem as one of my asp.net webpages creates
    > System.Net.WebRequest objects and gets data from a webpage on an external
    > site.
    >
    > A reboot fixes the problem, but only for a few days, and then it happens
    > again.
    can you telnet to the other site and request the page via typing a
    manual get command?

    telnet [url]www.foobar.com[/url] 80

    GET / HTTP/1.1
    Host:[url]www.foobar.com[/url]
    <CR><LF>

    regards, Felix
    Felix Zachlod Guest

  5. #4

    Default Re: ipconfig /flushdns?

    MartinHTN wrote:
    > Nicky:
    >
    > I have no idea if this is even the problem, but have you cleared the DNS
    > resolver cache to see if that resolves the issue before rebooting? The
    > command is "ipconfig /flushdns." It's an easy thing to test for, so at least
    > try that.
    So if he can ping the remote host I don't think its a DNS Problem, as
    the ping command does resolve from the DNS cache too (if TTL not expired)

    regards, Felix
    Felix Zachlod Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139