返回列表 發帖
回復 1# 雯雯


    現在就欠將所有流量都經VPN走.


Try with route function.
#remote ip address pool=192.168.0.0/24
#local gateway ip=192.168.2.1
  1. /ip route add dst-address=192.168.0.0/24 gateway=192.168.2.1
複製代碼
Might be the nat function too, if not setup yet:
#remote ip address pool=192.168.0.0/24
#WAN name is Public
  1. /ip firewall nat add chain=srcnat action=masquerade out-interface=Public src-address=192.168.0.0/24
複製代碼
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

回復 9# 角色


    Is it easy to setup SSTP VPN connections behind usual router(like DIR-615)?
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

回復 11# 角色


    Yes, I bought A580IP in 2010.
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

回復 14# 角色


    One only. I add one more GAP-compatible handset.
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

返回列表