› Forums › Network Management › Networking › [RESOLVED] NAT through VPN do not work › Reply To: [RESOLVED] NAT through VPN do not work
Hey,
As you can see, 0 bytes is used for NAT :s
Chain PREROUTING (policy ACCEPT 11491 packets, 1209K bytes)
pkts bytes target prot opt in out source destination
0 0 DNAT all — VPN00 * 0.0.0.0/0 172.20.0.254 to:192.168.0.254
19 988 Proxy tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
Chain POSTROUTING (policy ACCEPT 8028 packets, 1158K bytes)
pkts bytes target prot opt in out source destination
0 0 SNAT all — * VPN00 192.168.0.254 0.0.0.0/0 to:172.20.0.254
8177 1169K SNATVS all — * * 0.0.0.0/0 0.0.0.0/0
Chain SNATVS (1 references)
pkts bytes target prot opt in out source destination
Why ?
Thanks for help 🙂