We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After configuring “allowed_interfaces” in the configuration file, the NAT cloud cannot be added with the following error:
I recovered by modifying the judgment condition here. I'm not sure this is the most elegant solution.
gns3-server/gns3server/compute/builtin/nodes/nat.py
Line 39 in ce4b309
def __init__(self, name, node_id, project, manager, ports=None): allowed_interfaces = Config.instance().settings.Server.allowed_interfaces if allowed_interfaces and isinstance(allowed_interfaces, str): allowed_interfaces = allowed_interfaces.split(',')
The text was updated successfully, but these errors were encountered:
Fix unable to add NAT cloud after configuring “allowed_interfaces” in…
773076c
… configuration file. Fixes #2508
I have added your patch. Thanks again.
Sorry, something went wrong.
No branches or pull requests
After configuring “allowed_interfaces” in the configuration file, the NAT cloud cannot be added with the following error:

I recovered by modifying the judgment condition here.
I'm not sure this is the most elegant solution.
gns3-server/gns3server/compute/builtin/nodes/nat.py
Line 39 in ce4b309
The text was updated successfully, but these errors were encountered: