mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #177] official IPv6 support #40
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ybovard on GitHub (Apr 26, 2021).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/177
when I try to ssh through my bastion an IPv6, I receive:
It works fine with the IPv4 address of the host. The groupAddServer works with IPv4 and IPv6
Did I made something bad?
@speed47 commented on GitHub (May 19, 2021):
Hello,
I disabled IPv6 connections because this is not yet part of the automated tests stack, so I can't guarantee everything works correctly. As I knew we would want to support IPv6 at some point, most of the code has been written with this in mind so the fixes to get it working, if any is needed, should be minimal.
Now that there seems to be some interest, I'll add this to the todo list :)
@dClauzel commented on GitHub (Jul 7, 2024):
Any news about IPv6 support ? It is a blocking issue as more and more infrastructure relay on it.
@Opwi commented on GitHub (Sep 24, 2024):
To activate the IPv6 support, I just replace this
$v6 = 0 if not defined $v6;by$v6 = 1 if not defined $v6;on this file and this works in my case.It's just a workaround. I hope one day the official IPv6 will come 😊.
@speed47 commented on GitHub (Dec 16, 2024):
At some point we'll also need it internally, so I'll dedicate some time to work on it in the next few days/weeks.
As you said, it mostly works correctly already, but hasn't been extensively tested, so there are probably a few quirks here and there and I don't want to declare official support before having tested it enough, including adding IPv6 tests to the suite.
If you "force" enable it and see issues, don't hesitate to report them, though. :)
@speed47 commented on GitHub (Jan 3, 2025):
Pre-released in
v3.18.99-rc1, don't hesitate to test it and comment back here if any issue is found!@speed47 commented on GitHub (Jul 8, 2025):
Released