Access via VPN without Default gwateway

Hi,
How can I access a device via VPN that does not have the Teltonika router registered as its gateway?
SNAT? How can I set this up?

Solution
RUT901 (FW: 7.15.5)Network –> Firewall –> Custom Rules
Copy this to the end of the file:

NAT/Masquerade for IPsec traffic into the LANiptables -t nat -A POSTROUTING -s 172.25.244.0/24 -d 192.168.100.0/24 -o br-lan -j MASQUERADE
NAT for return traffic through the tunneliptables -t nat -A POSTROUTING -s 172.25.244.0/24 -o ipsec0 -j MASQUERADE

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.