Anyone ever done this, or heard rumors of people doing this? Some MS consultant at work told us it could only be done in windows 7, but I need to do it in Server 2003. I keep finding obscure references on message boards suggesting you can add a new route to the routing table to redirect loopback traffic through a second NIC....but I can't find anything definitive about it. I want to do it b/c we have an app server and IIS running on the same machine (this is all part of a third party app, so we have very little access to the inner workings) and it keeps having issues when communicating with IIS.[Edited on April 6, 2010 at 10:32 PM. Reason : ,]
4/6/2010 10:31:47 PM
sorry i dont have any experience with servers
4/7/2010 1:42:19 AM
4/7/2010 6:52:08 AM
I thought this was the whole point of Ethereal and Wireshark... They don't work in Server 2003?
4/7/2010 8:27:50 AM
yeah, but with wireshark, you select which interface you're capturing traffic on.In this particular situation, I don't think communication between the third party app and IIS ever egress a NIC. Unless there is some funky virtual NIC that gets created. Then you could use wireshark as long as that virtual NIC is visible to wireshark... I dunno, I'm not a server guy.
4/7/2010 8:49:39 AM
I've never seen loopback traffic in any wireshark traces. It makes it a pain in the ass to troubleshoot things like SIP servers locally. I always had to put one of the network pieces on another machine to see the traffic in wireshark.I can't definitively say that means that loopback traffic doesn't hit the NIC, but it's a pretty good indication.Read this:http://wiki.wireshark.org/CaptureSetup/Loopback
4/7/2010 11:20:49 AM
is there not a named pipe the process is using?
4/7/2010 12:37:50 PM
^^ Ive seen that done before with varied results, but more often than not it works if you will mess with it enough.
4/7/2010 12:50:54 PM
4/8/2010 8:55:23 PM
Ok, so we have a source and a destination. The source can't be (easily) sniffed ... can you bind the destination (IIS) to a specific network adapter and then sniff it?Otherwise, you can try TCPView for a cruder tool to see the traffic, but not necessarily capture it.
4/8/2010 9:21:25 PM
4/8/2010 10:16:13 PM
4/8/2010 10:28:29 PM