Hi all, just looking for some tips/ideas here to see if what I want is possible.
I have a small private network with a Win2008 server. The server is for deploying Win7 images to my laptops so it has a DHCP and PXE server running on it. DHCP assigns 192.168.0.x IP addresses.
The server has 2 network cards. 1 is currently unused and the other runs to a 24 port switch which my laptops hook up to.
We have our main network as well. The DHCP server on it assigns 10.100.6.x IP addresses on the vlan that my office is in.
What I'd like to do is:
bind the DHCP/PXE on my private network to the network card attached to my 24 port switch
plug the second network card into our main network, enabling my server to access other main network resources
enable the laptops on my private 192.168.0.x network to access the Internet and resources on the 10.100.6.x network
prevent anything on the 10.100.6.x network from picking up addresses from MY server
I'm pretty sure the binding in step 1 should allow step 2 to go off without a hitch. I am guessing that I need to bridge the 2 network cards on my server in order to allow sharing of Internet/network resources but I really don't know if that will allow outside computers to gain IP addresses from my DHCP server. From the view of the main network I would like it to see my server as just another computer and it doesn't interrupt anything, and all my laptops have access to the "outside world"
I am thinking simply setting the firewall on the adapter that connects to the 10.100.6.x network can just be set to block incoming connections and that will do as I need..?
I just want to make sure I'm correct before doing anything and not bring down a network of 30,000 users by accident
Thoughts? Thanks for your time.