I need to know what kind error is this. Because between gateway nodes I have allowed all the ports and no iptables blockage is there. Still the gateway connection status is in error. Please help to sort it out
✗ Checking gateway connections
✗ Connection to cluster "rke2" is not established. Connection details:
{
"status": "error",
"statusMessage": "Failed to successfully ping the remote endpoint IP \"10.42.1.0\"",
"endpoint": {
"cluster_id": "rke2",
"cable_name": "submariner-cable-rke2-115-x-x-x",
"healthCheckIP": "10.42.1.0",
"hostname": "k8-2",
"subnets": [
"
10.43.0.0/16",
"
10.42.0.0/16"
],
"private_ip": "115.x.x.x",
"public_ip": "115.x.x.x",
"nat_enabled": true,
"backend": "libreswan",
"backend_config": {
"natt-discovery-port": "4490",
"preferred-server": "false",
"udp-port": "4500"
}
},
"usingIP": "115.x.x.x",
"latencyRTT": {
"last": "0s",
"min": "0s",
"average": "0s",
"max": "0s",
"stdDev": "0s"
}
}
✓ Checking Submariner support for the kube-proxy mode
✓ The kube-proxy mode is supported
✗ Checking that firewall configuration allows intra-cluster VXLAN traffic
✗ The tcpdump output from the sniffer pod does not contain the client pod's IP. There seems to be some issue with the IPTable rules programmed on the "k8-worker2" node, Actual pod output:
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on vx-submariner, link-type EN10MB (Ethernet), snapshot length 262144 bytes
11:38:42.129778 IP 240.92.113.165.29992 > 10.96.0.0.8080: Flags [S], seq 1357660456, win 64240, options [mss 1410,sackOK,TS val 2144627197 ecr 0,nop,wscale 7], length 0
11:38:43.136510 IP 240.92.113.165.29992 > 10.96.0.0.8080: Flags [S], seq 1357660456, win 64240, options [mss 1410,sackOK,TS val 2144628204 ecr 0,nop,wscale 7], length 0
11... (truncated)