[19:34]<vrgfuysx>anyone know why i can't log into the patch-o-matic cvs server? [19:38]<vrgfuysx>anyone know why i can't log into the patch-o-matic cvs server? [23:08]<-- dvxn|syzzzyus xzs>http://www.bagdadsoftware.de") [23:54]<aq1q>what is the best way in iptables to specify a few rules to permit traffic from a specific group of unrelated IPs, then deny all other traffic ? [23:55]<aq1q>can i sent a bunch of rules like iptables -A INPUT -p icmp -s <src_ip> -j ACCEPT ; iptables -A INPUT -p icmp -s 0/0 -j DROP ? [23:55]<aq1q>or will the drop also drop the packet from <src_ip> > [23:58]<aq1q>nm.. i answered my own question :)