Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-06-01 Thread Jo-Philipp Wich
Hi, > One more question, now I'm trying to put a bridge on top of each of these > vlan* interfaces so that I can map those to a few physical interfaces. I also > need several vlans to map to one of the interfaces (tagged).. not sure how to > do that yet either. Any suggestions with this

Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-31 Thread Mike Bernardo
One more question, now I'm trying to put a bridge on top of each of these vlan* interfaces so that I can map those to a few physical interfaces. I also need several vlans to map to one of the interfaces (tagged).. not sure how to do that yet either. Any suggestions with this config? When I

Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-28 Thread Mike Bernardo
Ah thanks! This worked great. I swear I tried something nearly identical before that broke everything. Mike > On 2021/05/28, at 02:34:44 CDT (-05:00), Jo-Philipp Wich wrote: > > Hi, > > the following should do what you want. > > config device > option type 8021q > option ifname

Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-28 Thread Jo-Philipp Wich
Hi, the following should do what you want. config device option type 8021q option ifname bonding-lan option vid 20 option name vlan20 config interface vlan20 option ifname vlan20 option proto static option ipaddr 172.20.34.2 option netmask 255.255.255.128 ~ Jo signature.asc

Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-27 Thread Rafał Miłecki
On 28.05.2021 03:36, Mike Bernardo wrote: I have the below working config, is there a way to get the name to be 'vlan20', instead of 'bonding-lan.20' ? I have tried a bunch of stuff and so far nothing has worked. I don't think you can change Linux interface name. I believe this is how Linux

Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-27 Thread Mike Bernardo
Hi, I have the below working config, is there a way to get the name to be 'vlan20', instead of 'bonding-lan.20' ? I have tried a bunch of stuff and so far nothing has worked. Thanks for any help! Mike config interface 'loopback' option ifname 'lo' option proto 'static'