white-piano-73111
04/09/2022, 3:32 AMfast-jewelry-84006
04/09/2022, 4:24 AMfast-jewelry-84006
04/09/2022, 4:24 AMfast-jewelry-84006
04/09/2022, 4:25 AMmodern-furniture-16926
05/07/2022, 7:29 AM192.168.100.2
) and a worker (192.168.100.3
). Master is in Ready
state but calico-node pod on worker errors:
Hit error connecting to datastore - retry error=Get "https://10.96.0.1:443/api/v1/nodes/foo": dial tcp 10.96.0.1:443: i/o timeout
So apparently if outbound traffic can be redirected for 10.96.0.1:443
to 192.168.100.2:6443
(kubeapi-server), it will work. I tried on worker:
iptables -t nat -A OUTPUT -p tcp -d 10.96.0.1 --dport 443 -j DNAT --to-destination 192.168.100.2:6443
But it doesn't work; I can curl -k https://192.168.100.2:6443
but not curl -k https://10.96.0.1:443
. Can I use any Wireguard or Netmaker feature to implement the redirection?jolly-london-20127
05/07/2022, 3:05 PMjolly-london-20127
05/07/2022, 3:06 PMmodern-furniture-16926
05/07/2022, 4:29 PMapi.vpn.mydomain.com:443
. I'm new to Netmaker and unsure of ingress and egress. these are my clients (except netmaker-01, which is Netmaker server)jolly-london-20127
05/07/2022, 4:31 PMjolly-london-20127
05/07/2022, 4:42 PMjolly-london-20127
05/07/2022, 4:43 PMmodern-furniture-16926
05/07/2022, 4:56 PMjolly-london-20127
05/07/2022, 4:57 PMmodern-furniture-16926
05/07/2022, 5:01 PMkubectl create -f https://docs.projectcalico.org/manifests/calico.yaml
. I saw this though https://projectcalico.docs.tigera.io/security/encrypt-cluster-pod-traffic. Got confused whether it'd cause conflict with Netmaker settings.jolly-london-20127
05/07/2022, 5:04 PMmodern-furniture-16926
05/07/2022, 5:18 PMsticky-eye-86501
07/09/2022, 10:45 PMjolly-london-20127
07/10/2022, 12:32 PMjolly-london-20127
07/13/2022, 4:21 PMcreamy-window-3929
09/06/2022, 8:16 PMcreamy-window-3929
09/06/2022, 8:25 PMjolly-london-20127
09/06/2022, 8:50 PMacoustic-easter-26071
09/07/2022, 9:51 AMsparse-waitress-296
09/29/2022, 9:20 PMsparse-waitress-296
09/30/2022, 8:06 AM{
"apiconnstring": "api.nm.XX.XX:443",
"network": "scw-k8s",
"key": "XXXXXXXXXXXXX",
"localrange": ""
}
Thank you for your help !
[netclient] joining network
3
2022/09/30 08:03:31 running userspace WireGuard with wireguard-go
2
2022/09/30 08:03:31 no server address provided
1
Failed to join, quitting.
few-carpenter-24293
10/09/2022, 11:54 PMfew-carpenter-24293
10/10/2022, 12:04 AMfew-carpenter-24293
10/10/2022, 12:05 AMjolly-london-20127
10/15/2022, 4:44 PMjolly-london-20127
10/19/2022, 8:43 PM