Drop them from using a few of our active services:
# iptables -A INPUT -i eth0 -s 207.46.197.102 -p tcp -m
multiport --destination-port 22,110,23,25 --syn -j DROP

Drop them totally
# iptables -A INPUT -i eth0 -s 207.46.197.102 -j DROP



----- Original Message -----
From: "Jesse Angell" <[EMAIL PROTECTED]>
> Is there a way where I can block ips through iptables, but only have it
> block it if it's coming in on a certain ip and port?




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to