tuntap
& interface_name
& bandwidth_upload
on the config changes the behavior.mlvpn -c /etc/mlvpn/mlvpn0.conf -u nobody --debug &>/dev/null &
works for 4 linksQC9vBzGBenfV68
Set up routing table
Set up MLVPN client config
Run MLVPN
mlvpn -c /etc/mlvpn/mlvpn0.conf -u nobody --debug &>/dev/null &
Set up interface & default route after bringing mlvpn up
ip link set mlvpn0 up
ip route add default dev mlvpn0