Multiple network interface in one profile / Feature Requests / NetSetMan Support

NetSetMan Support

Search for already answered questions about NetSetMan (Pro) or ask new ones

You are not logged in.

#1 2006-02-22 10:24

Jarek Marecik
Guest

Multiple network interface in one profile

Hello
Very nice program.
I have one feature request smile
I'ts possible add to profile settings managing more network interface in this same time ??
I using other settings for wifi/'wire' network card in more location.

Best regards
Jarek

#2 2006-02-22 13:26

NetSetMan Support
Administrator
Registered: 2005-08-06
Posts: 1,878

Re: Multiple network interface in one profile

This is not possible (at the moment). I'm not sure how to implement this without changing the whole interface.

But with the script feature nearly everything is possible. So there's a work-around:

You could use two profiles to achieve the result you'd like to have.
The profiles contain the settings for both network cards.
Additionally profile1 has a script which activates profile2 automatically.

So just add a line to activate profile2 in silent mode.
Then you only have to activate profile1; profile2 will be activated automatically afterwards.
Save the script as a *.bat file (in the same directory) and add it to profile1.

netsetman.exe -as 0
-as # : Activates the profile in silent mode (Activating window will close automatically if no errors occured). In the example the profile with the number 0 is activated.

Offline

#3 2006-02-22 14:16

Jarek
Guest

Re: Multiple network interface in one profile

OK.
Thanks for quick response.