[15:30] Hi, I don't know if anyone can help me with a netplan configuration. [15:30] The computer has two network interfaces (eno1, eno2) connected to the same network. What I want to do is that if the connection comes from eno1, it goes out on eno1, if it comes from eno2, it goes out on eno2. [15:30] I try this config: [15:30] #cat /etc/netplan/00-installer-config.yaml [15:30] network: [15:30]   ethernets: [15:30]     eno1: [15:30]       dhcp4: no [15:30]       addresses: [15:30]       - 192.168.2.16/24 [15:30]       gateway4: 192.168.2.1 [15:30]       nameservers: [15:30]         addresses: [15:30]         - 192.168.2.1 [15:31]         search: [15:31]         - domain.com [15:31]     eno2: [15:31]       dhcp4: no [15:31]       addresses: [15:31]       - 192.168.2.13/24 [15:31] but netplan generate show me this [15:31] ** (generate:26443): WARNING **: 15:15:42.939: Problem encountered while validating default route consistency.Please set up multiple routing tables and use `routing-policy` instead. [15:31] Error: Conflicting default route declarations for IPv4 (table: main, metric: default), first declared in eno1 but also in eno2 [15:31] any idea? [16:10] Guest19: sorry I'm afk right now. But as the error message suggests, you need to make use of policy routing, e.g. using a "from:" rule, to route a package depending on its source address [16:23] I set that in the configuration and it still shows the error === Pimmetje5 is now known as Pimmetje