Netsh without interface.

  • Thread starter Thread starter Control Freq
  • Start date Start date
C

Control Freq

Hi,
Hopefully an easy problem to solve.
I see the netsh command, but not the 'interface' part.

So, running netsh /? shows a list of commands, butinterface isn't
there. Neither is 'bridge'.

What do I need to tick in target designer to get this functionality?


Regards
 
Hi,

I faced the same problem with firewire command when I migrate from SP2
to FP2007.
To resolve my problem, I added a component that is called "Windows XP
Service Pack 2 Resource DLL"

Hope this helps you.

Regards,

Taha
 
You are missing the interface context library in your image. You need to add a component that brings in IFMON.DLL library.
IIRC (don't have the toolkit here to check), it should be 'Network Command Shell Interface Context' component.
 
Yep, thats it. The network command shell thing.

I now see the netsh command with the interface sub command. Thanks for
all your help.

Now, I just need to learn how to use the command.
I have tried something like:
netsh interface ip set address "Local Area Connection" static
192.168.1.100 255.255.255.0 192.168.1.200 1

It responds with "Ok", but it doesn't work! I think I need to try
something other than "Local Area Connection".

But, anyway, I am a step nearer.


Kind regards
 
Got it now.
For anyone else roaming these messages, I also had to run
rundll32 netshell.dll HrRenameConnection
before doing the netsh interface stuff.

But, got it working now.

Regards
 
Back
Top