multipath-tcp / mptcp

⚠️⚠️⚠️ Deprecated 🚫 Out-of-tree Linux Kernel implementation of MultiPath TCP. 👉 Use https://github.com/multipath-tcp/mptcp_net-next repo instead ⚠️⚠️⚠️
https://github.com/multipath-tcp/mptcp_net-next
Other
889 stars 335 forks source link

AWS AMI not updated MPTCP-v0.92 - ami-868e8de1 #431

Open ensean opened 3 years ago

ensean commented 3 years ago

The AMI on AWS seems to be out of date, it does not support the most recent Nitro(c5/m5/t3 etc.) instances.

Is it possible to update it ?

matttbe commented 3 years ago

Good question.

@cpaasch : any idea what we should do with these images? :)

sajal commented 3 years ago

I just got mptcp installed on a nitro instance (c5n type) on ubuntu 20.04

Steps

  1. grab upstream 5.4 kernel
  2. patch it
  3. base the config on 5.4.0-1009-aws thats available in apt
  4. install the generated .deb
  5. enable serial console and access grub
  6. TODO: Make mptcp kernel persistent (over 5.8 that ships with the image).