Aggregate multiple Internet with OpenMPTCProuter

OpenMPTCProuter is an open source project which aimed to aggregate multiple internet connections into a single one which results higher bandwidth, failover, security and latency optimization. It uses MPTCP under the hood. So if you have multiple internet connections (Fiber, ADSL, VDSL, 3G, 4G, 5G…) which you are currently using only for load balancing or failover purpose, you can now bond those connections and get maximum throughput. You can setup OpenMPTCProuter in various devices....

February 13, 2022 · Kamrul

Setup NAT on site to site software VPN in AWS

Site to Site VPN creates a private tunnel with a remote destination for transferring data securely. AWS provides managed VPN solution but if you want to configure NAT on top of it, you need to provision additional instance and make it NAT compatible. AWS provides a documentation on how to configure NAT for managed VPN However, if the VPN solution is not managed then you can follow this tutorial to setup NAT traversing on your custom VPN CIDR....

August 23, 2021 · Kamrul