Board logo

標題: 大陆Window 10 PPTP client连接香港陈旧的PPTP server能话多久? [打印本頁]

作者: 张无忌    時間: 2024-12-25 19:08     標題: 大陆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   
複製代碼

作者: 张无忌    時間: 2024-12-25 19:48

本帖最後由 张无忌 於 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
複製代碼

作者: 觀星是答案    時間: 2024-12-25 19:57

竟然還有人用 PPTP
作者: 张无忌    時間: 2024-12-25 20:50

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

现在还能用,我家里有WireGuard and IPSec IKEv2,这次不用,我用的就是我朋友的DDWRT PPTP server (其实事2009年前,用DDWRT VPN一家三味,其中就有一味就是PPTP server)。
作者: 张无忌    時間: 2024-12-25 22:13

本帖最後由 张无忌 於 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
作者: 觀星是答案    時間: 2024-12-25 23:44

PPTP 能用 , 只是一早已被破解 , 連線的內容任人看而已
作者: 张无忌    時間: 2024-12-26 10:06

本帖最後由 张无忌 於 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能够用。
作者: 千葉涼平    時間: 2024-12-27 01:32

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

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


算數啦 宜家只有 IEPL 最安全
作者: milanolarry    時間: 2024-12-27 02:31

我十幾年前用PPTP,冇乜問題。可能因為根本無人用,阿爺都廢事理。
作者: 南毛靈波婆    時間: 2024-12-27 06:20

一條短片,即過上限,連到都無用
作者: 张无忌    時間: 2024-12-27 08:41

回覆 8# 千葉涼平

我没有用过,怎样接入IEPL,收费怎样?
作者: 张无忌    時間: 2024-12-27 08:45

一條短片,即過上限,連到都無用
南毛靈波婆 發表於 2024-12-27 06:20


用普通看YouTube没有问题的!一般只是YouTube, WhatApps, 每一晚只有0.5G,很足够!!!
作者: 张无忌    時間: 2024-12-27 08:50

本帖最後由 张无忌 於 2024-12-27 12:30 編輯
我十幾年前用PPTP,冇乜問題。可能因為根本無人用,阿爺都廢事理。
milanolarry 發表於 2024-12-27 02:31


非常同意,只是一般用已经很好!!!我朋友在旧的Buffalo router改动,成为DDWRT PPTP router,运作超过十年,正常工作!!!
作者: madmacuser    時間: 2024-12-27 10:28

當喺有限制嘅國度內,有得用便好。
作者: tol4kzk    時間: 2024-12-27 13:30

本帖最後由 tol4kzk 於 2024-12-27 13:37 編輯



https://github.com/XTLS/Xray-examples?tab=readme-ov-file

仲想當年舊屎 , pptp, 仲0.5G, 人地已經講緊 xray, reality, websocket, http2, h3, tls, cdn, 分流, ....etc啦
仲用緊自己 host 仲日日 renew ip, 人地已經玩 azure, aws, oracle...etc啦
作者: 千葉涼平    時間: 2024-12-27 14:03

本帖最後由 千葉涼平 於 2024-12-27 14:12 編輯
回覆  千葉涼平

我没有用过,怎样接入IEPL,收费怎样?
张无忌 發表於 2024-12-27 08:41


有平有貴 真正既 IEPL 好貴
好多係TG群 有人賣
[attach]2458159[/attach]
作者: 张无忌    時間: 2024-12-27 21:09

回覆 15# tol4kzk

你所的我几年前都用过,现在用WireGuard比较多!
作者: 张无忌    時間: 2024-12-27 21:09

有平有貴 真正既 IEPL 好貴
好多係TG群 有人賣
千葉涼平 發表於 2024-12-27 14:03


有什么好介绍?
作者: 千葉涼平    時間: 2024-12-28 00:47

有什么好介绍?
张无忌 發表於 2024-12-27 21:09


乜界 物界
作者: linuxfans    時間: 2024-12-28 16:19

虽然PPTP 协议是古董级的,但是PPTP是多平台广泛支持的,默认是没有加密连接,优点是连接速度效率高,缺点是 安全性 隐私性不强不高!

PPTP 协议 多数设备都支持,易用性好过 IPsec ,V2ray,WG 等协议。

作者: linuxfans    時間: 2024-12-28 16:26

