Magnitudo писал(а):
Ну так выложите сюда вывод вышеназванных команд, а там дальше посмотрим

BCM96332 ADSL Router
> iptables -t nat -L -v -n
Chain PREROUTING (policy ACCEPT 769K packets, 88M bytes)
pkts bytes target prot opt in out source destination
3365 217K DNAT udp -- br0 * 0.0.0.0/0 192.168.114.1 udp dpt:53 to:89.232.109.74
0 0 DNAT tcp -- ppp_0_0_33_1 * 0.0.0.0/0 0.0.0.
0/0 tcp dpt:3389 to:192.168.114.101
0 0 DNAT udp -- ppp_0_0_33_1 * 0.0.0.0/0 0.0.0.
0/0 udp dpt:3389 to:192.168.114.101
Chain POSTROUTING (policy ACCEPT 445 packets, 28712 bytes)
pkts bytes target prot opt in out source destination
24818 2552K MASQUERADE all -- * ppp_0_0_33_1 192.168.114.0/24 0.0.0
.0/0
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
> iptables -t mangle -L -v -n
Chain PREROUTING (policy ACCEPT 31M packets, 21G bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 18824 packets, 1969K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 31M packets, 21G bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 12432 packets, 3950K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 31M packets, 21G bytes)
pkts bytes target prot opt in out source destination
> iptables -t filter -L -v -n
Chain INPUT (policy ACCEPT 18834 packets, 1969K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 31M packets, 21G bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT udp -- ppp_0_0_33_1 * 0.0.0.0/0 192.16
8.114.101 udp dpt:3389
0 0 ACCEPT tcp -- ppp_0_0_33_1 * 0.0.0.0/0 192.16
8.114.101 tcp dpt:3389
12214 586K TCPMSS tcp -- * ppp_0_0_33_1 0.0.0.0/0 0.0.0.
0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
2809 134K TCPMSS tcp -- ppp_0_0_33_1 * 0.0.0.0/0 0.0.0.
0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
Chain OUTPUT (policy ACCEPT 12442 packets, 3951K bytes)
pkts bytes target prot opt in out source destination
>