We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev=ipmi:[IPv6]
Since we're running out of IPv4 addresses, the next obvious thing is to do pure IPv6 out-of-band networks.
It appears that an IPv6 address cannot be specified in the dev argument in conman.conf.
dev
CONSOLE name="foo" dev="ipmi:[XXXX:XXXX:XXXX:XXXX:aabb:fcff:fe0a:0bfc]" ipmiopts="U:admin,P:admin"
gives INFO: Unable to create IPMI context for [foo]
INFO: Unable to create IPMI context for [foo]
Nor does conman work if the console only has an AAAA record.
CONSOLE name="foo" dev="ipmi:foo.domain.com" ipmiopts="U:admin,P:admin"
gives: INFO: Unable to connect to <foo.domain.com> via IPMI for [foo]: hostname invalid
INFO: Unable to connect to <foo.domain.com> via IPMI for [foo]: hostname invalid
The text was updated successfully, but these errors were encountered:
Yeah, IPv6 support should go in the next release.
FreeIPMI 1.6.1 added support for IPv6 hostnames.
Sorry, something went wrong.
No branches or pull requests
Since we're running out of IPv4 addresses, the next obvious thing is to do pure IPv6 out-of-band networks.
It appears that an IPv6 address cannot be specified in the
dev
argument in conman.conf.gives
INFO: Unable to create IPMI context for [foo]
Nor does conman work if the console only has an AAAA record.
gives:
INFO: Unable to connect to <foo.domain.com> via IPMI for [foo]: hostname invalid
The text was updated successfully, but these errors were encountered: