The steps for doing this areConnect N600 LAN port to 7700N LAN portDisable DHCP on N600Enable DHCP on 7700NManually give the N600 an ip in the 192.168.1.x range (outside the DHCP range)This will then put all devices in 192.168.1.x range, and be far simpler.
Simple assign the range in the DHCP Server after excluding some IPs For the Network Server(s). But if suppose you have already assigned the range and want to configure a static IP for the server in that range only, then just add the exclusion range in DHCP that you don't want DHCP to use for distribution. Exclusion range can be of one IP also. Hope this helped -- By MyNarutoAnime
Admin access. Generally there are DHCP settings to control the distribution of IP addresses. It varies from device to device.
Dynamic Host Configuration Protocol(DHCP) Server is used to distribute IP in the network automatically from the range specified in the DHCP Server while creating scope. -- By MyNarutoAnime ----
After installing the DHCP role, you configure a scope by giving it an IP address range, possible exclusions, and any scope options to be given out to clients. Then, you activate the scope, and you are done.
The port 67 and port 68 are used by DHCP and the DHCP clients.
dhcp has to be authorized
The use of a DHCP relay agent is an agent that relays DHCP between DHCP clients and DHCP servers on different IP networks. The DHCP relay agent is compliant with RFC 1542.
router (config)# ip dhcp servicerouter (dhcp-config)# ip dhcp pool router (dhcp-config)# network
In the LAN, its recommended to use DHCP because of the following two big reasons.Reliable IP address configuration: Using DHCP minimizes the human error caused while manual IP address configuration.Reduced Netwok Administration:Centralized and Automatic TCP/IP configurations.The ability to assign a full range of additional TCP/IP configuration values by means of DHCP options.
If you want to put your ip manually you have to disable the dhcp server. Hirothegood says: I need to add on to this- I have not been able to find a way to disable it. I can't find where to disable DHCP so I could have wireless on my DS. Can someone please help? Answer You do not have to disable DHCP to use a locally assigned address in a device. You just need to make sure that the address has not been assigned by DHCP. You will typically find that DHCP has a range of addresses it can assign from 100 up (maybe 50 or 100 above). You can pick an address below the range DHCP is responsible for, and it should work. I.E. Your network gateway is 192.168.1.1 Dhcp will probably start assigning addresses at 192.168.1.100 and go on up to 192.168.1.199. Just manually assign an address of 192.168.1.75 or something else below 100, and you should be ok.
(DHCP) Dynamic host Configuration Protocol. The Default Port Number is: for DHCP client : 546 for DHCP server : 547