FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
1,316 views 1 comments
by anonymous

Hey All,

Currently trying to achieve this: I need to route traffic to the 192.168.12.0/24 subnet that is reachable via IPsec peer (EdgeRouter), is it possible? 

Thanks,

Myky

1 Answer

0 votes
by

Hi,

If you want to reach devices behind routers, then just set correct subnets in both sides.

If you want to route all traffic via IPsec then try this, let's say one router will act as client and another one as server. Idea forward all traffic from client via server:

In server:

- "Local IP address/Subnet mask" set 0.0.0.0/0

- "Remote IP address/Subnet mask" set client network LAN, for example 192.168.1.0/24

In Client:

- "Local IP address/Subnet mask" et client network LAN, for example 192.168.1.0/24

- "Remote IP address/Subnet mask" set 0.0.0.0/0

by anonymous
Hey,

Thanks for the answer. In my case, l am using traditional IPSec VPN and do not want to inject or advertise 0.0.0.0 route, just a specific subnet reachability.

Regards,

Myky