(三)OpenMptcpRouter-VPS服务器配置

1. 参考资料

2. 安装环境

  • Ubuntu 22.04 Desktop,内核版本 6.8.0-57
  • 需要梯子

3. 安装流程

  • 以下操作与官方教程其实并无不同,只是将配置脚本先下载下来,然后再执行
    $ sudo apt-get update
    $ sudo apt-get -y upgrade
    $ sudo su
    # wget https://www.openmptcprouter.com/server/debian-x86_64.sh
    # KERNEL="6.12" sh debian-x86_64.sh
    

4. 解决iproute2源码下载慢或失败的问题

  • 原因:debian-x86_64.sh脚本中的 iproute2 git仓库链接抽风了,自己更新一下吧
  • iproute2源码地址

    https://github.com/iproute2/iproute2

  • 修改 git 链接如下图

5. 安装成功

  • 安装成功界面,重启即可

  • 确认内核版本,以及 MPTCP 配置

  • 密钥文件,路径:https://www.yuque.com/u41539145/fif3a7/nocqrmlsy8ankxzp#YHM7h

posted @ 2025-04-21 14:47  zhijun  阅读(118)  评论(0)    收藏  举报