[lfs-support] adding / configuring a VLAN

2020-12-17 Thread iw3gtf
Hi all, recently I read some docs about adding and configuring VLANs under linux. It seems actually pretty simple, with something like: # ip link add link eth0 name eth0.100 type vlan id 100 you get a eth0.100 virtual network device and then you can further configure it just like any other

Re: [lfs-support] adding / configuring a VLAN

2020-12-17 Thread Bruce Dubbs
On 12/17/20 10:24 AM, iw3...@arcor.de wrote: Hi all, recently I read some docs about adding and configuring VLANs under linux. It seems actually pretty simple, with something like: # ip link add link eth0 name eth0.100 type vlan id 100 you get a eth0.100 virtual network device and then you

Re: [lfs-support] adding / configuring a VLAN

2020-12-17 Thread iw3gtf
> On December 17, 2020 at 6:03 PM Bruce Dubbs wrote: > > > On 12/17/20 10:24 AM, iw3...@arcor.de wrote: > > Hi all, > > > > recently I read some docs about adding and configuring VLANs under linux. > > It seems actually pretty simple, with something like: > > > > # ip link add link eth0 name

Re: [lfs-support] adding / configuring a VLAN

2020-12-17 Thread Bruce Dubbs
On 12/17/20 11:32 AM, iw3...@arcor.de wrote: On December 17, 2020 at 6:03 PM Bruce Dubbs wrote: On 12/17/20 10:24 AM, iw3...@arcor.de wrote: Hi all, recently I read some docs about adding and configuring VLANs under linux. It seems actually pretty simple, with something like: # ip link