博客
关于我
MPTCP for Ubuntu18.04
阅读量:663 次
发布时间:2019-03-15

本文共 932 字,大约阅读时间需要 3 分钟。

参考:

[1].

[2].

------------------------------------

 系统是ubuntu18.04版本的,采用的apt-get方法安装mptcp。过程还是比较简单的,只是会遇到一些小问题,在此记录一下。

首先按照参考[1]中所示,依次输入如下命令:

sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61sudo sh -c "echo 'deb https://dl.bintray.com/multipath-tcp/mptcp_deb stable main' > /etc/apt/sources.list.d/mptcp.list"sudo apt-get updatesudo apt-get install linux-mptcp

其他旧的ubuntu系统参考如下,我没实践,只贴出官方描述,具体详见参考

      

 --------------------------------------------

question1:默认方式进入系统后,如下命令查不到 MPTCP 版本

sudo dmesg|grep MPTCP

solution 1:参考中给出解释,需进入ubuntu系统的时候选择高级选项,如果不出现则在重启的时候一直按shirt。进入高级选项后选择MPTCP编译好的linux版本。

注:由于我电脑是双系统,所以开机会自动进入。如上方法是参考[2]介绍,我没有试验过。

--------------------------------------------

question 2:选择编译好的linux版本后,报如下错误。

solution 2:进入bios模式,关闭secure boot 之后重新选择编译了MPTCP的linux版本。

--------------------------------------------

         

打开网址:进行测试,如果首页显示绿色的YES,则表示支持MPTCP。注意,网络不要设置代理,否则网站检测不出是mptcp。

转载地址:http://xvzmz.baihongyu.com/

你可能感兴趣的文章
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
查看>>
no connection could be made because the target machine actively refused it.问题解决
查看>>
No Datastore Session bound to thread, and configuration does not allow creation of non-transactional
查看>>
No fallbackFactory instance of type class com.ruoyi---SpringCloud Alibaba_若依微服务框架改造---工作笔记005
查看>>
No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-loadbalanc
查看>>
No mapping found for HTTP request with URI [/...] in DispatcherServlet with name ...的解决方法
查看>>
No mapping found for HTTP request with URI [/logout.do] in DispatcherServlet with name 'springmvc'
查看>>
No module named 'crispy_forms'等使用pycharm开发
查看>>
No module named cv2
查看>>
No module named tensorboard.main在安装tensorboardX的时候遇到的问题
查看>>
No module named ‘MySQLdb‘错误解决No module named ‘MySQLdb‘错误解决
查看>>
No new migrations found. Your system is up-to-date.
查看>>
No qualifying bean of type XXX found for dependency XXX.
查看>>
No qualifying bean of type ‘com.netflix.discovery.AbstractDiscoveryClientOptionalArgs<?>‘ available
查看>>
No resource identifier found for attribute 'srcCompat' in package的解决办法
查看>>
no session found for current thread
查看>>
no such file or directory AndroidManifest.xml
查看>>
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
查看>>
NO.23 ZenTaoPHP目录结构
查看>>
no1
查看>>