-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.6.z
-
No
-
Moderate
-
1
-
rhel-net-mgmt
-
ssg_networking
-
3
-
False
-
False
-
-
None
-
NMT SST - Future releases
-
-
None
-
None
-
None
What were you trying to do that didn't work?
Trying to deploy below NodeNetworkConfigurationPolicy on a node, but nmstate failed to configure it on the libreswan.
kind: NodeNetworkConfigurationPolicy apiVersion: nmstate.io/v1 metadata: name: left-node-ipsec-policy spec: nodeSelector: kubernetes.io/hostname: ip-10-0-47-152.us-east-2.compute.internal desiredState: interfaces: - name: hosta_conn type: ipsec ipv4: enabled: true dhcp: true libreswan: leftrsasigkey: '%cert' left: 10.0.47.152 leftid: '%fromcert' leftcert: left_server leftmodecfgclient: false right: 10.0.77.184 rightrsasigkey: '%cert' rightid: '%fromcert' rightsubnet: 10.0.77.184/32 ike: aes_gcm256-sha2_256 esp: aes_gcm256 ikev2: insist type: transport
What is the impact of this issue to you?
NNCP deployment failed with following conditions.
status: conditions: - lastHeartbeatTime: "2024-11-13T09:54:13Z" lastTransitionTime: "2024-11-13T09:54:13Z" reason: FailedToConfigure status: "False" type: Available - lastHeartbeatTime: "2024-11-13T09:54:13Z" lastTransitionTime: "2024-11-13T09:54:13Z" message: 1/1 nodes failed to configure reason: FailedToConfigure status: "True" type: Degraded - lastHeartbeatTime: "2024-11-13T09:54:13Z" lastTransitionTime: "2024-11-13T09:54:13Z" reason: ConfigurationProgressing status: "False" type: Progressing lastUnavailableNodeCountUpdate: "2024-11-13T03:57:24Z"
The following error is seen from pluto.log.
X509: authentication failed; peer certificate subjectAltName extension does not match ID_FQDN
For more information, refer to this discussion thread: https://redhat-internal.slack.com/archives/CP7329Z5Z/p1731083204007419
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Steps to reproduce
Expected results
Actual results
- is cloned by
-
RHEL-85789 [RHEL-9.7] Cannot use nmstate to create both end of ipsec transport VPN
-
- Planning
-