Actions
Bug #25421
closedUnattended flow does not allow mapped IPv4 addresses
Difficulty:
trivial
Triaged:
No
Pull request:
Description
Because our end-system does not allow the use of tokens (because it can't process the "?" in the URL) we had to disable token based unattended installs altogether.
However, in our system we run in a dual stack environment. What appears to be happening, is that the REMOTE_ADDR is an IPv6 mapped to an IPv4 address; however, foremand does not seem to take into account these types of addresses and thys no host is found.
The fix will only parse these mapped or translated IPv6 addresses back to IPv4 addresses.
Updated by Arend Lapere about 6 years ago
- Category set to Unattended installations
- Assignee set to Arend Lapere
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6222 added
Updated by Arend Lapere about 6 years ago
- Subject changed from Unattended flow without token does not accept mapped or translated IPv4 addresses to IPv6 to Unattended flow does not allow mapped IPv4 addresses
Updated by Anonymous about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 013da0ae364129a38bb49b372cc0591b2a35d73a.
Actions