[07:16] hey all! How correctly add one route using 'netplan set' command? Something like: netplan set network.ethernets.ens224.routes=[to:1.2.3.0/24,via:1.2.4.254] [08:02] Guest47: try something like this: netplan set 'network.ethernets.ens224.routes=[{"to": "1.2.3.0/24", "via": "1.2.4.254"}]' [17:03] Question: how many routes does a particular interface support? I see the VPN plugins maxes out at 10 routes