Different VLANs on interface

Hi there,

Can anybody help me out with the following config:

  • eth0: subnet 192.168.21.0/24

  • eth1: subnet 192.168.31.0/24

  • eth2.21: subnet 192.168.21/0 (Same as above)

  • eth2.31: subnet 192.168.31/0 (Same as above)

Basically I Need Shared vlans, once embedded in vlan config, once direct.

Regards
Wolfgang

Do you need bridges?

delete interfaces ethernet eth0 address
set interfaces bridge br21 address 192.168.21.x/24
set interfaces bridge br21 member interface eth0
set interfaces bridge br21 member interface eth2.21

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.