Armin Schlegel

Results 123 comments of Armin Schlegel

I tried ``` iptables -A FORWARD -i wt0 -o edge0 -p tcp --dport 1:65535 -j ACCEPT iptables -A FORWARD -i edge0 -o wt0 -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT iptables...

sure. I'm not an iptables expert. Here's the output ``` # iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination KUBE-FIREWALL all -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD...

Here is also the log if `nft show ruleset` running netbird 0.25.5 ``` table ip netbird { set nb0000001 { type ipv4_addr flags dynamic elements = { 0.0.0.0 } }...

These are the the nft rules for netbird-acl running netbird 0.24.3 ``` table ip netbird-acl { set nb0000001 { type ipv4_addr flags dynamic elements = { 0.0.0.0 } } set...

@rbrtbnfgl can this get merged or rather not? If not, then let us close the issue and PR.

@pixiake thanks for giving me the hind to capkk! This looks like what i'm searching for. I've looked at the API specs but could not find anything like `put the...

I now fully understand what you wrote me. However, i have a question. I created a cluster using the resources for Cluster, KubeadmControlPlane, KKCluster, KKMachineTemplate. The k8s cluster gets created...