回覆 390# jycw
唔使貓仔兄出手!
如果我冇記錯6.x後整合了ipsec到l2tp server設定裡,無需再到/ip ipsec peer設置ipsec
還有記得開啟對應的防火牆,L2TP是udp port 1701/500/4500。
/ip firewall filter
add action=accept chain=input comment="Accept L2TP VPN" dst-port=1701,500,4500 in-interface=xxxx protocol=udp |