No chain/target/match by that name when trying to LOG 27 June 2018, 10:29:35 I tried to add a rule to iptables to log specific SSH connections, it always barfed that error at me. After some trial and error I noticed that the error was caused by this specific command:Quoteiptables -t filter -A SSH_LOG -j LOGTable filter existed (obviously), SSH_LOG chain existed. Adding rules that ACCEPT or DROP was working ok, but for some reason LOG wasn't. I had to restart the machine anyway and after restart the problem magically went away but I'm still curious as what could have caused it. Any ideas anyone?
Re: No chain/target/match by that name when trying to LOG Reply #1 – 27 June 2018, 11:50:32 ?? the service had to be restarted ?
Re: No chain/target/match by that name when trying to LOG Reply #2 – 27 June 2018, 12:57:30 I don't know if the service needed to be restarted to be able to parse LOG rule (Why would it? What could be the cause of it?). I had to restart the machine with a hardware reset later because it stopped responding. After that everything magically worked. Do you think this could be a temporary firewall service hiccup?