Tony Heal wrote:
> From the man page
> Protocol all will match with all protocols and is taken as default
> when this option is omitted.
>
> So try removing the -p tcp and see if that fixes it.
Same problem:
[EMAIL PROTECTED] init.d]# iptables -A INPUT --source *.*.*.* -j DROP
iptables v1.2.11: c
I am trying to ban an IP address from my server (*.*.*.* is a real
IP):
[EMAIL PROTECTED] root]# ipchains -A INPUT --source *.*.*.* -p tcp -j DROP
ipchains: Protocol not available
[EMAIL PROTECTED] root]# iptables -A INPUT --source *.*.*.* -p tcp -j DROP
iptables v1.2.11: can't initialize
2 matches
Mail list logo