大陆Window 10 PPTP client连接香港陈旧的PPTP server能话多久?

本帖最後由 张无忌 於 2025-1-12 13:52 編輯

大陆用Window 10内置PPTP client连接香港旧的router DDWRT PPTP server,看看能活多久呢?

一般只有0.5G,过0.5G后就cut!!!

下面是MikroTik router hAP ac^3的PPTP server简单configurations:
hAP ac^3 with v7.16.2, 有public IP, local IP=172.16.88.0/24。The firewall filter rules are initialed at the end and need to manually place in the first line.

Configuration 1:Router local IP=172.16.88.0/24
  1. /interface pptp-server server set enabled=yes

  2. /ppp secret add local-address=172.16.88.1 name=vpn password=vpn profile=default-encryption remote-address=172.16.88.5 service=pptp

  3. /ip firewall filter
  4. add action=accept chain=input comment="PPTP China" dst-port=1723 \
  5.     in-interface=ether1 protocol=tcp
複製代碼
身在2000公里大陆,用Windows 10 PPTP client能接上香港的MikroTik router。

Configuration 2:Router local IP=172.16.88.0/24, PPTP_pool=172.16.88.100-172.16.88.150
  1. /ip pool
  2. add name=PPTP_pool ranges=172.16.88.100-172.16.88.150

  3. /ppp profile add name=PPTP_prof local-address=172.16.88.1 \
  4.     remote-address=PPTP_pool use-encryption=yes

  5. /ppp secret add name=vpn password=vpn profile=PPTP_prof service=pptp

  6. /interface pptp-server server set default-profile=PPTP_prof enabled=yes

  7. /ip firewall filter
  8. add action=accept chain=input comment="PPTP China" dst-port=1723 \
  9.     in-interface=ether1 protocol=tcp
複製代碼
身在2000公里大陆,用Windows 10 and Honor phone PPTP clients能接上香港的MikroTik router,我朋友也两个PPTP clients都login都没有问题,加起来4个PPTP clients。


Configuration 3:Router local IP=172.16.88.0/24, PPTP_pool=172.31.255.2-172.31.255.254
  1. /ip pool
  2. add name=PPTP-pool ranges=172.31.255.2-172.31.255.254

  3. /ppp profile add name=PPTP-prof local-address=172.31.255.1 \
  4.     remote-address=PPTP-pool use-encryption=yes

  5. /ppp secret add name=vpn password=vpn profile=PPTP-prof service=pptp

  6. /interface pptp-server server set default-profile=PPTP-prof enabled=yes

  7. /ip firewall filter
  8. add action=accept chain=input comment="PPTP China" dst-port=1723 \
  9.     in-interface=ether1 protocol=tcp
複製代碼
身在2000公里大陆,用Huawei pad and Honor phone PPTP clients能接上香港的MikroTik router。

L2TP/IPsec, l2tp-pool ranges=172.31.254.2-172.31.254.254
  1. /ip pool
  2. add name=l2tp-pool ranges=172.31.254.2-172.31.254.254

  3. /ppp profile add name=l2tp-profile local-address=172.31.254.1 \
  4.     remote-address=l2tp-pool use-encryption=yes

  5. /ppp secret add name=vpn password=vpn profile=l2tp-profile service=l2tp

  6. /interface l2tp-server server set default-profile=l2tp-profile enabled=yes \
  7. use-ipsec=required ipsec-secret=vpn

  8. /ip firewall filter
  9. add action=accept chain=input comment="L2TP China" dst-port=1701 \
  10.     in-interface=ether1 protocol=udp
  11. add action=accept chain=input comment="IPsec" dst-port=500,4500 \
  12.     in-interface=ether1 protocol=udp   
複製代碼

本帖最後由 张无忌 於 2025-1-23 14:09 編輯

之前没有更新IP,每次login PPTP就click out,试过很多次!所以要我朋友power reset 10分钟,renew一个新IP,就重新再来。

https://speedtest.ofca.gov.hk/speedtest.html

PC Intel Wi-Fi 6 AX-201 160MHz connected to huawei AX3000 to Mainland China client router.
Mainland China client side:hAP ac3,v7.16.2,broadband=500Mbps/50Mbps
HK server side:hAP ac3,v7.16.2,broadband=300Mbps/300Mbps

##### PPTP Test (Max kept)#####
Table 1
  1. Date        Time    Latency(ms)   Jitter(ms)   Download(Mbps)   Upload(Mbps)
  2. 2025-01-10  11:35   49            3.2          127              33
  3. 2025-01-12  11:41   41            1            126              35
  4. 2025-01-18  08:58   42            0.2          129              34
  5. 2025-01-19  09:53   42            0.2          127              38
  6. 2025-01-23  14:08   42            0.2          127              35
複製代碼
##### L2TP/IPsec Test (Max kept)#####
Table 2
  1. Date        Time    Latency(ms)   Jitter(ms)   Download(Mbps)   Upload(Mbps)
  2. 2025-01-11  10:54   42            0.9          159              42
  3. 2025-01-13  10:24   39            0.8          151              29
  4. 2025-01-17  12:21   40            0.3          158              35
  5. 2025-01-19  08:33   41            0.2          154              38
  6. 2025-01-20  10:05   42            0.2          148              33
複製代碼

TOP

竟然還有人用 PPTP

TOP

本帖最後由 张无忌 於 2024-12-25 21:08 編輯

现在还能用,我家里有WireGuard and IPSec IKEv2,这次不用,我用的就是我朋友的DDWRT PPTP server (其实事2009年前,用DDWRT VPN一家三味,其中就有一味就是PPTP server)。

TOP

本帖最後由 张无忌 於 2024-12-25 22:31 編輯

现在已经三个小时,YouTube,HKEPC都能用!用PPTP都能正常用!

到现在我停用!PPTP能用!现在用WireGuard去HK-Gateway [1]。

Ref.:
[1] https://www.hkepc.com/forum/viewthread.php?fid=12&tid=2736880

TOP

PPTP 能用 , 只是一早已被破解 , 連線的內容任人看而已

TOP

本帖最後由 张无忌 於 2024-12-26 10:56 編輯

其实想起2009年,在大陆开始有些网不能用,不能上!出现很多翻墙出具,如PPTP等,当时的我会点点!但是在大陆那个时候,什么是DNS和IP都出现假DNS,假IP。到现在已经很了解。现在用WireGuard或IPSec IKEv2比较多,一朋友在用PPTP,在以前他在大陆工作17年,早期他用PPTP更加早的IPSEC,他还跟老外请教。他那个时候就用PPTP,直到他回港,而香港的DDWRT PPTP还在运行。

他给我有少的心得:
1. 当上PPTP后,看香港普通网站,有新闻,YouTube,Facebook,Whatsapp。
2. 每天更新一次新的IP
3. 如果浏览过了0.5G,就DDWRT的香港IP被大陆block,于是他遥控Reset Power Off 10min,然后Power On, 重新有一个新香港IP,里面有email,送到e-mail server里,在大陆的手机看到,便可以在大陆的Win里重新上PPTP。(如果Email server看不到,可以用WeChat,或用香港制iPhone iMessage,iPhone FaceTime与家里人联系)。
5. 他说,如果一般上网,0.5G能够用。

TOP

大陆用Window 10内置PPTP client连接香港旧的router DDWRT PPTP server,看看能活多久呢?

一般只有0.5G, ...
张无忌 發表於 2024-12-25 19:08


算數啦 宜家只有 IEPL 最安全

TOP

我十幾年前用PPTP,冇乜問題。可能因為根本無人用,阿爺都廢事理。

TOP

一條短片,即過上限,連到都無用

TOP