*filter
-A FORWARD -s 82.119.129.210 -d 10.10.11.192/27 -i eth0 -o tun0 -p udp --sport 4433 -j ACCEPT
-A FORWARD -d 82.119.129.210 -s 10.10.11.192/27 -o eth0 -i tun0 -p udp --dport 4433 -j ACCEPT
-A FORWARD -s 82.119.129.210 -d 10.10.12.192/27 -i eth0 -o tun1 -p udp --sport 4433 -j ACCEPT
-A FORWARD -d 82.119.129.210 -s 10.10.12.192/27 -o eth0 -i tun1 -p udp --dport 4433 -j ACCEPT
-A FORWARD -s 82.119.129.210 -d 10.10.13.192/27 -i eth0 -o tun2 -p udp --sport 4433 -j ACCEPT
-A FORWARD -d 82.119.129.210 -s 10.10.13.192/27 -o eth0 -i tun2 -p udp --dport 4433 -j ACCEPT
*nat
-A POSTROUTING -o eth0 -p udp --dport 4433 -d 82.119.129.210 -s 10.10.11.192/27 -j MASQUERADE
-A POSTROUTING -o eth0 -p udp --dport 4433 -d 82.119.129.210 -s 10.10.12.192/27 -j MASQUERADE
-A POSTROUTING -o eth0 -p udp --dport 4433 -d 82.119.129.210 -s 10.10.13.192/27 -j MASQUERADE
tcpdump -i tun0 -vnn host 82.119.129.210 -c 1000
tcpdump -i eth0 -vnn host 82.119.129.210 -c 1000
Find more questions by tags Network administrationIptablesLinuxComputer networks
on a clean router checked? - Pear commented on July 9th 19 at 14:10
tcpdump -i tun0 -vnn host 10.10.11.195 -c 1000
look at what ports and hosts are and open them
if except as udp 82.119.129.210:4433 nothing, then most likely you have a problem with the routing in tun
and you need to look directly at the client or all requests on the client marshrutizatory tun - Pear commented on July 9th 19 at 14:16