Hi,
ah - ok. The manual I referenced refers to an older DGS-1210-28 which doesn't provide L3 Functions. Found a more recent
manual V5.00 for switch model DGS-1210-28MP, looks like this is the model you use?
Here the VLAN that the first management interface shall be assigned to can already be selected within "System > System Settings".
I studied about the L3 functions: It seems to me like any L3 Interface defined for another VLAN does not constitute an own routing context (VRF) but only extends the switch's global routing context by an additional SVI. Hence you can only have a single global routing table with a single default route defined via "System > System Settings". From what you said I conclude you selected VLAN 2 (192.168.12.0/24) within "System > System Settings" and set the Gateway to 192.168.12.1.
This would mean for L3 interfaces 192.168.11.5 and 192.168.11.6 that without additional host routes within your Firewall/Router or static routes within your switches they can only be accessed by clients within VLAN 1, because for clients within VLANs 2,3 and 4 you would have asymmetric routing that should be blocked by the firewall (routed traffic from these VLANs sent to the switches via VLAN 1, reverse traffic from the switches sent back via VLAN 2). For clients within VLANs 2,3 and 4 (assuming them to have configured your firewall/router as their gateway 192.168.X.1, X=11,12,13,14) you would either have to define the following host routes within your firewall/router:
192.168.11.5/32 next hop 192.168.12.5 via interface vlan2
192.168.11.6/32 next hop 192.168.12.6 via interface vlan2
Or, as an alternative and perhaps the better choice, you can instead define additional static routes within your switches for routing to VLANs 2, 3 and 4 via VLAN 1:
192.168.12.0/24 next hop 192.168.11.1 via interface vlan1
192.168.13.0/24 next hop 192.168.11.1 via interface vlan1
192.168.14.0/24 next hop 192.168.11.1 via interface vlan1 )
On the other hand the problems you observed cannot be explained by the missing of these routes.
Hence something else may possibly be wrong. What about the PVID settings of the switch ports. Did you set them accordingly or are they all left at their default values PVID=1 (which would be wrong for some set of ports)?
PT