s
Copy code
ubuntu@netmaker-1:~$ sudo iptables -L netmakerfilter
iptables v1.8.7 (nf_tables): chain `netmakerfilter' in table `filter' is incompatible, use 'nft' tool.
do you happen to have the command on hand to check that? (sorry, my iptables-fu is limited haha)
b
interesting.... can you confirm from the client logs which firewall manager the client detected? you should see
"iptables is supported"
or
nftables is supported
s
On the Ingress client or the server?
b
on the ingress client
s
Sorry, I accidently ssh'd into the wrong box haha
Copy code
ubuntu@topaz:~$ sudo iptables -L netmakerfilter
Chain netmakerfilter (1 references)
target     prot opt source               destination
b
so the previous output you pasted was from a wrong node?
s
Correct
b
okay and for this ingress node, do you have any ext clients created at present?
s
Yes, there are 2 Ext Clients configured. Neither are connected at this moment
b
okay, can you paste some client logs, that can be helpful
journalctl -fu netclient
2 Views