I'm trying to block a specific IP using IPTables. When I use the following shell command (Xs to hide the actually IP):
iptables -A INPUT -s XXX.XXX.XXX.XXX/32 -j DROP
I get the following line added to IPTables:
DROP all -- XXX-XXX-XXX-XXX.dhcp.trcy.mi.charter.com anywhere
What's going on here? Why is it appearing like that? It doesn't look right at all.
My set up is a Raspberry Pi connected to my home router, connected to the internet.