-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When VLANs are used the correct network adapter is not selected #192
Comments
Ah well, that's an intersting one. We could also store the interface name, and if the appliction detects multiple interfaces with the same MAC address, then combine that with the saved interface name. Could you run 'ipconfig' from the terminal and post the output please, this will allow us see if the interface names are shared as well. |
Possible resolution to docsteer#192
MacOS does use different interface names for each VLAN (ex vlan0, vlan1, vlan2, etcetera). VLAN interfaces share mac addresses. I was looking at the saved settings file a little while ago and noticed it saved interfaces by MAC address too. I would agree this is likely the issue. Here is the output of ifconfig.
|
Try the auto build of #8c24473 |
The new build has fixed the issue. |
@marcusbirkin pardon the question I am not experienced with auto-build systems but am curious! How do you get links like the one you posted up there to the current build? I saw there was a branch for this issue that built on travis, how do you get that https://github.com/docsteer/sacnview/files/3394331/sACNView_2.1.0-beta.4-7-g8c24473.zip link? |
There are two continuous integration services linked to the repo. |
FWIW, this now applies on PCs also. Windows 10 allows you to create VLANs on a single NIC, but the combination name-and-MAC should solve it there also. |
Fixed in v2.1.1 |
On MacOS with multiple VLANs setup on my machine, I set the interface in settings to a VLAN interface, then the program restarts, then comes back up and it has seemingly chosen either a random VLAN on that adapter or the parent interface itself. It won't stay locked to a specific VLAN interface.
The text was updated successfully, but these errors were encountered: