|
Related Topics:
| The page cannot be displayed - When I access sites that require me to use login or password I get the message "The page cannot be For instance if I go to I can look at every link they have except "My When I click on that tab I get..
Page Cannot Be Displayed. - The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be Please help.
ASP.NET Page cannot be displayed. - Hi I am using Windows 2003 server on my machine and have an ASP.NET that loads files, parses them and loads in the database. I have the and the tag in the file to values...
"Page Cannot Be Displayed" - I developed a website using ASP on my machine running Windows XP. After moving it from XP to Windows 2003, I changed the default web page to look at the new folder the website, the default pages work fine, but the moment I move to a..
The page cannot be displayed... - I my hard drive. It wasn't a real as in adding a separate OS. I some sort of virus, and it wouldn't start. So I created another instance of Windows XP.which added a folder on my C drive. I ended..
|
|
|
Next: IIS: the future of fpse
|
| Author |
Message |
External

Since: Oct 31, 2007 Posts: 12
|
(Msg. 1) Posted: Wed Oct 31, 2007 4:55 am
Post subject: Page cannot be displayed Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's, one XT
and one MT and have installed the latest drivers.
The Server has Windows 2003 SP2 installed.
I'm using IIS to connect to an SSL page that distributes the AV software.
When both cards are enabled I get the "Page cannot be displayed error" but
as soon as the second card is disabled the site works fine.
I've deleted and replaced the site certificate, I've looked at the IIS logs
which give the "connections_refused" error. On running WFetch I get "Failed
to negotiate secure connection with localhost".
I've tried re-installing IIS but it doesn't make any difference and I can't
find any pointers.
Has anyone any idea what could be causing this?
Fiona >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2007 Posts: 31
|
(Msg. 2) Posted: Wed Oct 31, 2007 9:04 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
so you installed some AV product that has its own web app hosted on IIS?
What your saying doesnt really make much sense. as far as IIS is concerned
it shouldnt matter what you do with the network cards.
so your saying from a workstation if you go to http://server/webapp (not
from the server) with only one card enabled it works fine?
but if you enable the second card it tells you the server cant be found?
did you try accessing it by IP rather than by server name?
please give some more detail as to how you are testing this.
Justin
"Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
>I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's, one XT
> and one MT and have installed the latest drivers.
>
> The Server has Windows 2003 SP2 installed.
>
> I'm using IIS to connect to an SSL page that distributes the AV software.
>
> When both cards are enabled I get the "Page cannot be displayed error" but
> as soon as the second card is disabled the site works fine.
>
> I've deleted and replaced the site certificate, I've looked at the IIS
> logs
> which give the "connections_refused" error. On running WFetch I get
> "Failed
> to negotiate secure connection with localhost".
>
> I've tried re-installing IIS but it doesn't make any difference and I
> can't
> find any pointers.
>
> Has anyone any idea what could be causing this?
>
> Fiona >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 31, 2007 Posts: 12
|
(Msg. 3) Posted: Wed Oct 31, 2007 9:04 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Justin,
The website is accessed by the IP Address. When both nics are enabled
http://localhost isn't even available but the second you disable the second
nic it is?
I know it doesn't make sense but that is what happens.
Fiona
"Justin Rich" wrote:
> so you installed some AV product that has its own web app hosted on IIS?
>
> What your saying doesnt really make much sense. as far as IIS is concerned
> it shouldnt matter what you do with the network cards.
>
> so your saying from a workstation if you go to http://server/webapp (not
> from the server) with only one card enabled it works fine?
> but if you enable the second card it tells you the server cant be found?
>
> did you try accessing it by IP rather than by server name?
>
> please give some more detail as to how you are testing this.
>
> Justin
>
>
> "Fiona" <Fiona DeleteThis @discussions.microsoft.com> wrote in message
> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
> >I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's, one XT
> > and one MT and have installed the latest drivers.
> >
> > The Server has Windows 2003 SP2 installed.
> >
> > I'm using IIS to connect to an SSL page that distributes the AV software.
> >
> > When both cards are enabled I get the "Page cannot be displayed error" but
> > as soon as the second card is disabled the site works fine.
> >
> > I've deleted and replaced the site certificate, I've looked at the IIS
> > logs
> > which give the "connections_refused" error. On running WFetch I get
> > "Failed
> > to negotiate secure connection with localhost".
> >
> > I've tried re-installing IIS but it doesn't make any difference and I
> > can't
> > find any pointers.
> >
> > Has anyone any idea what could be causing this?
> >
> > Fiona
>
>
> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2007 Posts: 31
|
(Msg. 4) Posted: Wed Oct 31, 2007 10:51 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
are you able to ping both nics ok from another machine?
did you make any changes to IIS? perhaps once you enable the second NIC
restart IIS?
that is just really odd because technincally when you use localhost it
resolves to 127.0.0.1 which is a special loopback address and should have
nothing to do with either nic.
it could possibly be an issue with the NICs conflicting in some way because
thats just not normal at all.
I guess what i would do is enable both NICS, reboot the box, and run a
netstat -a at the command prompt. you should see, for a local address,
server:http in there, some times with dual nics if its open on one ip and
not the other it will show the ip instead of the server name. that might
give us some indication as to whats going on here..
"Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
> Hi Justin,
>
> The website is accessed by the IP Address. When both nics are enabled
> http://localhost isn't even available but the second you disable the
> second
> nic it is?
>
> I know it doesn't make sense but that is what happens.
>
> Fiona
>
> "Justin Rich" wrote:
>
>> so you installed some AV product that has its own web app hosted on IIS?
>>
>> What your saying doesnt really make much sense. as far as IIS is
>> concerned
>> it shouldnt matter what you do with the network cards.
>>
>> so your saying from a workstation if you go to http://server/webapp (not
>> from the server) with only one card enabled it works fine?
>> but if you enable the second card it tells you the server cant be found?
>>
>> did you try accessing it by IP rather than by server name?
>>
>> please give some more detail as to how you are testing this.
>>
>> Justin
>>
>>
>> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
>> >I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's, one
>> >XT
>> > and one MT and have installed the latest drivers.
>> >
>> > The Server has Windows 2003 SP2 installed.
>> >
>> > I'm using IIS to connect to an SSL page that distributes the AV
>> > software.
>> >
>> > When both cards are enabled I get the "Page cannot be displayed error"
>> > but
>> > as soon as the second card is disabled the site works fine.
>> >
>> > I've deleted and replaced the site certificate, I've looked at the IIS
>> > logs
>> > which give the "connections_refused" error. On running WFetch I get
>> > "Failed
>> > to negotiate secure connection with localhost".
>> >
>> > I've tried re-installing IIS but it doesn't make any difference and I
>> > can't
>> > find any pointers.
>> >
>> > Has anyone any idea what could be causing this?
>> >
>> > Fiona
>>
>>
>> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 31, 2007 Posts: 12
|
(Msg. 5) Posted: Thu Nov 01, 2007 2:28 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Justin,
Well this is odd. Last night the website just wouldn't work at all even
though all of the services were started. It didn't matter if one or two of
the nics were enabled it just wouldn't work.
I rebooted the server overnight and now the website is working with both
nics enabled?
I'm guessing this must be some kind of memory leakage and that the enabling
and disabling of the second nic was just a red herring?
I'm not familiar with memory leakage issues so I'm not sure where to begin
in tracking that down.
I am thinking its probably the AV software as the version was updated
recently but I can see nothing on Trend's site to indicate this.
Fiona
"Justin Rich" wrote:
> are you able to ping both nics ok from another machine?
> did you make any changes to IIS? perhaps once you enable the second NIC
> restart IIS?
>
> that is just really odd because technincally when you use localhost it
> resolves to 127.0.0.1 which is a special loopback address and should have
> nothing to do with either nic.
>
> it could possibly be an issue with the NICs conflicting in some way because
> thats just not normal at all.
>
> I guess what i would do is enable both NICS, reboot the box, and run a
> netstat -a at the command prompt. you should see, for a local address,
> server:http in there, some times with dual nics if its open on one ip and
> not the other it will show the ip instead of the server name. that might
> give us some indication as to whats going on here..
>
> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
> news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
> > Hi Justin,
> >
> > The website is accessed by the IP Address. When both nics are enabled
> > http://localhost isn't even available but the second you disable the
> > second
> > nic it is?
> >
> > I know it doesn't make sense but that is what happens.
> >
> > Fiona
> >
> > "Justin Rich" wrote:
> >
> >> so you installed some AV product that has its own web app hosted on IIS?
> >>
> >> What your saying doesnt really make much sense. as far as IIS is
> >> concerned
> >> it shouldnt matter what you do with the network cards.
> >>
> >> so your saying from a workstation if you go to http://server/webapp (not
> >> from the server) with only one card enabled it works fine?
> >> but if you enable the second card it tells you the server cant be found?
> >>
> >> did you try accessing it by IP rather than by server name?
> >>
> >> please give some more detail as to how you are testing this.
> >>
> >> Justin
> >>
> >>
> >> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
> >> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
> >> >I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's, one
> >> >XT
> >> > and one MT and have installed the latest drivers.
> >> >
> >> > The Server has Windows 2003 SP2 installed.
> >> >
> >> > I'm using IIS to connect to an SSL page that distributes the AV
> >> > software.
> >> >
> >> > When both cards are enabled I get the "Page cannot be displayed error"
> >> > but
> >> > as soon as the second card is disabled the site works fine.
> >> >
> >> > I've deleted and replaced the site certificate, I've looked at the IIS
> >> > logs
> >> > which give the "connections_refused" error. On running WFetch I get
> >> > "Failed
> >> > to negotiate secure connection with localhost".
> >> >
> >> > I've tried re-installing IIS but it doesn't make any difference and I
> >> > can't
> >> > find any pointers.
> >> >
> >> > Has anyone any idea what could be causing this?
> >> >
> >> > Fiona
> >>
> >>
> >>
>
>
> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2007 Posts: 31
|
(Msg. 6) Posted: Thu Nov 01, 2007 8:26 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
well if you bring up task manager and you can watch IIS grow and grow and
never release any memory, then, it could possibly be a leak... but i doubt
this would be the results of that. I think i would clean up your
connectivity issues before you try to figure out the IIS part. I would try
some of the things i had suggested below to get this working.
Also, if you have dual nic's make sure only one of them has a gateway. if
both have gateways set you run in to a problem.
try the tests below and let me know the outcome.
from your workstation
ping both interfaces via ip
ping via name
from the server
do a netstat -a and look for the http listening port
from your workstation
try to open the website root via both IP's and also by name
use telnet to connect to the webserver (telnet server 80)
"Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
news:276AFB40-7A2A-4CEA-A9CE-4842BEA66417@microsoft.com...
> Hi Justin,
>
> Well this is odd. Last night the website just wouldn't work at all even
> though all of the services were started. It didn't matter if one or two
> of
> the nics were enabled it just wouldn't work.
>
> I rebooted the server overnight and now the website is working with both
> nics enabled?
>
> I'm guessing this must be some kind of memory leakage and that the
> enabling
> and disabling of the second nic was just a red herring?
>
> I'm not familiar with memory leakage issues so I'm not sure where to begin
> in tracking that down.
>
> I am thinking its probably the AV software as the version was updated
> recently but I can see nothing on Trend's site to indicate this.
>
> Fiona
>
> "Justin Rich" wrote:
>
>> are you able to ping both nics ok from another machine?
>> did you make any changes to IIS? perhaps once you enable the second NIC
>> restart IIS?
>>
>> that is just really odd because technincally when you use localhost it
>> resolves to 127.0.0.1 which is a special loopback address and should have
>> nothing to do with either nic.
>>
>> it could possibly be an issue with the NICs conflicting in some way
>> because
>> thats just not normal at all.
>>
>> I guess what i would do is enable both NICS, reboot the box, and run a
>> netstat -a at the command prompt. you should see, for a local address,
>> server:http in there, some times with dual nics if its open on one ip and
>> not the other it will show the ip instead of the server name. that might
>> give us some indication as to whats going on here..
>>
>> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
>> news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
>> > Hi Justin,
>> >
>> > The website is accessed by the IP Address. When both nics are enabled
>> > http://localhost isn't even available but the second you disable the
>> > second
>> > nic it is?
>> >
>> > I know it doesn't make sense but that is what happens.
>> >
>> > Fiona
>> >
>> > "Justin Rich" wrote:
>> >
>> >> so you installed some AV product that has its own web app hosted on
>> >> IIS?
>> >>
>> >> What your saying doesnt really make much sense. as far as IIS is
>> >> concerned
>> >> it shouldnt matter what you do with the network cards.
>> >>
>> >> so your saying from a workstation if you go to http://server/webapp
>> >> (not
>> >> from the server) with only one card enabled it works fine?
>> >> but if you enable the second card it tells you the server cant be
>> >> found?
>> >>
>> >> did you try accessing it by IP rather than by server name?
>> >>
>> >> please give some more detail as to how you are testing this.
>> >>
>> >> Justin
>> >>
>> >>
>> >> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
>> >> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
>> >> >I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's,
>> >> >one
>> >> >XT
>> >> > and one MT and have installed the latest drivers.
>> >> >
>> >> > The Server has Windows 2003 SP2 installed.
>> >> >
>> >> > I'm using IIS to connect to an SSL page that distributes the AV
>> >> > software.
>> >> >
>> >> > When both cards are enabled I get the "Page cannot be displayed
>> >> > error"
>> >> > but
>> >> > as soon as the second card is disabled the site works fine.
>> >> >
>> >> > I've deleted and replaced the site certificate, I've looked at the
>> >> > IIS
>> >> > logs
>> >> > which give the "connections_refused" error. On running WFetch I get
>> >> > "Failed
>> >> > to negotiate secure connection with localhost".
>> >> >
>> >> > I've tried re-installing IIS but it doesn't make any difference and
>> >> > I
>> >> > can't
>> >> > find any pointers.
>> >> >
>> >> > Has anyone any idea what could be causing this?
>> >> >
>> >> > Fiona
>> >>
>> >>
>> >>
>>
>>
>> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 31, 2007 Posts: 12
|
(Msg. 7) Posted: Thu Nov 01, 2007 8:29 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Justin,
Well this problem seems to have been resolved by installing a patch for
Officescan 8, even though the site never gave any indication that this was a
known fault.
IIS has been working fine with both nics enabled since last night's reboot
whereas before it never labut I'll certainly update you if the problem
reoccurs.
I always doubted that something was wrong with the networking setup as it
had been working fine for around 2 years before upgrading the AV software,
the other suspect was SP2.
This was a strange one though.
Fiona
"Justin Rich" wrote:
> well if you bring up task manager and you can watch IIS grow and grow and
> never release any memory, then, it could possibly be a leak... but i doubt
> this would be the results of that. I think i would clean up your
> connectivity issues before you try to figure out the IIS part. I would try
> some of the things i had suggested below to get this working.
>
> Also, if you have dual nic's make sure only one of them has a gateway. if
> both have gateways set you run in to a problem.
>
> try the tests below and let me know the outcome.
>
> from your workstation
> ping both interfaces via ip
> ping via name
>
> from the server
> do a netstat -a and look for the http listening port
>
> from your workstation
> try to open the website root via both IP's and also by name
> use telnet to connect to the webserver (telnet server 80)
>
>
> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
> news:276AFB40-7A2A-4CEA-A9CE-4842BEA66417@microsoft.com...
> > Hi Justin,
> >
> > Well this is odd. Last night the website just wouldn't work at all even
> > though all of the services were started. It didn't matter if one or two
> > of
> > the nics were enabled it just wouldn't work.
> >
> > I rebooted the server overnight and now the website is working with both
> > nics enabled?
> >
> > I'm guessing this must be some kind of memory leakage and that the
> > enabling
> > and disabling of the second nic was just a red herring?
> >
> > I'm not familiar with memory leakage issues so I'm not sure where to begin
> > in tracking that down.
> >
> > I am thinking its probably the AV software as the version was updated
> > recently but I can see nothing on Trend's site to indicate this.
> >
> > Fiona
> >
> > "Justin Rich" wrote:
> >
> >> are you able to ping both nics ok from another machine?
> >> did you make any changes to IIS? perhaps once you enable the second NIC
> >> restart IIS?
> >>
> >> that is just really odd because technincally when you use localhost it
> >> resolves to 127.0.0.1 which is a special loopback address and should have
> >> nothing to do with either nic.
> >>
> >> it could possibly be an issue with the NICs conflicting in some way
> >> because
> >> thats just not normal at all.
> >>
> >> I guess what i would do is enable both NICS, reboot the box, and run a
> >> netstat -a at the command prompt. you should see, for a local address,
> >> server:http in there, some times with dual nics if its open on one ip and
> >> not the other it will show the ip instead of the server name. that might
> >> give us some indication as to whats going on here..
> >>
> >> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
> >> news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
> >> > Hi Justin,
> >> >
> >> > The website is accessed by the IP Address. When both nics are enabled
> >> > http://localhost isn't even available but the second you disable the
> >> > second
> >> > nic it is?
> >> >
> >> > I know it doesn't make sense but that is what happens.
> >> >
> >> > Fiona
> >> >
> >> > "Justin Rich" wrote:
> >> >
> >> >> so you installed some AV product that has its own web app hosted on
> >> >> IIS?
> >> >>
> >> >> What your saying doesnt really make much sense. as far as IIS is
> >> >> concerned
> >> >> it shouldnt matter what you do with the network cards.
> >> >>
> >> >> so your saying from a workstation if you go to http://server/webapp
> >> >> (not
> >> >> from the server) with only one card enabled it works fine?
> >> >> but if you enable the second card it tells you the server cant be
> >> >> found?
> >> >>
> >> >> did you try accessing it by IP rather than by server name?
> >> >>
> >> >> please give some more detail as to how you are testing this.
> >> >>
> >> >> Justin
> >> >>
> >> >>
> >> >> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
> >> >> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
> >> >> >I have a Server with two Intel Pro 1000 Gigabit Ethernet Adapter's,
> >> >> >one
> >> >> >XT
> >> >> > and one MT and have installed the latest drivers.
> >> >> >
> >> >> > The Server has Windows 2003 SP2 installed.
> >> >> >
> >> >> > I'm using IIS to connect to an SSL page that distributes the AV
> >> >> > software.
> >> >> >
> >> >> > When both cards are enabled I get the "Page cannot be displayed
> >> >> > error"
> >> >> > but
> >> >> > as soon as the second card is disabled the site works fine.
> >> >> >
> >> >> > I've deleted and replaced the site certificate, I've looked at the
> >> >> > IIS
> >> >> > logs
> >> >> > which give the "connections_refused" error. On running WFetch I get
> >> >> > "Failed
> >> >> > to negotiate secure connection with localhost".
> >> >> >
> >> >> > I've tried re-installing IIS but it doesn't make any difference and
> >> >> > I
> >> >> > can't
> >> >> > find any pointers.
> >> >> >
> >> >> > Has anyone any idea what could be causing this?
> >> >> >
> >> >> > Fiona
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2007 Posts: 31
|
(Msg. 8) Posted: Thu Nov 01, 2007 12:17 pm
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
thanks for the update, good luck
"Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
news:4A99A9F0-7674-4856-8E91-827B2C039D35@microsoft.com...
> Hi Justin,
>
> Well this problem seems to have been resolved by installing a patch for
> Officescan 8, even though the site never gave any indication that this was
> a
> known fault.
>
> IIS has been working fine with both nics enabled since last night's reboot
> whereas before it never labut I'll certainly update you if the problem
> reoccurs.
>
> I always doubted that something was wrong with the networking setup as it
> had been working fine for around 2 years before upgrading the AV software,
> the other suspect was SP2.
>
> This was a strange one though.
>
> Fiona
>
>
> "Justin Rich" wrote:
>
>> well if you bring up task manager and you can watch IIS grow and grow and
>> never release any memory, then, it could possibly be a leak... but i
>> doubt
>> this would be the results of that. I think i would clean up your
>> connectivity issues before you try to figure out the IIS part. I would
>> try
>> some of the things i had suggested below to get this working.
>>
>> Also, if you have dual nic's make sure only one of them has a gateway. if
>> both have gateways set you run in to a problem.
>>
>> try the tests below and let me know the outcome.
>>
>> from your workstation
>> ping both interfaces via ip
>> ping via name
>>
>> from the server
>> do a netstat -a and look for the http listening port
>>
>> from your workstation
>> try to open the website root via both IP's and also by name
>> use telnet to connect to the webserver (telnet server 80)
>>
>>
>> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:276AFB40-7A2A-4CEA-A9CE-4842BEA66417@microsoft.com...
>> > Hi Justin,
>> >
>> > Well this is odd. Last night the website just wouldn't work at all
>> > even
>> > though all of the services were started. It didn't matter if one or
>> > two
>> > of
>> > the nics were enabled it just wouldn't work.
>> >
>> > I rebooted the server overnight and now the website is working with
>> > both
>> > nics enabled?
>> >
>> > I'm guessing this must be some kind of memory leakage and that the
>> > enabling
>> > and disabling of the second nic was just a red herring?
>> >
>> > I'm not familiar with memory leakage issues so I'm not sure where to
>> > begin
>> > in tracking that down.
>> >
>> > I am thinking its probably the AV software as the version was updated
>> > recently but I can see nothing on Trend's site to indicate this.
>> >
>> > Fiona
>> >
>> > "Justin Rich" wrote:
>> >
>> >> are you able to ping both nics ok from another machine?
>> >> did you make any changes to IIS? perhaps once you enable the second
>> >> NIC
>> >> restart IIS?
>> >>
>> >> that is just really odd because technincally when you use localhost it
>> >> resolves to 127.0.0.1 which is a special loopback address and should
>> >> have
>> >> nothing to do with either nic.
>> >>
>> >> it could possibly be an issue with the NICs conflicting in some way
>> >> because
>> >> thats just not normal at all.
>> >>
>> >> I guess what i would do is enable both NICS, reboot the box, and run a
>> >> netstat -a at the command prompt. you should see, for a local address,
>> >> server:http in there, some times with dual nics if its open on one ip
>> >> and
>> >> not the other it will show the ip instead of the server name. that
>> >> might
>> >> give us some indication as to whats going on here..
>> >>
>> >> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
>> >> news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
>> >> > Hi Justin,
>> >> >
>> >> > The website is accessed by the IP Address. When both nics are
>> >> > enabled
>> >> > http://localhost isn't even available but the second you disable the
>> >> > second
>> >> > nic it is?
>> >> >
>> >> > I know it doesn't make sense but that is what happens.
>> >> >
>> >> > Fiona
>> >> >
>> >> > "Justin Rich" wrote:
>> >> >
>> >> >> so you installed some AV product that has its own web app hosted on
>> >> >> IIS?
>> >> >>
>> >> >> What your saying doesnt really make much sense. as far as IIS is
>> >> >> concerned
>> >> >> it shouldnt matter what you do with the network cards.
>> >> >>
>> >> >> so your saying from a workstation if you go to http://server/webapp
>> >> >> (not
>> >> >> from the server) with only one card enabled it works fine?
>> >> >> but if you enable the second card it tells you the server cant be
>> >> >> found?
>> >> >>
>> >> >> did you try accessing it by IP rather than by server name?
>> >> >>
>> >> >> please give some more detail as to how you are testing this.
>> >> >>
>> >> >> Justin
>> >> >>
>> >> >>
>> >> >> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
>> >> >> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
>> >> >> >I have a Server with two Intel Pro 1000 Gigabit Ethernet
>> >> >> >Adapter's,
>> >> >> >one
>> >> >> >XT
>> >> >> > and one MT and have installed the latest drivers.
>> >> >> >
>> >> >> > The Server has Windows 2003 SP2 installed.
>> >> >> >
>> >> >> > I'm using IIS to connect to an SSL page that distributes the AV
>> >> >> > software.
>> >> >> >
>> >> >> > When both cards are enabled I get the "Page cannot be displayed
>> >> >> > error"
>> >> >> > but
>> >> >> > as soon as the second card is disabled the site works fine.
>> >> >> >
>> >> >> > I've deleted and replaced the site certificate, I've looked at
>> >> >> > the
>> >> >> > IIS
>> >> >> > logs
>> >> >> > which give the "connections_refused" error. On running WFetch I
>> >> >> > get
>> >> >> > "Failed
>> >> >> > to negotiate secure connection with localhost".
>> >> >> >
>> >> >> > I've tried re-installing IIS but it doesn't make any difference
>> >> >> > and
>> >> >> > I
>> >> >> > can't
>> >> >> > find any pointers.
>> >> >> >
>> >> >> > Has anyone any idea what could be causing this?
>> >> >> >
>> >> >> > Fiona
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 31, 2007 Posts: 12
|
(Msg. 9) Posted: Fri Nov 02, 2007 4:40 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Justin,
As suspected the problem has re-occurred.
Netstat -a shows:
TCP xxxx-xx-xx:http xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
TCP xxxx-xx-xx:epmap xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
TCP xxxx-xx-xx:https xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
TCP xxxx-xx-xx:microsoft-ds xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
Only one nic has a gateway and is accessible from my desktop
I can ping one nic from my desktop.
The second nic is used for backup and can be pinged from the backup server.
The website is set to use only one ip, not all unassigned.
When I try telnetting to the ip used for the site it kicks me out as soon as
I try to type anything.
Pinging via name is successful.
Disabling the second nic has enabled the website again! The day before
yesterday it wouldn't work without a reboot!
I hope you can suggest something as this is extremely frustrating and I
can't keep rebooting the server or disabling the nic as it's used for backup.
Fiona
"Justin Rich" wrote:
> thanks for the update, good luck
>
> "Fiona" <Fiona RemoveThis @discussions.microsoft.com> wrote in message
> news:4A99A9F0-7674-4856-8E91-827B2C039D35@microsoft.com...
> > Hi Justin,
> >
> > Well this problem seems to have been resolved by installing a patch for
> > Officescan 8, even though the site never gave any indication that this was
> > a
> > known fault.
> >
> > IIS has been working fine with both nics enabled since last night's reboot
> > whereas before it never labut I'll certainly update you if the problem
> > reoccurs.
> >
> > I always doubted that something was wrong with the networking setup as it
> > had been working fine for around 2 years before upgrading the AV software,
> > the other suspect was SP2.
> >
> > This was a strange one though.
> >
> > Fiona
> >
> >
> > "Justin Rich" wrote:
> >
> >> well if you bring up task manager and you can watch IIS grow and grow and
> >> never release any memory, then, it could possibly be a leak... but i
> >> doubt
> >> this would be the results of that. I think i would clean up your
> >> connectivity issues before you try to figure out the IIS part. I would
> >> try
> >> some of the things i had suggested below to get this working.
> >>
> >> Also, if you have dual nic's make sure only one of them has a gateway. if
> >> both have gateways set you run in to a problem.
> >>
> >> try the tests below and let me know the outcome.
> >>
> >> from your workstation
> >> ping both interfaces via ip
> >> ping via name
> >>
> >> from the server
> >> do a netstat -a and look for the http listening port
> >>
> >> from your workstation
> >> try to open the website root via both IP's and also by name
> >> use telnet to connect to the webserver (telnet server 80)
> >>
> >>
> >> "Fiona" <Fiona RemoveThis @discussions.microsoft.com> wrote in message
> >> news:276AFB40-7A2A-4CEA-A9CE-4842BEA66417@microsoft.com...
> >> > Hi Justin,
> >> >
> >> > Well this is odd. Last night the website just wouldn't work at all
> >> > even
> >> > though all of the services were started. It didn't matter if one or
> >> > two
> >> > of
> >> > the nics were enabled it just wouldn't work.
> >> >
> >> > I rebooted the server overnight and now the website is working with
> >> > both
> >> > nics enabled?
> >> >
> >> > I'm guessing this must be some kind of memory leakage and that the
> >> > enabling
> >> > and disabling of the second nic was just a red herring?
> >> >
> >> > I'm not familiar with memory leakage issues so I'm not sure where to
> >> > begin
> >> > in tracking that down.
> >> >
> >> > I am thinking its probably the AV software as the version was updated
> >> > recently but I can see nothing on Trend's site to indicate this.
> >> >
> >> > Fiona
> >> >
> >> > "Justin Rich" wrote:
> >> >
> >> >> are you able to ping both nics ok from another machine?
> >> >> did you make any changes to IIS? perhaps once you enable the second
> >> >> NIC
> >> >> restart IIS?
> >> >>
> >> >> that is just really odd because technincally when you use localhost it
> >> >> resolves to 127.0.0.1 which is a special loopback address and should
> >> >> have
> >> >> nothing to do with either nic.
> >> >>
> >> >> it could possibly be an issue with the NICs conflicting in some way
> >> >> because
> >> >> thats just not normal at all.
> >> >>
> >> >> I guess what i would do is enable both NICS, reboot the box, and run a
> >> >> netstat -a at the command prompt. you should see, for a local address,
> >> >> server:http in there, some times with dual nics if its open on one ip
> >> >> and
> >> >> not the other it will show the ip instead of the server name. that
> >> >> might
> >> >> give us some indication as to whats going on here..
> >> >>
> >> >> "Fiona" <Fiona RemoveThis @discussions.microsoft.com> wrote in message
> >> >> news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
> >> >> > Hi Justin,
> >> >> >
> >> >> > The website is accessed by the IP Address. When both nics are
> >> >> > enabled
> >> >> > http://localhost isn't even available but the second you disable the
> >> >> > second
> >> >> > nic it is?
> >> >> >
> >> >> > I know it doesn't make sense but that is what happens.
> >> >> >
> >> >> > Fiona
> >> >> >
> >> >> > "Justin Rich" wrote:
> >> >> >
> >> >> >> so you installed some AV product that has its own web app hosted on
> >> >> >> IIS?
> >> >> >>
> >> >> >> What your saying doesnt really make much sense. as far as IIS is
> >> >> >> concerned
> >> >> >> it shouldnt matter what you do with the network cards.
> >> >> >>
> >> >> >> so your saying from a workstation if you go to http://server/webapp
> >> >> >> (not
> >> >> >> from the server) with only one card enabled it works fine?
> >> >> >> but if you enable the second card it tells you the server cant be
> >> >> >> found?
> >> >> >>
> >> >> >> did you try accessing it by IP rather than by server name?
> >> >> >>
> >> >> >> please give some more detail as to how you are testing this.
> >> >> >>
> >> >> >> Justin
> >> >> >>
> >> >> >>
> >> >> >> "Fiona" <Fiona RemoveThis @discussions.microsoft.com> wrote in message
> >> >> >> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
> >> >> >> >I have a Server with two Intel Pro 1000 Gigabit Ethernet
> >> >> >> >Adapter's,
> >> >> >> >one
> >> >> >> >XT
> >> >> >> > and one MT and have installed the latest drivers.
> >> >> >> >
> >> >> >> > The Server has Windows 2003 SP2 installed.
> >> >> >> >
> >> >> >> > I'm using IIS to connect to an SSL page that distributes the AV
> >> >> >> > software.
> >> >> >> >
> >> >> >> > When both cards are enabled I get the "Page cannot be displayed
> >> >> >> > error"
> >> >> >> > but
> >> >> >> > as soon as the second card is disabled the site works fine.
> >> >> >> >
> >> >> >> > I've deleted and replaced the site certificate, I've looked at
> >> >> >> > the
> >> >> >> > IIS
> >> >> >> > logs
> >> >> >> > which give the "connections_refused" error. On running WFetch I
> >> >> >> > get
> >> >> >> > "Failed
> >> >> >> > to negotiate secure connection with localhost".
> >> >> >> >
> >> >> >> > I've tried re-installing IIS but it doesn't make any difference
> >> >> >> > and
> >> >> >> > I
> >> >> >> > can't
> >> >> >> > find any pointers.
> >> >> >> >
> >> >> >> > Has anyone any idea what could be causing this?
> >> >> >> >
> >> >> >> > Fiona
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2007 Posts: 31
|
(Msg. 10) Posted: Fri Nov 02, 2007 9:30 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
so the interesting part here is that a telnet connected and kicked you
out... you'll want to look at the IIS logs now to see why it kicked you out.
the logs are located at C:\WINDOWS\system32\LogFiles\W3SVC1
try the telnet again and then look at the logs. it should give some info as
to why you are being rejected.
"Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
news:94F222F8-7424-4764-A733-DEF8BA627728@microsoft.com...
> Hi Justin,
>
> As suspected the problem has re-occurred.
>
> Netstat -a shows:
> TCP xxxx-xx-xx:http xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> TCP xxxx-xx-xx:epmap xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> TCP xxxx-xx-xx:https xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> TCP xxxx-xx-xx:microsoft-ds xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
>
> Only one nic has a gateway and is accessible from my desktop
>
> I can ping one nic from my desktop.
>
> The second nic is used for backup and can be pinged from the backup
> server.
>
> The website is set to use only one ip, not all unassigned.
>
> When I try telnetting to the ip used for the site it kicks me out as soon
> as
> I try to type anything.
>
> Pinging via name is successful.
>
> Disabling the second nic has enabled the website again! The day before
> yesterday it wouldn't work without a reboot!
>
> I hope you can suggest something as this is extremely frustrating and I
> can't keep rebooting the server or disabling the nic as it's used for
> backup.
>
> Fiona
>
> "Justin Rich" wrote:
>
>> thanks for the update, good luck
>>
>> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
>> news:4A99A9F0-7674-4856-8E91-827B2C039D35@microsoft.com...
>> > Hi Justin,
>> >
>> > Well this problem seems to have been resolved by installing a patch for
>> > Officescan 8, even though the site never gave any indication that this
>> > was
>> > a
>> > known fault.
>> >
>> > IIS has been working fine with both nics enabled since last night's
>> > reboot
>> > whereas before it never labut I'll certainly update you if the problem
>> > reoccurs.
>> >
>> > I always doubted that something was wrong with the networking setup as
>> > it
>> > had been working fine for around 2 years before upgrading the AV
>> > software,
>> > the other suspect was SP2.
>> >
>> > This was a strange one though.
>> >
>> > Fiona
>> >
>> >
>> > "Justin Rich" wrote:
>> >
>> >> well if you bring up task manager and you can watch IIS grow and grow
>> >> and
>> >> never release any memory, then, it could possibly be a leak... but i
>> >> doubt
>> >> this would be the results of that. I think i would clean up your
>> >> connectivity issues before you try to figure out the IIS part. I would
>> >> try
>> >> some of the things i had suggested below to get this working.
>> >>
>> >> Also, if you have dual nic's make sure only one of them has a gateway.
>> >> if
>> >> both have gateways set you run in to a problem.
>> >>
>> >> try the tests below and let me know the outcome.
>> >>
>> >> from your workstation
>> >> ping both interfaces via ip
>> >> ping via name
>> >>
>> >> from the server
>> >> do a netstat -a and look for the http listening port
>> >>
>> >> from your workstation
>> >> try to open the website root via both IP's and also by name
>> >> use telnet to connect to the webserver (telnet server 80)
>> >>
>> >>
>> >> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
>> >> news:276AFB40-7A2A-4CEA-A9CE-4842BEA66417@microsoft.com...
>> >> > Hi Justin,
>> >> >
>> >> > Well this is odd. Last night the website just wouldn't work at all
>> >> > even
>> >> > though all of the services were started. It didn't matter if one or
>> >> > two
>> >> > of
>> >> > the nics were enabled it just wouldn't work.
>> >> >
>> >> > I rebooted the server overnight and now the website is working with
>> >> > both
>> >> > nics enabled?
>> >> >
>> >> > I'm guessing this must be some kind of memory leakage and that the
>> >> > enabling
>> >> > and disabling of the second nic was just a red herring?
>> >> >
>> >> > I'm not familiar with memory leakage issues so I'm not sure where to
>> >> > begin
>> >> > in tracking that down.
>> >> >
>> >> > I am thinking its probably the AV software as the version was
>> >> > updated
>> >> > recently but I can see nothing on Trend's site to indicate this.
>> >> >
>> >> > Fiona
>> >> >
>> >> > "Justin Rich" wrote:
>> >> >
>> >> >> are you able to ping both nics ok from another machine?
>> >> >> did you make any changes to IIS? perhaps once you enable the second
>> >> >> NIC
>> >> >> restart IIS?
>> >> >>
>> >> >> that is just really odd because technincally when you use localhost
>> >> >> it
>> >> >> resolves to 127.0.0.1 which is a special loopback address and
>> >> >> should
>> >> >> have
>> >> >> nothing to do with either nic.
>> >> >>
>> >> >> it could possibly be an issue with the NICs conflicting in some way
>> >> >> because
>> >> >> thats just not normal at all.
>> >> >>
>> >> >> I guess what i would do is enable both NICS, reboot the box, and
>> >> >> run a
>> >> >> netstat -a at the command prompt. you should see, for a local
>> >> >> address,
>> >> >> server:http in there, some times with dual nics if its open on one
>> >> >> ip
>> >> >> and
>> >> >> not the other it will show the ip instead of the server name. that
>> >> >> might
>> >> >> give us some indication as to whats going on here..
>> >> >>
>> >> >> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
>> >> >> news:1A7734C0-4CB6-475A-B33C-1D6C48DA25EB@microsoft.com...
>> >> >> > Hi Justin,
>> >> >> >
>> >> >> > The website is accessed by the IP Address. When both nics are
>> >> >> > enabled
>> >> >> > http://localhost isn't even available but the second you disable
>> >> >> > the
>> >> >> > second
>> >> >> > nic it is?
>> >> >> >
>> >> >> > I know it doesn't make sense but that is what happens.
>> >> >> >
>> >> >> > Fiona
>> >> >> >
>> >> >> > "Justin Rich" wrote:
>> >> >> >
>> >> >> >> so you installed some AV product that has its own web app hosted
>> >> >> >> on
>> >> >> >> IIS?
>> >> >> >>
>> >> >> >> What your saying doesnt really make much sense. as far as IIS is
>> >> >> >> concerned
>> >> >> >> it shouldnt matter what you do with the network cards.
>> >> >> >>
>> >> >> >> so your saying from a workstation if you go to
>> >> >> >> http://server/webapp
>> >> >> >> (not
>> >> >> >> from the server) with only one card enabled it works fine?
>> >> >> >> but if you enable the second card it tells you the server cant
>> >> >> >> be
>> >> >> >> found?
>> >> >> >>
>> >> >> >> did you try accessing it by IP rather than by server name?
>> >> >> >>
>> >> >> >> please give some more detail as to how you are testing this.
>> >> >> >>
>> >> >> >> Justin
>> >> >> >>
>> >> >> >>
>> >> >> >> "Fiona" <Fiona.RemoveThis@discussions.microsoft.com> wrote in message
>> >> >> >> news:075531E9-82CE-479F-BE1B-2EB05B7356D2@microsoft.com...
>> >> >> >> >I have a Server with two Intel Pro 1000 Gigabit Ethernet
>> >> >> >> >Adapter's,
>> >> >> >> >one
>> >> >> >> >XT
>> >> >> >> > and one MT and have installed the latest drivers.
>> >> >> >> >
>> >> >> >> > The Server has Windows 2003 SP2 installed.
>> >> >> >> >
>> >> >> >> > I'm using IIS to connect to an SSL page that distributes the
>> >> >> >> > AV
>> >> >> >> > software.
>> >> >> >> >
>> >> >> >> > When both cards are enabled I get the "Page cannot be
>> >> >> >> > displayed
>> >> >> >> > error"
>> >> >> >> > but
>> >> >> >> > as soon as the second card is disabled the site works fine.
>> >> >> >> >
>> >> >> >> > I've deleted and replaced the site certificate, I've looked at
>> >> >> >> > the
>> >> >> >> > IIS
>> >> >> >> > logs
>> >> >> >> > which give the "connections_refused" error. On running WFetch
>> >> >> >> > I
>> >> >> >> > get
>> >> >> >> > "Failed
>> >> >> >> > to negotiate secure connection with localhost".
>> >> >> >> >
>> >> >> >> > I've tried re-installing IIS but it doesn't make any
>> >> >> >> > difference
>> >> >> >> > and
>> >> >> >> > I
>> >> >> >> > can't
>> >> >> >> > find any pointers.
>> >> >> >> >
>> >> >> >> > Has anyone any idea what could be causing this?
>> >> >> >> >
>> >> >> >> > Fiona
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>> >> Stay informed about: Page cannot be displayed |
|
| Back to top |
|
 |  |
