My LAN currently is setup with subnet 192.168.1.x/24. I have a linux server serving internet service also in same subnet. There is 2 windows 2000 server running the domain and DNS services.
All clients connect to domain with this credentials assigned by DHCP server from both the windows2000 server.
ip : 192.168.1.x
subnet : 255.255.255.0
dns 1 : 192.168.1.2
dns 2 : 192.168.1.3
gateway : 192.168.1.4 (linux server)
So for, no problem. But now, I want to add another subnet to the system. Perhaps 192.168.2.x. But I am not sure how to do this.
I was thinking of adding another NIC to the linux server and it will act as a router to connect the 2 subnet. But then, what about the win2k servers and the DNS servers? If I continue using the win2k servers like this, how does the new subnet login to the domain? Do I absolutely need to have another set of domain servers?