Re: /etc/network/interfaces with multiple network interfaces

2019-01-10 Thread Rainer Dorsch
Hi Reco, works perfectly as you decribe for me. Many thanks Rainer Am Donnerstag, 10. Januar 2019, 05:41:49 CET schrieb Reco: > Hi. > > On Wed, Jan 09, 2019 at 11:09:58PM +0100, Rainer Dorsch wrote: > > Hi, > > > > I have a system with two network interfaces, connecting to two subnets. >

Re: /etc/network/interfaces with multiple network interfaces

2019-01-09 Thread Reco
Hi. On Wed, Jan 09, 2019 at 11:09:58PM +0100, Rainer Dorsch wrote: > Hi, > > I have a system with two network interfaces, connecting to two subnets. > > For some reason the default route is going through eth0.3, I would want to > have it through eth0.7. Both of your VLANs are configur

Re: /etc/network/interfaces with multiple network interfaces

2019-01-09 Thread Lee
On 1/9/19, Rainer Dorsch wrote: > Hi, > > I have a system with two network interfaces, connecting to two subnets. > > For some reason the default route is going through eth0.3, I would want to > have it through eth0.7. further down you've got: rd@master:~$ ip r default via 192.168.3.1 dev eno1.3

/etc/network/interfaces with multiple network interfaces

2019-01-09 Thread Rainer Dorsch
Hi, I have a system with two network interfaces, connecting to two subnets. For some reason the default route is going through eth0.3, I would want to have it through eth0.7. Is the default route determined by the order in /etc/network/interface of the interfaces or is there another algorithm