Windows Server 2008 IIS Random disconnect The Next CEO of Stack OverflowHow do you find what...
How do spells that require an ability check vs. the caster's spell save DC work?
Why do remote companies require working in the US?
How do I construct this japanese bowl?
How do I go from 300 unfinished/half written blog posts, to published posts?
How should I support this large drywall patch?
% symbol leads to superlong (forever?) compilations
Apart from "berlinern", do any other German dialects have a corresponding verb?
How easy is it to start Magic from scratch?
What does this shorthand mean?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Why does standard notation not preserve intervals (visually)
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Putting a 2D region plot under a 3D plot
Is it okay to store user locations?
How to make a variable always equal to the result of some calculations?
What do "high sea" and "carry" mean in this sentence?
Fastest way to shutdown Ubuntu Mate 18.10
How to be diplomatic in refusing to write code that breaches the privacy of our users
Too much space between section and text in a twocolumn document
What's the point of interval inversion?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
Go Pregnant or Go Home
What happens if you roll doubles 3 times then land on "Go to jail?"
Describing a person. What needs to be mentioned?
Windows Server 2008 IIS Random disconnect
The Next CEO of Stack OverflowHow do you find what process is holding a file open in Windows?Windows Server 2008 IISDisable IIS service on Windows Server 2008IIS 7.5 on Windows 2008 R2 - Size limit of requestTCP Window Size going to 0 / Wget stops downloading?IIS 8 on Windows Server 2008 R2IIS 7.5, Windows Server 2008, and Random 504 Gateway TimeoutOracle 11g TNSLSNR LAST_ACK connection floodingApache proxy HTTP CONNECT method handshake failure between Apache server and destination server
I am having a bit of a quirk with my IIS server. I'm running my IIS with 2 sets of IPs configured, one in the 192 range and the other in 172 range.
I then have multiple apps which will talk to this server for information. Server has no AV or firewalls configured.
I noticed that my apps when talking to the server on the 172 range, at random intervals, the server would just not respond. My apps would then disconnect and just try again, and every thing would be fine. This doesn't happen on the 192 range.
So what I did is on a Linux box I did a watch command and to wget a file every half second on the 172 and 192 IPs. I noticed the same issue, every once in awhile wget on the 172 range would not get through, but there is no issues at all on 192.
Thus I went around to Wireshark and did a dump. This is the last 3 packets, no other packets were received.
7010 100.871877 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818795 TSER=1660246133
7011 100.872238 200.100.30.7 172.0.0.1 TCP 59619 > http [FIN, ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
7013 100.873081 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=141 Ack=85243 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
So this is my issue, there is a random disconnect every once in awhile. The server doesn't receive the next SYN packet.
HELP?
windows iis http
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am having a bit of a quirk with my IIS server. I'm running my IIS with 2 sets of IPs configured, one in the 192 range and the other in 172 range.
I then have multiple apps which will talk to this server for information. Server has no AV or firewalls configured.
I noticed that my apps when talking to the server on the 172 range, at random intervals, the server would just not respond. My apps would then disconnect and just try again, and every thing would be fine. This doesn't happen on the 192 range.
So what I did is on a Linux box I did a watch command and to wget a file every half second on the 172 and 192 IPs. I noticed the same issue, every once in awhile wget on the 172 range would not get through, but there is no issues at all on 192.
Thus I went around to Wireshark and did a dump. This is the last 3 packets, no other packets were received.
7010 100.871877 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818795 TSER=1660246133
7011 100.872238 200.100.30.7 172.0.0.1 TCP 59619 > http [FIN, ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
7013 100.873081 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=141 Ack=85243 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
So this is my issue, there is a random disconnect every once in awhile. The server doesn't receive the next SYN packet.
HELP?
windows iis http
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am having a bit of a quirk with my IIS server. I'm running my IIS with 2 sets of IPs configured, one in the 192 range and the other in 172 range.
I then have multiple apps which will talk to this server for information. Server has no AV or firewalls configured.
I noticed that my apps when talking to the server on the 172 range, at random intervals, the server would just not respond. My apps would then disconnect and just try again, and every thing would be fine. This doesn't happen on the 192 range.
So what I did is on a Linux box I did a watch command and to wget a file every half second on the 172 and 192 IPs. I noticed the same issue, every once in awhile wget on the 172 range would not get through, but there is no issues at all on 192.
Thus I went around to Wireshark and did a dump. This is the last 3 packets, no other packets were received.
7010 100.871877 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818795 TSER=1660246133
7011 100.872238 200.100.30.7 172.0.0.1 TCP 59619 > http [FIN, ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
7013 100.873081 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=141 Ack=85243 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
So this is my issue, there is a random disconnect every once in awhile. The server doesn't receive the next SYN packet.
HELP?
windows iis http
I am having a bit of a quirk with my IIS server. I'm running my IIS with 2 sets of IPs configured, one in the 192 range and the other in 172 range.
I then have multiple apps which will talk to this server for information. Server has no AV or firewalls configured.
I noticed that my apps when talking to the server on the 172 range, at random intervals, the server would just not respond. My apps would then disconnect and just try again, and every thing would be fine. This doesn't happen on the 192 range.
So what I did is on a Linux box I did a watch command and to wget a file every half second on the 172 and 192 IPs. I noticed the same issue, every once in awhile wget on the 172 range would not get through, but there is no issues at all on 192.
Thus I went around to Wireshark and did a dump. This is the last 3 packets, no other packets were received.
7010 100.871877 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818795 TSER=1660246133
7011 100.872238 200.100.30.7 172.0.0.1 TCP 59619 > http [FIN, ACK] Seq=140 Ack=85242 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
7013 100.873081 200.100.30.7 172.0.0.1 TCP 59619 > http [ACK] Seq=141 Ack=85243 Win=64128 Len=0 TSV=1072818796 TSER=1660246133
So this is my issue, there is a random disconnect every once in awhile. The server doesn't receive the next SYN packet.
HELP?
windows iis http
windows iis http
edited Nov 26 '12 at 17:07
user130370
asked Nov 26 '12 at 16:27
d123d123
1022
1022
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
That sounds familiar:
Http.sys intermittently ends TCP/IP connections in Windows 7 or in Windows Server 2008 R2
https://support.microsoft.com/kb/2618425
However that hotfix is superseded. A more recent http.sys is available here:
https://support.microsoft.com/kb/2763973
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f452267%2fwindows-server-2008-iis-random-disconnect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
That sounds familiar:
Http.sys intermittently ends TCP/IP connections in Windows 7 or in Windows Server 2008 R2
https://support.microsoft.com/kb/2618425
However that hotfix is superseded. A more recent http.sys is available here:
https://support.microsoft.com/kb/2763973
add a comment |
That sounds familiar:
Http.sys intermittently ends TCP/IP connections in Windows 7 or in Windows Server 2008 R2
https://support.microsoft.com/kb/2618425
However that hotfix is superseded. A more recent http.sys is available here:
https://support.microsoft.com/kb/2763973
add a comment |
That sounds familiar:
Http.sys intermittently ends TCP/IP connections in Windows 7 or in Windows Server 2008 R2
https://support.microsoft.com/kb/2618425
However that hotfix is superseded. A more recent http.sys is available here:
https://support.microsoft.com/kb/2763973
That sounds familiar:
Http.sys intermittently ends TCP/IP connections in Windows 7 or in Windows Server 2008 R2
https://support.microsoft.com/kb/2618425
However that hotfix is superseded. A more recent http.sys is available here:
https://support.microsoft.com/kb/2763973
answered Nov 26 '12 at 17:06
Greg AskewGreg Askew
29.1k33768
29.1k33768
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f452267%2fwindows-server-2008-iis-random-disconnect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown