Quote:
Port 1 to 4 are VLAN 192.168.10.0
Port 5 to 8 are VLAN 192.168.20.0
Port 9 to 12 are VLAN 192.168.30.0
Port 1 to 4 can connect to file server on Port 24 with IP address 192.168.10.1
Port 5 to 8 can connect to file server on Port 24 with IP address 192.168.20.1
Port 9 to 12 can connect to file server on Port 24 with IP address 192.168.30.1
So call your first VLAN (192.168.10.0) VLAN 10
Second VLAN (192.168.20.0) VLAN 20
3rd VLAN (192.168.30.0) VLAN 30
Ports 1-4 are in VLAN 10, probably access ports (as in, only one VLAN is supported on this interface, so the device connecting to them does not need to know its own VLAN, the switch will take care of it)
Ports 4-8 are in VLAN 20, probably access ports
Ports 9-12 are in VLAN 30, probably access ports
Port 24 is a trunk port, which is AT LEAST trunking VLANs 10, 20 and 30. By default it will trunk all VLANs unless you've specified which ones you will permit on the trunk.
I hope that helps.....