weird routes automatically being added to windows routing tableConfiguring Windows 2003 As A RouterRPC Server...
Hero deduces identity of a killer
putting logo on same line but after title, latex
Fear of getting stuck on one programming language / technology that is not used in my country
How does a computer interpret real numbers?
Why should universal income be universal?
Is this toilet slogan correct usage of the English language?
What should you do when eye contact makes your subordinate uncomfortable?
Temporarily disable WLAN internet access for children, but allow it for adults
Is there an injective, monotonically increasing, strictly concave function from the reals, to the reals?
The IT department bottlenecks progress. How should I handle this?
Can a Canadian Travel to the USA twice, less than 180 days each time?
Does the Linux kernel need a file system to run?
What if a revenant (monster) gains fire resistance?
Does Doodling or Improvising on the Piano Have Any Benefits?
Store Credit Card Information in Password Manager?
How can "mimic phobia" be cured or prevented?
Strong empirical falsification of quantum mechanics based on vacuum energy density
Pre-mixing cryogenic fuels and using only one fuel tank
Why would a new[] expression ever invoke a destructor?
Why "had" in "[something] we would have made had we used [something]"?
Review your own paper in Mathematics
Why does a simple loop result in ASYNC_NETWORK_IO waits?
Why Shazam when there is already Superman?
Has any country ever had 2 former presidents in jail simultaneously?
weird routes automatically being added to windows routing table
Configuring Windows 2003 As A RouterRPC Server Unavailable When Trying to Join W2003 Server to W2003 Active Directory Domainconnecting to server with multiple nics in other vlanInternet routing doesn't work in LAN on a two NIC's (WAN + LAN) Windows Server 2008 R2How to config two different ip and gateway on two different NICCan I implement network redundancy just with static routing tables?How to Sign in a domain of Ubuntu Server from Windows XP?OpenVPN client on a windows 7, packets not routedWeird routing between two networksWindows routing without gateway (but through interface). Is it possible?
On our windows 2003 domain, with XP clients, we have started seeing routes appearing in the routing tables on both the servers and the clients. The route is a /32 for another computer on the domain. The route gets added when one windows computer connects to another computer and needs to authenticate.
For example, if computer A with ip 10.0.1.5/24 browses the c: drive of computer B with ip 10.0.2.5/24, a static route will get added on computer B like so:
dest netmask gateway interface
10.0.1.5 255.255.255.255 10.0.2.1 10.0.2.5
This also happens on windows authenticated SQL server connections. It does not happen when computers A and B are on the same subnet.
None of the servers have RIP or any other routing protocols enabled, and there are no batch files etc setting routes automatically.
There is another windows domain that we manage with a near identical configuration that is not exhibiting this behaviour. The only difference with this domain is that it is not up to date with its patches.
Is this meant to be happening? Has anyone else seen this? Why is it needed when I have perfectly good default gateways set on all the computers on the domain?!
windows-server-2003 ip-routing
bumped to the homepage by Community♦ 13 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 |
On our windows 2003 domain, with XP clients, we have started seeing routes appearing in the routing tables on both the servers and the clients. The route is a /32 for another computer on the domain. The route gets added when one windows computer connects to another computer and needs to authenticate.
For example, if computer A with ip 10.0.1.5/24 browses the c: drive of computer B with ip 10.0.2.5/24, a static route will get added on computer B like so:
dest netmask gateway interface
10.0.1.5 255.255.255.255 10.0.2.1 10.0.2.5
This also happens on windows authenticated SQL server connections. It does not happen when computers A and B are on the same subnet.
None of the servers have RIP or any other routing protocols enabled, and there are no batch files etc setting routes automatically.
There is another windows domain that we manage with a near identical configuration that is not exhibiting this behaviour. The only difference with this domain is that it is not up to date with its patches.
Is this meant to be happening? Has anyone else seen this? Why is it needed when I have perfectly good default gateways set on all the computers on the domain?!
windows-server-2003 ip-routing
bumped to the homepage by Community♦ 13 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 |
On our windows 2003 domain, with XP clients, we have started seeing routes appearing in the routing tables on both the servers and the clients. The route is a /32 for another computer on the domain. The route gets added when one windows computer connects to another computer and needs to authenticate.
For example, if computer A with ip 10.0.1.5/24 browses the c: drive of computer B with ip 10.0.2.5/24, a static route will get added on computer B like so:
dest netmask gateway interface
10.0.1.5 255.255.255.255 10.0.2.1 10.0.2.5
This also happens on windows authenticated SQL server connections. It does not happen when computers A and B are on the same subnet.
None of the servers have RIP or any other routing protocols enabled, and there are no batch files etc setting routes automatically.
There is another windows domain that we manage with a near identical configuration that is not exhibiting this behaviour. The only difference with this domain is that it is not up to date with its patches.
Is this meant to be happening? Has anyone else seen this? Why is it needed when I have perfectly good default gateways set on all the computers on the domain?!
windows-server-2003 ip-routing
On our windows 2003 domain, with XP clients, we have started seeing routes appearing in the routing tables on both the servers and the clients. The route is a /32 for another computer on the domain. The route gets added when one windows computer connects to another computer and needs to authenticate.
For example, if computer A with ip 10.0.1.5/24 browses the c: drive of computer B with ip 10.0.2.5/24, a static route will get added on computer B like so:
dest netmask gateway interface
10.0.1.5 255.255.255.255 10.0.2.1 10.0.2.5
This also happens on windows authenticated SQL server connections. It does not happen when computers A and B are on the same subnet.
None of the servers have RIP or any other routing protocols enabled, and there are no batch files etc setting routes automatically.
There is another windows domain that we manage with a near identical configuration that is not exhibiting this behaviour. The only difference with this domain is that it is not up to date with its patches.
Is this meant to be happening? Has anyone else seen this? Why is it needed when I have perfectly good default gateways set on all the computers on the domain?!
windows-server-2003 ip-routing
windows-server-2003 ip-routing
asked Mar 22 '12 at 10:52
simonsimon
549518
549518
bumped to the homepage by Community♦ 13 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♦ 13 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
Is your default router routing all the traffic? or is there another router for the second network? In the latter case, your default router will send the route back to the client(your system) via a ICMP redirect or similar http://en.wikipedia.org/wiki/ICMP_Redirect_Message
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
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%2f372367%2fweird-routes-automatically-being-added-to-windows-routing-table%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
Is your default router routing all the traffic? or is there another router for the second network? In the latter case, your default router will send the route back to the client(your system) via a ICMP redirect or similar http://en.wikipedia.org/wiki/ICMP_Redirect_Message
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
add a comment |
Is your default router routing all the traffic? or is there another router for the second network? In the latter case, your default router will send the route back to the client(your system) via a ICMP redirect or similar http://en.wikipedia.org/wiki/ICMP_Redirect_Message
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
add a comment |
Is your default router routing all the traffic? or is there another router for the second network? In the latter case, your default router will send the route back to the client(your system) via a ICMP redirect or similar http://en.wikipedia.org/wiki/ICMP_Redirect_Message
Is your default router routing all the traffic? or is there another router for the second network? In the latter case, your default router will send the route back to the client(your system) via a ICMP redirect or similar http://en.wikipedia.org/wiki/ICMP_Redirect_Message
answered Mar 22 '12 at 11:13
DerekCDerekC
1065
1065
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
add a comment |
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
Good thought. But each subnet has only one gateway. We wiresharked the traffic on the "B" computer just now to make sure and it did not show any icmp traffic other than echo.
– simon
Mar 22 '12 at 11:47
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%2f372367%2fweird-routes-automatically-being-added-to-windows-routing-table%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