=== Guest27 is now known as Joost [10:15] Hello, I am wondering if someone can help me with a config. I am trying to get two lines in an IP table from different interfaces. [10:15] Manually added it looks like this: [10:15] ip route show table 100 [10:15] default via x.x.x.x dev eno1 proto static onlink [10:15] 10.32.56.0/22 dev eno2 scope link [10:15] in netplan I got: [10:15] eno1: [10:15]       dhcp4: no [10:15]       dhcp6: no [10:15]       addresses: [10:15]         - x.x.x.x/26 [10:15]       routing-policy: [10:15]       - from: x.x.x.x/26 [10:15]         table: 100 [10:15]         priority: 101 [10:15]       routes: [10:15]       - to: default [10:15]         via: x.x.x.x [10:15] (all are on the same interface I can't find an  example on multiple interfaces to the same table [13:32] oke it seems i needed to remove the on-link: true [13:32] I fixed it [14:48] Joost: glad you got it fixed!