How to configure 2 wifis interfaces / General Questions / NetSetMan Support

NetSetMan Support

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

You are not logged in.

#1 2024-08-01 02:29

rydemstorm
Member
Registered: 2024-08-01
Posts: 3

How to configure 2 wifis interfaces

I have two wireless network interfaces, aliases: A and B
I would like to configure interface A to connect to the "Primary" or "Secondary" Wi-Fi, prioritizing that order.
In the case of interface B that connects to "Secondary" or "Primary", prioritizing that order.
That each of them is connected according to the priority and availability of the Wi-Fi.
In the case of the interface that connects to the Secondary network, I want to put some routes.
And I would also like to know if it is possible to route the Internet through the Secondary if the Primary fails to provide the Internet.

Secondary assigns IP by DHCP.
How do I create the routes if I don't know the IP of the gateway, and the InterfaceIndex switches between reboots?

I made my own powershell script that does what I want, it has some shortcomings to polish.
I think the NetSetMan, someone explained to me, does pretty much the same thing I want to do.

01.png

Offline

#2 2024-08-01 14:42

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

Re: How to configure 2 wifis interfaces

Your question describes a rather complex use case scenario where we unfortunately cannot analyze all details with you. "Prioritizing an order" seems to be the most problematic part here, as a NetSetMan profile is a set of preconfigured settings that are applies as configured. A profile can contain multiple subprofiles, each for a different network adapter.

If you want to automate the process, you can use the built-in AutoSwitch functionality. With it, you could try to integrate the conditions you described.

In any case, you would still need to get familiar with the general functionality of the program and then try to adapt this to your constellation.

Before you start, we would recommend reading through the basics:
https://www.netsetman.com/help?hf=en#hf_howtouse

Once you have set up your profiles, you can try to automate them with AutoSwitch conditions:
https://www.netsetman.com/help?hf=en#hf_autoswitch

Offline

#3 2024-10-24 05:44

rydemstorm
Member
Registered: 2024-08-01
Posts: 3

Re: How to configure 2 wifis interfaces

My personal solution:
It allows me to monitor the available Wifis. Connect each interface to the favorite network available according to preference, set manual or automatic network IP address. Establish routes according to the connected network. Prioritize the Internet according to the interfaces available with the Internet. I don't have to explicitly put the gateway on routes for routes to be created. It's a prototype.

mini_NM-Main.png
mini_NM-WiPref.png
mini_NM-Menu.png

Offline

#4 2024-10-24 07:49

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

Re: How to configure 2 wifis interfaces

We are happy that you have been able to develop a custom software suitable for your specific use case and your personal needs. But please be understanding that is a support forum for our software NetSetMan, not a general forum for showcasing custom prototypes.

Offline

#5 2024-10-24 20:43

rydemstorm
Member
Registered: 2024-08-01
Posts: 3

Re: How to configure 2 wifis interfaces

NetSetMan Support wrote:

We are happy that you have been able to develop a custom software suitable for your specific use case and your personal needs. But please be understanding that is a support forum for our software NetSetMan, not a general forum for showcasing custom prototypes.

Let's say that I share a perhaps interesting scenario to include in your application.
Best regards.

Offline