-
Notifications
You must be signed in to change notification settings - Fork 196
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 terminus to work in an IPv6-only environment with DNS64/NAT64 #2642
base: 3.x
Are you sure you want to change the base?
Conversation
Why was this restriction added in the first place @greg-1-anderson ? |
I believe the appserver containers are not accessible via IPv6. If you run You can see the exact hostname that's used with your |
Did the change in this PR make something work for you that didn't work without it? You should be able to |
Our company runs IPv6-only internally. With this option we cannot use terminus:
|
I'm not sure you'll be able to get your packets routed to the appserver container since the internal network doesn't handle ipv6. While we wait for input from @greg-1-anderson, if this code change will make terminus work for you then you should be unblocked; simply run terminus via the And if that really is working for you, do let us know and share details here. |
The packets are routed by our companies NAT64 router like in this picture here: https://en.wikipedia.org/wiki/NAT64 If I remove '-o "AddressFamily inet"' in src/Commands/Remote/SSHBaseCommand.php terminus works as expected without any IPv4 connectivity. |
Okay, then you should be unblocked, at least. |
No description provided.