VPSSoldiers
New Member
So I block port 25 by default on my node(s) and when in doing so for IPv6 (I issue /64 for each VPS) I can still telnet my mail server even when it is supposedly closed on the node. granted I don't think most spammers will be using IPv6 right now but I always try to plan ahead, plus I wrote a script that I run a few times an hour that will automatically create abuse tickets for accounts suspected of spamming and if they haven't resolved it within 24 hours it blocks the ports automatically and I would like to use it on IPv6 as well. I figured something like below would work but haven't had any luck.
Code:
ip6tables -A FORWARD -p tcp --dport 25 -j DROP