Hello there,

I am trying to configuring my firewall using the iptable comand, but i'am follow a script writen for ipchains and i not shure that iam "translating" very, thats why i need your help


#Configuration for FTP, SSH and TELNET
/sbin/ipchains -A output -p tcp -d 0/0 21:23 -t 0x01 0x10
#is this the same?????
/sbin/iptables -A OUTPUT -p tcp -dport 21:23

#Configuration for Web WWW
/sbin/ipchains -A output -p tcp -d 0/0 80 -t 0x01 0x10
#is this the same?????
/sbin/iptables -A OUTPUT -p tcp -dport 80

#And this ?????
/sbin/ipchains -M -S 7200 10 60


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to