Add a router and configure VLANs. Vlan1 = 192.168.12.x and VLAN2 = 10.168.12.x
setup ACL to deny all traffic between the VLANs
then setups ACL's to permit only the specifc traffic (HTTP, FTP, ICMP, etc) from VLAN1 to VLAN2 or vice versa
Cisco ACLs are applied top-to-bottom, so if your DENY statement appears before your PERMIT statement, it will DENY by default.
- Matt