-
Notifications
You must be signed in to change notification settings - Fork 434
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
Difference between Telnet / HTTP Console Command in IPv6 #3448
Labels
Milestone
Comments
grossmj
added a commit
that referenced
this issue
May 22, 2023
This is fixed now. Please try in v2.2.40. Thanks again for catching that 👍 |
grossmj
added a commit
to GNS3/gns3-server
that referenced
this issue
May 22, 2023
grossmj
added a commit
that referenced
this issue
May 22, 2023
grossmj
added a commit
to GNS3/gns3-web-ui
that referenced
this issue
May 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use GNS3 client to connect to my remote GNS3 server with only public IPv6 address
[2000:1234:5678:abcd::1]
. I have some devices with telnet console and other devices with http console in one project.If I input
[2000:1234:5678:abcd::1]
into Host, I can connect to the remote server, http console work, but telnet console NOT workIf I input
2000:1234:5678:abcd::1
into Host, I can connect to the remote server, telnet console work, but http console NOT workThe reason is that telnet IPv6 address should not be closed in square brackets, but http IPv6 address should be closed in square brackets.
So, I suggest GNS3 client to be able to distinguish them in console commands, because not everyone has a domain name to use. Thanks.
The text was updated successfully, but these errors were encountered: