Both DNS and DHCP should be installed and configured on your Windows 2008 domain controller. Your server should be set with a static IP address in the 192.168.2.x subnet with the default gateway set to the router's IP address. It should point to itself ONLY for DNS.
Your DHCP scope would be configured to start at 192.168.2.1 using 255.255.255.0 as the subnet mask for a basic class C network. I use an exclusion list to handle IP addresses that will be statically assigned to your server, router, and any other devices that might require a static IP address. How many you exclude depends on how many machines will be on the network and how many static IPs you think you'll need. You can also use DHCP reservations for this purpose, although for servers and routers you should definitely use static IPs. Configure your DHCP scope options to use your router's IP address as the default gateway and your server's IP address as the ONLY DNS server. This way, you'll be ensured that your workstations get the appropriate settings to be able to browse the Internet and your server.
Let me know if you need more specifics.