Skip to content
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

Whats the properway to do networking on the host #2302

Closed
Eldiabolo21 opened this issue Oct 24, 2023 · 2 comments
Closed

Whats the properway to do networking on the host #2302

Eldiabolo21 opened this issue Oct 24, 2023 · 2 comments
Labels

Comments

@Eldiabolo21
Copy link

Hi people,

So when I started using gns3 i noticed that appliances which connect to the outside via the "Cloud" are limited to roughly 120kbit/s.
A colleague found out this seems to be related to the fact, that gns3 binds directly to the interface of the host.
When I configure a bridge on the host, gns3 binds to this one and speed will be whatever is available.

However, upgrades fail when a bridge i is present, also see #2222
If the configuration is restored to the slow one, update goes through, and bridge can be reconfigured afterwards.

Of course this is no way to run gns3 and updates. So I'm wondering should I not configure bridges, is there a different way to ensure proper bandwidth beyond the host? I couldn't find anything in the docs. Or does the upgrade script need to be fixed?

Thanks you!
Best
Fabian

@Xatrekak
Copy link
Contributor

Xatrekak commented Nov 7, 2023

I add a second NIC to the GNS3 server, enable it without DHCP, and use that second interface to connect appliances to the cloud node.

@spikefishjohn
Copy link
Contributor

I run GNS3 with 1 interface trunked.

I bridge to vlans for access to the GNS3 process or to give a VM access to a general access VM network. I if I want a GNS3 node to be configured as a trunk then i bridge them to the pychical interface.

bridge trunk   == eth0
bridge gns3    == eth0.10 (vlan 10)
bridge compute == eth0.20 (vlan 20)

bridge gns3 is where I assign IP for general access to the server.

@grossmj grossmj closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants