On June 23, 2004 02:16 am, Khan wrote: > What will be the best way to put one more Ip adrress to: > > # Accept local (192.168.5.0/24) SSH traffic > $IPT -A INPUT -m state -p tcp --dport 22 ! --state INVALID -s > 192.168.5.0/24 -j ACCEPT > $IPT -A OUTPUT -m state -p tcp --sport 22 --state ESTABLISHED,RELATED -d > 192.168.5.0/24 -j ACCEPT > > TNX Hi, I think you'll need to repeat the entries because the -s option does not accept a list, just a single ip (or host) or a single network/mask entry. -- Pete Nesbitt, rhce -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list