将 vpn 网络转发到另一个接口
forward vpn network to another interface
我有一台 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 中提供的网络内的服务器 z.z.z.z。
有什么配置方法吗?
你提供的信息不多,但如果我没看错的话
例如你可以尝试 NAT
/ip firewall nat add chain=srcnat action=masquerade out-interface="your Interface 2" src-address="your l2tp subnet x.x.x.x"
我有一台 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 中提供的网络内的服务器 z.z.z.z。
有什么配置方法吗?
你提供的信息不多,但如果我没看错的话 例如你可以尝试 NAT
/ip firewall nat add chain=srcnat action=masquerade out-interface="your Interface 2" src-address="your l2tp subnet x.x.x.x"