search for: table_nat

Displaying 1 result from an estimated 1 matches for "table_nat".

Did you mean: table_cat
2005 May 13
2
tableview.sh
...up # table_filter(){ echo echo "FILTER TABLE" echo "------------" echo iptables -nvL } table_mangle(){ echo echo "MANGLE TABLE" echo "------------" echo iptables -nvL -t mangle } table_nat(){ echo echo "NAT TABLE" echo "---------" echo iptables -nvL -t nat } footer(){ echo echo "-------------------------------------------------------------" echo "Show table: [F]ilter, [M]angle, [N]AT or...