JunPh wrote
Hi. Will it be possible to achieve this kind of setup?
in principle: yes, with your choosen topology: no.
You need to set the switch's default gateway to your router's IP (192.168.1.1) to forward traffic from one of the VLANs 10, 20 and 30 destined to an Internet service to the router. You can do so using VLAN 1 or port 1 being a routed port, but the VLAN's/routed ports's virtual interface (VIF, the IP for the switch as seen by the router) needs to be part of the 192.168.1.0/24 network, which means it must have an IP such as 192.168.1.2 or whatever, but not 192.168.0.1. See following topology (just ignore the switches in VLANs 10, 20 and 30 – since your clients are directly connected to the core switch):
Note also that you need to prevent unwanted Inter-VLAN routing using Access Control Lists (ACLs). But Inter-VLAN routing for traffic from clients to the Internet router as well as for replies from the Internet router to the clients needs to be enabled in such a topology, thus you cannot just turn off Inter-VLAN routing globally.
As @Merryworks wrote already, you need a DHCP server with an own DHCP address pool for the clients in VLANs 10, 20 and 30.
I recommend to use the built-in DHCP server of your T2600G switch to assign clients a dynamic IP according to the VLAN they are in. This DHCP server must also inform clients about their default gateway, which must be the VIF of the appropriate VLAN (e.g. 192.168.10.1 for clients in VLAN 10 etc.). To achieve this with the built-in DHCP server, you could define a L2 DHCP relay for those VLANs in the switch.
Since you have L2+ features in T2600G, make use of them. No Windoze DHCP server needed.