External

Since: Oct 31, 2007 Posts: 12
|
(Msg. 11) Posted: Fri Nov 02, 2007 9:30 am
Post subject: Re: Page cannot be displayed [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Nothing in those logs after 11:41, I tried telnetting at 14:13.
The httperr log shows:
2007-11-02 14:13:07 - - - - - - - - - 26_Connections_Refused -
2007-11-02 14:13:12 - - - - - - - - - 34_Connections_Refused -
2007-11-02 14:13:17 - - - - - - - - - 36_Connections_Refused -
2007-11-02 14:13:22 - - - - - - - - - 28_Connections_Refused -
2007-11-02 14:13:27 - - - - - - - - - 26_Connections_Refused -
2007-11-02 14:13:32 - - - - - - - - - 35_Connections_Refused -
2007-11-02 14:13:37 - - - - - - - - - 23_Connections_Refused -
2007-11-02 14:13:42 - - - - - - - - - 16_Connections_Refused -
2007-11-02 14:13:47 - - - - - - - - - 39_Connections_Refused -
2007-11-02 14:13:52 - - - - - - - - - 73_Connections_Refused -
2007-11-02 14:13:57 - - - - - - - - - 34_Connections_Refused -
2007-11-02 14:14:02 - - - - - - - - - 23_Connections_Refused -
2007-11-02 14:14:07 - - - - - - - - - 21_Connections_Refused -
2007-11-02 14:14:12 - - - - - - - - - 19_Connections_Refused -
2007-11-02 14:14:17 - - - - - - - - - 27_Connections_Refused -
2007-11-02 14:14:22 - - - - - - - - - 29_Connections_Refused -
2007-11-02 14:14:27 - - - - - - - - - 35_Connections_Refused -
2007-11-02 14:14:32 - - - - - - - - - 56_Connections_Refused -
2007-11-02 14:14:37 - - - - - - - - - 23_Connections_Refused -
2007-11-02 14:14:42 - - - - - - - - - 40_Connections_Refused -
2007-11-02 14:14:47 - - - - - - - - - 32_Connections_Refused -
2007-11-02 14:14:52 - - - - - - - - - 27_Connections_Refused -
2007-11-02 14:14:57 - - - - - - - - - 23_Connections_Refused -
Fiona
"Justin Rich" wrote:
> so the interesting part here is that a telnet connected and kicked you
> out... you'll want to look at the IIS logs now to see why it kicked you out.
>
> the logs are located at C:\WINDOWS\system32\LogFiles\W3SVC1
> try the telnet again and then look at the logs. it should give some info as
> to why you are being rejected.
>
> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
> news:94F222F8-7424-4764-A733-DEF8BA627728@microsoft.com...
> > Hi Justin,
> >
> > As suspected the problem has re-occurred.
> >
> > Netstat -a shows:
> > TCP xxxx-xx-xx:http xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> > TCP xxxx-xx-xx:epmap xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> > TCP xxxx-xx-xx:https xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> > TCP xxxx-xx-xx:microsoft-ds xxxx-xx-xx.xxxxx.nhs.uk:0 LISTENING
> >
> > Only one nic has a gateway and is accessible from my desktop
> >
> > I can ping one nic from my desktop.
> >
> > The second nic is used for backup and can be pinged from the backup
> > server.
> >
> > The website is set to use only one ip, not all unassigned.
> >
> > When I try telnetting to the ip used for the site it kicks me out as soon
> > as
> > I try to type anything.
> >
> > Pinging via name is successful.
> >
> > Disabling the second nic has enabled the website again! The day before
> > yesterday it wouldn't work without a reboot!
> >
> > I hope you can suggest something as this is extremely frustrating and I
> > can't keep rebooting the server or disabling the nic as it's used for
> > backup.
> >
> > Fiona
> >
> > "Justin Rich" wrote:
> >
> >> thanks for the update, good luck
> >>
> >> "Fiona" <Fiona.TakeThisOut@discussions.microsoft.com> wrote in message
> >> news:4A99A9F0-7674-4856-8E91-827B2C039D35@microsoft.com...
> >> > Hi Justin,
> >> >
> >> > Well this problem seems to have been resolved by installing a patch for
> >> > Officescan 8, even though the site never gave any indication that this
> >> > was
> >> > a
> >> > known fault.
> >> >
> >> > IIS has been working fine with both nics enabled since last night's
| | |