Phase 2 commit: Warning: DP pods not connected

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Phase 2 commit: Warning: DP pods not connected

L0 Member

ihaciyev07_0-1735018737869.png

Hello. In Managed Device<Summary, Phase 2 commit shows: Warning: DP pods not connected. Could someone please help?

1 REPLY 1

L1 Bithead

Im not sure but the reason may be IPSEC Tunnel between MP and DP Pod not established because of authentication failed.

 

Try to " kubectl exec -it -n kube-system <pan ngfw dep pod name> -- bash "

then " cd /var/log/pan/ "

then you should read the file named "cat charon.log"

 

If you saw a line such as "Authentication Failed" that mean you got same issues as my case.

 

Try to reach Support Case. TAC Engineer have gave me a workaround that we should bypass cert authentication for the VPN tunnel.

 

For workground, you can bypass certicate authentication for VPN tunnel:

"Engineering suggests to disable cert authentication and enable PSK authentication:
1. In pan-cn-mgmt-configmap.yaml, uncomment line 31 (remove the # in front of "IPSEC_CERT_BYPASS):
=====
{{- else }}
IPSEC_CERT_BYPASS: "" # No values needed
{{- end }}
=====

2. In pan-cn-ngfw-configmap.yaml, uncomment line 17 (remove the # in front of "IPSEC_CERT_BYPASS):
=====
{{- else }}
IPSEC_CERT_BYPASS: "" # No values needed
{{- end }}
=====

Then run helm install again after modifying those 2 files, and observe if the IPSec tunnel can come up."

  • 739 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!