adamant-kite-43734
04/11/2024, 5:33 PMechoing-father-81877
04/11/2024, 5:38 PMlima@lima-ubuntu-sensor: curl localhost/api/system/healthcheck
{"message":"OK"}
ipv6 - hangs
ubuntu@ip-10-0-2-157:~$ curl [::1]
^C
I notice service LB binds to the cluster-ip
kube-system rke2-ingress-nginx-controller LoadBalancer 2001:cafe:43:1::17eb 2600:xxxx 80:32429/TCP,443:31213/TCP 23h
ubuntu@ip-10-0-2-157:~$ curl [2001:cafe:43:1::17eb]/api/system/healthcheck
{"message":"OK"}
service lb logs:
+ ip6tables -t filter -A FORWARD -d 2001:cafe:43:1::17eb/128 -p TCP --dport 80 -j DROP
+ ip6tables -t nat -I PREROUTING -p TCP --dport 80 -j DNAT --to '[2001:cafe:43:1::17eb]:80'
+ ip6tables -t nat -I POSTROUTING -d 2001:cafe:43:1::17eb/128 -p TCP -j MASQUERADE
echoing-father-81877
04/11/2024, 5:51 PM2001:cafe:43:1::17eb
a cluster IP , which seems totally wrong
+ iptables -t filter -A FORWARD -d 10.43.114.190/32 -p TCP --dport 80 -j DROP
+ iptables -t nat -I PREROUTING -p TCP --dport 80 -j DNAT --to 10.43.114.190:80
+ iptables -t nat -I POSTROUTING -d 10.43.114.190/32 -p TCP -j MASQUERADE
creamy-pencil-82913
04/11/2024, 7:25 PMcreamy-pencil-82913
04/11/2024, 7:26 PMechoing-father-81877
04/16/2024, 7:52 PMcreamy-pencil-82913
04/16/2024, 8:03 PM