-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allow to use a TAP interface multiple time #29
Comments
I don't think this is possible |
@grossmj do you have any further information regarding this? I've run into the issue on a GNS3VM with multiple users who would like access to external resource from their projects, but once a user has connected to a tap interface no-one else can use it |
You need to create a bridge and user will create different tap to connect to it. |
Ah, so I've gone one step too far in creating a static tap interface. Thanks for the quick response! |
GNS3 on Linux should create the tap interface for you if you use a bridge
in a cloud node and we correctly detect it.
…On Tue, Aug 1, 2017 at 1:31 AM lotath ***@***.***> wrote:
Ah, so I've gone one step too far in creating a static tap interface.
Thanks for the quick response!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVFXSf_9JjzHFt-5-lbh5tKVOTBgto3ks5sTmPEgaJpZM4M2f_I>
.
|
That's good to know. Just tested it, looks very good. I've updated http://www.bernhard-ehlers.de/blog/2017/07/11/gns3-cloud-linux.html |
How we detect bridge:
https://github.com/GNS3/gns3-server/blob/40cc5d76b33e457022f2fb2703ca9ba4e52bfa85/gns3server/utils/interfaces.py#L172
…On Tue, Aug 1, 2017 at 1:05 PM Bernhard Ehlers ***@***.***> wrote:
GNS3 on Linux should create the tap interface for you if you use a bridge
in a cloud node and we correctly detect it.
That's good to know. Just tested it, looks very good. I've updated
http://www.bernhard-ehlers.de/blog/2017/07/11/gns3-cloud-linux.html
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVFXatf3NfZ59ESUKZ71k4CuUNuWhSYks5sTwaRgaJpZM4M2f_I>
.
|
You get the following message if you attach to a TAP more than once:
The text was updated successfully, but these errors were encountered: