How can I set up VLAN-based separation in MikroTik without DHCP? A Linux server serves as Gateway/DHCP/DNS server. It has two network cards, one for LAN (eth0) and one for WAN (eth1).
On the Linux server, DHCP is already configured for each VLAN (10,20,30).
VLAN10: 192.168.10.0/24
VLAN20: 192.168.20.0/24
VLAN30: 192.168.30.0/24
The Linux server is connected to ether1.
The ether5 and ether6 are connected to WLAN, which is also configured for VLAN 10 and 20.
ether7 and 8 two PCs are directly connected via LAN cable, these should get the IP from the subnet range VLAN30.
I could use this configuration viewtopic.php?t=143620#p706997 for switch (switch.rsc), with the difference that I choose ether1, 5 and 6 as trunk (instead of SFP1/2)? And Ether7 and 8 I must assign the PVID30. Correct?