Configuring a Permanent MPTCP Connection
This task shows how to configure a permanent MPTCP connection between two systems.
Before you begin, ensure the following:
- Oracle Linux has been configured to enable MPTCP.
- Two Oracle Linux systems have more than one interface. For example:
eth0
andwlan0
. - The names of network interfaces and their assigned IP addresses have been changed to match the environment.
- A user with administrator privileges has been configured on both systems. For more information, see Oracle Linux 10: Setting Up System Users and Authentication.
This task uses nmcli
to enable MPTCP with subflows across different interfaces (Ethernet and Wi-Fi), between two Oracle Linux 10 systems (referred to as System A and System B).
The following IP ranges are assigned to System A and System B:
System A:
- Ethernet:
192.0.2.10/24 (eth0)
- Wi-Fi:
198.51.100.10/24 (wlan0)
System B:
- Ethernet:
192.0.2.20/24 (eth0)
- Wi-Fi:
198.51.100.20/24 (wlan0)
These systems are connected to both networks.
Note:
All steps must be completed on both systems.
When you configure network interfaces by using the nmcli
command, you can save MPTCP-related system settings in the /etc/sysctl.conf
file so that these changes persist between reboots. For more information, see Enabling and Configuring MPTCP.