Re: vlan interface renamed

2021-04-07 Thread deloptes
Erwan David wrote: > Le 06/04/2021 à 22:39, deloptes a écrit : >>> Is it a bug in ifrename ? >> >> if you refer to something like this here >> https://wiki.debian.org/InterfaceRenaming >> IMO it means youare living in the past > > I am in the present and the present does not work. That's the pr

Re: vlan interface renamed

2021-04-07 Thread Erwan David
Le 07/04/2021 à 10:54, Reco a écrit : Hi. On Wed, Apr 07, 2021 at 09:53:57AM +0200, Erwan David wrote: How Am I a supposed to have this working ? By disabling problematic renaming of course: cat > /etc/systemd/network/00-vlan.link << EOF [Match] Type=vlan [Link] NamePolicy=kernel MA

Re: vlan interface renamed

2021-04-07 Thread Reco
Hi. On Wed, Apr 07, 2021 at 09:53:57AM +0200, Erwan David wrote: > > > How Am I a supposed to have this working ? > > > > By disabling problematic renaming of course: > > > > cat > /etc/systemd/network/00-vlan.link << EOF > > [Match] > > Type=vlan > > > > [Link] > > NamePolicy=kernel >

Re: vlan interface renamed

2021-04-07 Thread Erwan David
Le 06/04/2021 à 22:39, deloptes a écrit : Erwan David wrote: Hello, I have a machine with a working bond0 interface Not clear what debian your machine is running It's a debian10 In my /etc/network/interfaces I have a configuration for a vlan subinterface auto bond0.4011 address 80.7

Re: vlan interface renamed

2021-04-07 Thread Erwan David
Le 07/04/2021 à 08:23, Reco a écrit : Hi. On Tue, Apr 06, 2021 at 06:41:21PM +0200, Erwan David wrote: At boot, interface bond0.4011 is created and immediately renamed rename12. How Am I a supposed to have this working ? By disabling problematic renaming of course: cat > /etc/system

Re: vlan interface renamed

2021-04-06 Thread Erwan David
Le 07/04/2021 à 08:23, Reco a écrit : Hi. On Tue, Apr 06, 2021 at 06:41:21PM +0200, Erwan David wrote: At boot, interface bond0.4011 is created and immediately renamed rename12. How Am I a supposed to have this working ? By disabling problematic renaming of course: cat > /etc/system

Re: vlan interface renamed

2021-04-06 Thread Reco
Hi. On Tue, Apr 06, 2021 at 06:41:21PM +0200, Erwan David wrote: > At boot, interface bond0.4011 is created and immediately renamed rename12. > > How Am I a supposed to have this working ? By disabling problematic renaming of course: cat > /etc/systemd/network/00-vlan.link << EOF [Match

Re: vlan interface renamed

2021-04-06 Thread deloptes
Erwan David wrote: > Hello, > > > I have a machine with a working bond0 interface > Not clear what debian your machine is running > In my /etc/network/interfaces I have a configuration for a vlan > subinterface > > auto bond0.4011 > address 80.74.78.202/31 > pointtopoint 80.74.78.203 > > At

vlan interface renamed

2021-04-06 Thread Erwan David
Hello, I have a machine with a working bond0 interface In my /etc/network/interfaces I have a configuration for a vlan subinterface auto bond0.4011 address 80.74.78.202/31 pointtopoint 80.74.78.203 At boot, interface bond0.4011 is created and immediately renamed rename12. How Am I a