[GH-ISSUE #230] related host: related AAAA-hosts should have an additional A-Record #202

Closed
opened 2026-02-26 09:36:31 +03:00 by kerem · 3 comments
Owner

Originally created by @hensing on GitHub (Dec 27, 2015).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/230

An option to inherit the A record from the related host would be great, e.g., related.sub.example.com inherits the A-record from sub.example.com.

Originally created by @hensing on GitHub (Dec 27, 2015). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/230 An option to inherit the A record from the related host would be great, e.g., related.sub.example.com inherits the A-record from sub.example.com.
kerem closed this issue 2026-02-26 09:36:31 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Dec 29, 2015):

Nice feature if you port-forward base.dom:port -> host.base.dom:port, then you can just use host.base.dom with port and it works, no matter whether it uses v4 or v6.

But: if you can't use the same port on base.dom (v4) as on host.base.dom (v6), you can not avoid connecting to the v4 address any more and your connection will only work in 50% of the cases.

Thus, this requires an option and the default should be off.

<!-- gh-comment-id:167769431 --> @ThomasWaldmann commented on GitHub (Dec 29, 2015): Nice feature if you port-forward base.dom:port -> host.base.dom:port, then you can just use host.base.dom with port and it works, no matter whether it uses v4 or v6. But: if you can't use the same port on base.dom (v4) as on host.base.dom (v6), you can not avoid connecting to the v4 address any more and your connection will only work in 50% of the cases. Thus, this requires an option and the default should be off.
Author
Owner

@ThomasWaldmann commented on GitHub (Dec 29, 2015):

Hmm, I guess this is already possible, just maybe not obvious:

Try setting the v4 interface id to 0.0.0.0 then you should get an A record that is main address + 0.0.0.0 == main address.

So, if that solves your issue, maybe it should be made more obvious / better documented?

<!-- gh-comment-id:167785904 --> @ThomasWaldmann commented on GitHub (Dec 29, 2015): Hmm, I guess this is already possible, just maybe not obvious: Try setting the v4 interface id to 0.0.0.0 then you should get an A record that is main address + 0.0.0.0 == main address. So, if that solves your issue, maybe it should be made more obvious / better documented?
Author
Owner

@hensing commented on GitHub (Dec 29, 2015):

that's exactly what I was looking for

<!-- gh-comment-id:167824757 --> @hensing commented on GitHub (Dec 29, 2015): that's exactly what I was looking for
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#202
No description provided.