0

我有一个具有以下设置的 RB750:

- Interface 1 = WAN static IP
- Interface 2 = Static IP from a LAN network (LAN provided by another FW)
- MK as a IPSec/L2TP working well providing to clients the subnet x.x.x.x

我想将来自 VPN 客户端的所有流量重定向到接口 2 中提供的 LAN 网络。

我是说; 用户在他的计算机上成功设置了 VPN,连接后他们需要访问位于接口 2 中提供的网络内的服务器 zzzz。

任何想法如何配置它?

4

1 回答 1

0

您提供的信息不多,但如果我没有错,您可以尝试 NAT,例如

/ip firewall nat add chain=srcnat action=masquerade out-interface="your Interface 2" src-address="your l2tp subnet x.x.x.x"
于 2020-01-23T09:22:16.287 回答