Q&A Categories
Find a Question:
dhcp in router
Dec
12
2012
how to configure dhcp by router for the number of system
Related posts:
- related to configure how to configure router of different place ...
- networking how do I configure a dlink router to feed a...
- Router what is a router ? ...
- how to basic configuration of cisco 2811 router ? that router has 2 ethernet interface, 1 is connected with...
Related posts brought to you by Yet Another Related Posts Plugin.
Answer this Question
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Star Points Scale
Earn points for Asking and Answering Questions!
[1 - 25
[26 - 50
[51 - 500
[501 - 5000
[5001 - 25000
[25001+ 
Answer #1
firstly we must connect all the systems to switch and switch to router
In router configuration we must configure ethernet interface to router [ for example i am taking router ip i . e default gateway as 10.0.0.50 so in router configuration we must type
router # config terminal
router config# int fa 0/0
router int # ip address 10.0.0.50 255.0.0.0
router int # no shut
router int # exit
router config # ip dhcp pool
router dhcp # net 10.0.0.0. 255.0.0.0
router dhcp # default 10.0.0.50
router dhcp # ip dhcp exc 10.0.0.1 10.0.0.20
now keep u r system in automatic ip in lan connections
B-):-) ok thanks for seeing
praveensurakasula@gmail.com