I am trying to add a IP table rule.
iptables -t raw -A PREROUTING -j NOTRACK
But when I am executing this I am getting below error:
iptables v1.8.4 (legacy): Couldn't load target `NOTRACK':No such file or directory
I am trying to add a IP table rule.
iptables -t raw -A PREROUTING -j NOTRACK
But when I am executing this I am getting below error:
iptables v1.8.4 (legacy): Couldn't load target `NOTRACK':No such file or directory