一、IP - Firewall - Service Ports 啟用 pptp
二、設定 IP - Pool (這邊可以是網段或是個別 IP)
三、PPP 設定
新增 PPP - Profiles -General
name=pptp
local-address=172.20.1.254 ---> (該網段的 Gateway)
remote-address=mypptp -------> (ip pool 設定的)
dns-server=168.95.1.1
change-tcp-mss=yes
PPP - Protocols
use-encryption=required
PPP - secret
add name=user
password=userpassword
profile=pptp
service=pptp
四、加入規則
選擇選項 IP > Firewall:
選擇 Filter Rules 分類項,按下+ 號新增項目:
選擇 General 分類項:
Chain:要允許外部進入的連線,所以選擇input。
Protocol:選擇6(tcp)。
Dst Port:輸入1723
In Interface:選擇您的WAN 網路介面,例如:WAN。
選擇 Action 分類項:
Action:選擇accept。規則拉到上面
同樣步驟再新增一個條件:
選擇 General 分類項:
Chain:選擇input。
Protocol:選擇gre。
In Interface:選擇WAN。
選擇 Action 分類項:
Action:選擇accept。