how to set it up in Multi Login?
when I have 10 sim cards for 4G hotspot
how to connect each MLA profile to each USB dongle so each profile gets unique IP?
I don't want to use 10 new PCs!
Hey,
I don't think you can control this from inside Multilogin, as it controls the browser only, while the network connections are managed at the OS level using a routing table that controls the priority order between each network connection adapter.
See:
https://www.windowscentral.com/how-c...ers-windows-10
(I use windows as reference, but the principles are the same on all OS)
My advice, if you are ok with a bit of manual work, will be to use a USB switch like this one, where you can turn on and off each connection with a button:
https://www.amazon.com/Sabrent-10-Po.../dp/B0797NZFYP
Otherwise, you have to write a script that:
1) disable all network connections
2) enable the networks adaptater corresponding to dongle X
3) launch Multilogin with user X, and perform required tasks
4) disable network adapter
5) restart 2 with next X
See here an idea of windows commands related to network adapters.
https://superuser.com/questions/5207...windows-log-in