1. [root@liabio ~]# iptables -nvL --line-numbers | grep 47.94.206.218
    2. 10 41 2460 DROP all -- * * 47.94.206.218 0.0.0.0/0
    3. 74 28 1680 DROP all -- * * 47.94.206.218 0.0.0.0/0
    4. # Warning: iptables-legacy tables present, use iptables-legacy to see them
    5. [root@liabio ~]# iptables -D INPUT 10
    6. [root@liabio ~]# iptables -nvL --line-numbers | grep 47.94.206.218
    7. 73 28 1680 DROP all -- * * 47.94.206.218 0.0.0.0/0
    8. # Warning: iptables-legacy tables present, use iptables-legacy to see them
    9. [root@liabio ~]# iptables -D INPUT 73
    10. [root@liabio ~]# iptables -nvL --line-numbers | grep 47.94.206.218
    11. # Warning: iptables-legacy tables present, use iptables-legacy to see them