I found this maybe its a help to you:
Now to answer your question..your question is probably "Do I have to shut off DHCP on the ISP supplied gateway?" The answer is "NO". Matter of fact, you're safer to leave it on. That DHCP service will be broadcasting on the WAN interface of your server..which is not part of your LAN, the server will not pass that DHCP on through its routing.
What I do before running the ICW....is give each NIC the IP that I want. Your server has 2x NICs you say. What I do, is right click each on in my Network Properties window..and re-name them accordingly...by default you'll have something like Local Area Connection 1 and Local Area Connection 2. The NIC going to the broadband connection...I'll rename WAN. The NIC going to the switch for the local network...I'll call LAN.
I then assign them IP's based on how I wish to setup my network. The WAN NIC...I'll assign it a static IP address that's within the range of the broadband router. Say your ISP supplied gateway is..192.168.1.254...give your WAN NIC an IP in that range...but outside the gateways DHCP pool. Meaning..if the ISP supplied gateway runs DHCP...say it hands out addresses starting at 2 or 100 or whatever...just pick an IP that it would not normally hand out. Since you'll only have 1x device connected to it...you're pretty safe. Pick something like 192.168.1.11.
Now for your LAN side...you'll need a different IP range naturally, so do something like 192.168.3.11 for the LAN NIC. You only have to fill in the IP and subnet mask....when you run the ICW...it will fill in the necessary gateway, DNS, and WINS...and should setup the proper binding provider orders.
Reason to leave DHCP on in your ISP gateway? Just as a safety net. It's harmless leaving it on, since it's not on your local network. And if you "forget" the settings 'n what not...you can just flip your WAN NIC to obtain auto..and start over again.
So normally it's true...in most cases (except for larger networks with active directory)...you only want 1x DHCP service on a network. With Active Directory and multiple servers..you can have a couple of DHCP services...AD will spread the load there, they won't compete.
Once you talk about a multi-homed server though, such as in this case..we're technically talking about 2x separate networks here..the WAN NIC, and the LAN NIC. The router can run DHCP for the WAN interface..even though he won't really use DHCP there, but it's harmless and better to leave it on. And the server will run DHCP for the LAN interface.