PPTP 能用 , 只是一早已被破解 , 連線的內容任人看而已
觀星是答案 發表於 2024-12-25 23:44



    是的,PPTP 这个古董级的协议,几乎没有安全性,
通过PPTP通讯内容很容易 被监听 和 阻断。

不过,PPTP 易用性很好,配置简单,简单连接就可以使用。稳定性不强。
作者: linuxfans    時間: 2024-12-28 16:31

非常同意,只是一般用已经很好!!!我朋友在旧的Buffalo router改动,成为DDWRT PPTP router,运作超过 ...
张无忌 發表於 2024-12-27 08:50



    您的朋友的 PPTP 连接 10多年 都 还能正常连接使用,已经是 奇迹了。PPTP案例的经典之作!!!
作者: 张无忌    時間: 2024-12-29 09:17

现在我的2000 km在外hAP ac^3 PPTP server依然还能工作!!!
作者: 淼林焱    時間: 2024-12-29 14:15

本帖最後由 淼林焱 於 2024-12-29 14:23 編輯

PPTP我都仲有用緊,不過係香港to香港用,做本地反向翻牆返入去無真IP既4G remote site
但PPTP有個致命問題,如果網絡唔穩定斷左線,慢慢server side 就會見到好多同一個userID既login session咬死左起到唔識drop左去,之後就會變左server雖然係work但點都connect唔到,所以PPTP唔太適合移動網絡或會頻繁轉IP的網絡用
作者: VPN-Guru    時間: 2024-12-29 22:00

是的,PPTP 这个古董级的协议,几乎没有安全性,
通过PPTP通讯内容很容易 被监听 和 阻断。

不过, ...
linuxfans 發表於 2024-12-28 16:26



我從國内用 PPTP VPN 翻墻的唯一用途就是用來 看 YouTube, Facebook。。。。。。

這些全是公開的網上資料, 任何人都可以隨便看, 因此,何須要【安全性】呢 ??

歡迎【被监听】, 隨便吧, 反正都是一些【網上公開的資料】而已, 隨便看, 齊齊看吧
作者: 张无忌    時間: 2025-1-1 10:27

今天2025年1月1日,用PPTP从大陆到香港,有没有问题!!!
作者: t101    時間: 2025-1-1 10:59

是的,PPTP 这个古董级的协议,几乎没有安全性,
通过PPTP通讯内容很容易 被监听 和 阻断。

不过, ...
linuxfans 發表於 2024-12-28 16:26


不過一般流量已經加密,https等,所以風險不大,反正一般internet流量,要睇梗睇到。
但就怕MITM, 咁就真會有問題,但你D數據無價值,crack都無意義。
作者: 张无忌    時間: 2025-1-1 15:18

本帖最後由 张无忌 於 2025-1-1 15:25 編輯

现在PPTP上电台,更挺好用!

突然从从香港的log里,看到pptp断了,但是港台依然能听到!!!
作者: 467    時間: 2025-1-2 18:01

我香港屋企router set shadowsocks server,大陸屋企set client,用左幾年一路都smooth.
作者: 张无忌    時間: 2025-1-2 23:24

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

我发现PPTP or L2TP/IPsec,点击RTHK听节目中,把PPTP or L2TP/IPsec关掉,RTHK能继续听!以前从来不知道。现在正用,如果要换台,那么就不能,你要再上VPN后,选好电台后,就可以把VPN关掉。
作者: t101    時間: 2025-1-3 14:59

我发现PPTP or L2TP/IPsec,点击RTHK听节目中,把PPTP or L2TP/IPsec关掉,RTHK能继续听!以前从来不知道。 ...
张无忌 發表於 2025-1-2 23:24


fb video都係
作者: 张无忌    時間: 2025-1-4 09:22

fb video都係
t101 發表於 2025-1-3 14:59


可以我不用Facebook, 所以不知道video也有,这样播放功能,而YouTube就不行,它把余下buffer,再从YouTube server下载时就不行。
作者: 张无忌    時間: 2025-1-10 11:23

很久都没用过PPTP和L2TP/IPsec大陆与大陆对接,但是不成功,而大陆对香港反而成功!
作者: 张无忌    時間: 2025-1-17 09:23

因为有data已经updated在第二帖,可以让大家知道L2TP/IPsec还能用。





歡迎光臨 電腦領域 HKEPC Hardware (https://www.hkepc.com/forum/) Powered by Discuz! 7.2