本帖最後由 yiucsw 於 2018-2-25 01:31 編輯
CN#1 SSTP client 端:
Step 1) interface bridge add name=bridge-bcp protocol-mode=rstp
加了Bridge 有一個MAC address 不知道是什麼。
Step 2) interface bridge port add bridge=bridge-bcp interface=ether5
加了Port MAC address 改到Ether 5的MAC address
Step 3) interface bridge set bridge-bcp admin-mac=xx:xx:xx:xx:xx:xx
將Ether5的MAC address 拷貝到Admin-mac address.
Step 4) ip address add address=192.168.hk.2/24 interface=ether5
Step 4) /ppp profile add name=bcp-bridging bridge=bridge-bcp use-encryption=yes (沒有選encryption)
Step 5) interface pptp-client add profile=bcp-bridging mrru=1600 connect-to=my.hk.isp(ddns) user=abc password=123 disabled=no
SSTP 已連接。 |