Components needed for NETSH INTERFACE IPV6 ?

  • Thread starter Thread starter Ian_m
  • Start date Start date
I

Ian_m

What components do I need to get "NETSH INTERFACE IPV6" working properly ?

I have included various IPV6 components but NETSH gives "The following
helper DLL cannot be loaded: IPV6MON.DLL" on startup and obviously no IPV6
supports and no IPV6 DLL's in SHOW HELPER.

Thanks
 
What components do I need to get "NETSH INTERFACE IPV6" working properly ?

I have included various IPV6 components but NETSH gives "The following
helper DLL cannot be loaded: IPV6MON.DLL" on startup and obviously no IPV6
supports and no IPV6 DLL's in SHOW HELPER.

Thanks

TCP/IP Version 6 Utilities contains the file that you were asking
about. It also contains a number of other resources that the netsh
ipv6 funtionality will probably need.

For future reference, you can filter the list of components shown in
Target Designer. Add a new filter and add the filter rule "Component
contains the following file:". Then type in whatever file you are
looking for. The ability to filter down the component list for exactly
what you are looking for is quite powerful.

Kyle
 
TCP/IP Version 6 Utilities contains the file that you were asking
Netsh is a little bit picky, when certain components (I did not write
them down, I am afraid) are missing netsh is available, but some of
its options are missing. I had to add a lot to get a full netsh, but
it was necessary for being able to batch some IP settings.

If I add "Networking Application Compatibility" netsh interface ipv6
commands work fine, but the resulting image is massive (IIS etc etc).

I have added "TCP/IP Version 6", "TCP/IP Version 6 Service", "TCP/IP Version
6 Utilities" and "NetIP6 Inf" and no luck with netsh ipv6 commands (netsh
ipv4 commands work fine).
 
just my experience showed me that we need these components to activate
the netsh command line tool.

"Windows XP Service Pack 2 Resource DLL" : needed to activate netsh
firewall command
"Network Command Shell Interface Context" : needed to activate netsh
interface command

HTH
Taha
 
Back
Top