Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on windows XP.

I have tried the solution listed here.

When I run:

c:\Route print

I get

Active Routes:
Network Destination        Netmask          Gateway        Interface   Metric
          0.0.0.0          0.0.0.0    192.168.163.1  192.168.163.127      10
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
      169.254.0.0      255.255.0.0  192.168.163.127  192.168.163.127      20
    192.168.163.0    255.255.255.0  192.168.163.127  192.168.163.127      10
  192.168.163.127  255.255.255.255        127.0.0.1       127.0.0.1       10
  192.168.163.255  255.255.255.255  192.168.163.127  192.168.163.127      10
        224.0.0.0        240.0.0.0  192.168.163.127  192.168.163.127      10
  255.255.255.255  255.255.255.255  192.168.163.127  192.168.163.127      1
Default Gateway:     192.168.163.1
===========================================================================

However when I run the solution linked above I get a wmi query error.

So I tried using wmi code creator to see what routes are returned by Win32_IP4RouteTable. There I discovered that a bunch of routes have a InterfaceIndex property of '262146'. Unfortunately when I query the Win32_NetworkAdapterConfiguration there is no property called InterfaceIndex and the closest thing to it (the Index property) never has the value 262146. There is a NetworkAdapter with the IP 192.168.163.127 listed in Win32_NetworkAdapterConfiguration, however I cannot find a way of relating this adapter to the InterfaceIndex listed in Win32_IP4RouteTable. Can anyone explain what I am missing?

Thanks.

share|improve this question
1  
Apparently XP does not have an InterfaceIndex property. I guess there is no way to replicate 'route print' with wmi on XP. Unfortunate. – BitFiddler Jun 27 '11 at 16:20
Thanks for this. – Jeremy Child Aug 6 '11 at 3:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.