1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23. | iptables -L -n -v
Chain INPUT (policy ACCEPT 506K packets, 632M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 358K packets, 326M bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 382K packets, 256M bytes)
pkts bytes target prot opt in out source destination
iptables -L -n -v -t nat
Chain PREROUTING (policy ACCEPT 1106 packets, 85763 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 11 packets, 1976 bytes)
pkts bytes target prot opt in out source destination
847 49605 MASQUERADE all -- * eth1 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 37 packets, 4878 bytes)
pkts bytes target prot opt in out source destination
[root@Sliczna tmp]#
|