I would like to use iptables to restrict all but one IP address to a web server. I tried #/usr/sbin/iptables -t filter -A INPUT -p tcp -s !218.23.45.2 --dport 80 -j DROP but this is not accepted. Any help here would be appreciated. Thanks, Terry Bailey