You need to specify for which incoming interfaces you want DNAT, else
you will get outgoing encap traffic sent back to the gateway instead of
the internet:
Let's assume eth0 is WAN:
iptables -t nat -A PREROUTING -i eth0 -p 4 -j DNAT --to 192.168.1.2
Marius, YO2LOJ
On 2016-07-30 21:05, Miroslav Nikolov wrote:
(Please trim inclusions from previous messages)
_______________________________________________
I asked only that rule but once you enable the connection of the gate to
the entire network 44 stops, stops and ping.
Probably something missing but I can not remember what it was.