ipchains
Show configuration :
ipchains -L
Ajout d'une règle (-A = append):
/sbin/ipchains -A forward -s 192.168.224.141 -j MASQ
Supprimer une règle :
/sbin/ipchains -D forward -s 192.168.224.141 -j MASQ
Show configuration :
ipchains -L
Ajout d'une règle (-A = append):
/sbin/ipchains -A forward -s 192.168.224.141 -j MASQ
Supprimer une règle :
/sbin/ipchains -D forward -s 192.168.224.141 -j MASQ