{"id":538,"date":"2017-01-19T12:16:43","date_gmt":"2017-01-19T12:16:43","guid":{"rendered":"https:\/\/visworlditsolution.wordpress.com\/?p=538"},"modified":"2017-01-19T12:16:43","modified_gmt":"2017-01-19T12:16:43","slug":"how-to-single-router-working-as-multiple-dhcp-server-packet-tracer-lab","status":"publish","type":"post","link":"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/19\/how-to-single-router-working-as-multiple-dhcp-server-packet-tracer-lab\/","title":{"rendered":"How to Single Router working as Multiple DHCP Server Packet Tracer Lab"},"content":{"rendered":"<p>hello guys today we will discuss about DHCP router how can we provide ip address in different \u00a0network through router.actually we will make DHCP router and configure ip address through router.if you are interested in networking field or u prepare any networking exam so this tutorial is a very help full for \u00a0you. so let we start<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-541\" src=\"https:\/\/visworlditsolution.files.wordpress.com\/2017\/01\/screenshot-571.png?w=300\" alt=\"dhcp router\" width=\"857\" height=\"406\" \/><\/p>\n<h3><span style=\"color:#ff0000;\">Step1 we will take three router and eight pc and create like this structure<\/span><\/h3>\n<p><span style=\"color:#ff0000;\"><strong>Step 2 we will make router0 dhcp server. before we create connection each-other pc and router\u00a0<\/strong><\/span><\/p>\n<p><span style=\"color:#ff0000;\"><strong>Step3 we will take serial wire and connect all router each-other<\/strong>\u00a0<\/span><\/p>\n<p><span style=\"color:#ff0000;\"><strong>Step 4 codeing for all routers\u00a0<\/strong><\/span><\/p>\n<h2><span style=\"color:#0000ff;\">ROUTER 0<\/span><\/h2>\n<p><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router#configure terminal<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Enter configuration commands, one per line. End with CNTL\/Z.<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config)#interface FastEthernet0\/0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 1.0.0.1 255.0.0.0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/1\/0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 2.0.0.1 255.0.0.0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color:#0000ff;\"><strong>ROUTER 1<\/strong><\/span><\/p>\n<p><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router#configure terminal<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Enter configuration commands, one per line. End with CNTL\/Z.<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config)#interface FastEthernet0\/0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 3.0.0.1 255.0.0.0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/0\/0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 2.0.0.2 255.0.0.0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/0\/1<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>ip address 4.0.0.1 255.0.0.0<\/strong><\/span><br \/>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color:#0000ff;\">ROUTER 2<\/span><\/strong><\/p>\n<p><strong><span style=\"color:#008000;\">Router&gt;enable<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router#configure terminal<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Enter configuration commands, one per line. End with CNTL\/Z.<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config)#interface Serial0\/0\/0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 4.0.0.2 255.0.0.0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#exit<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config)#interface FastEthernet0\/0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 5.0.0.1 255.0.0.0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#exit<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config)#interface FastEthernet0\/1<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 6.0.0.1 255.0.0.0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<h2><span style=\"color:#ff0000;\">Step 4 then we configure static routing for all router<\/span><\/h2>\n<p>STATIC ROUTING FOR ROUTER 0<\/p>\n<p><strong>Router(config)#ip route 4.0.0.0 255.0.0.0 2.0.0.2<\/strong><br \/>\n<strong>Router(config)#ip route 5.0.0.0 255.0.0.0 2.0.0.2<\/strong><br \/>\n<strong>Router(config)#ip route 6.0.0.0 255.0.0.0 2.0.0.2<\/strong><br \/>\n<strong>Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2<\/strong><\/p>\n<p>STATIC ROUTING FOR ROUTER 1<\/p>\n<p><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1<\/strong><br \/>\n<strong>Router(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2<\/strong><br \/>\n<strong>Router(config)#ip route 6.0.0.0 255.0.0.0 4.0.0.2<\/strong><\/p>\n<p>STATIC ROUTING FOR ROUTER 2<\/p>\n<p><strong>Router(config)#ip route 2.0.0.0 255.0.0.0 4.0.0.1<\/strong><br \/>\n<strong>Router(config)#ip route 3.0.0.0 255.0.0.0 4.0.0.1<\/strong><br \/>\n<strong>Router(config)#ip route 1.0.0.0 255.0.0.0 4.0.0.1<\/strong><\/p>\n<h2><span style=\"color:#ff0000;\">Step 5 After static routing configuration we will go on router 0 and configure networl pool for all router\u00a0<\/span><\/h2>\n<p><span style=\"color:#0000ff;\">Network pool one \u00a0for pc0 and pc1<\/span><\/p>\n<h2><span style=\"color:#008000;\">Router(config-if)#ip dhcp pool one<\/span><br \/>\n<span style=\"color:#008000;\">Router(dhcp-config)#network 1.0.0.0 255.0.0.0<\/span><br \/>\n<span style=\"color:#008000;\">Router(dhcp-config)#default-router 1.0.0.1\u00a0<\/span><\/h2>\n<p><span style=\"color:#0000ff;\">Network pool two \u00a0 for pc 2 pc 3<\/span><\/p>\n<p><strong><span style=\"color:#008000;\">Router(config)#interface Serial0\/1\/0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip dhcp pool two<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(dhcp-config)#network 3.0.0.0 255.0.0.0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(dhcp-config)#default-router 3.0.0<\/span><\/strong>.1<\/p>\n<p><span style=\"color:#0000ff;\">Network pool routerthree for pc 4 \u00a0pc 5<\/span><\/p>\n<p><strong><span style=\"color:#008000;\">Router(config-if)#ip dhcp pool routerthree<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(dhcp-config)#network 5.0.0.0 255.0.0.0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(dhcp-config)#default-router 5.0.0.1<\/span><\/strong><\/p>\n<p><span style=\"color:#0000ff;\">Network pool routerfour \u00a0for pc6 pc7<\/span><\/p>\n<p><strong><span style=\"color:#008000;\">Router(config-if)#ip dhcp pool routerfour<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(dhcp-config)#network 6.0.0.0 255.0.0.0<\/span><\/strong><br \/>\n<strong><span style=\"color:#008000;\">Router(dhcp-config)#default-router 6.0.0.1<\/span><\/strong><\/p>\n<p>Step6 now we wiil go in router1 and open\u00a0FastEthernet0\/0 port and put below commands<\/p>\n<p><span style=\"color:#008000;\"><strong>Router(config-if)#ip helper-address 2.0.0.1<\/strong><\/span><\/p>\n<p>now open pc2 and pc 3 \u00a0ip configuration window and click on DHCP then you will get ip address\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-540\" src=\"https:\/\/visworlditsolution.files.wordpress.com\/2017\/01\/screenshot-58.png?w=300\" alt=\"dhcp router\" width=\"957\" height=\"392\" \/>same like we will go on router 2 command prompt and type below commands<\/p>\n<p>network port \u00a0FastEthernet0\/0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0<strong>Router(config-if)#ip helper-address 2.0.0.1<\/strong><\/p>\n<p>network port \u00a0FastEthernet0\/1 \u00a0 \u00a0 \u00a0 \u00a0\u00a0<strong>Router(config-if)#ip helper-address 2.0.0.1<\/strong><\/p>\n<p>if you have any problem in this process please comment here i will solve your problems. \u00a0you can also download <a href=\"https:\/\/drive.google.com\/open?id=0B-DQGzWetNG3cWZqX2tWYXJZeVk\">\u00a0Single Router working as Multiple DHCP Server:Packet Tracer\u00a0Lab<\/a> through this link just one click and download<\/p>\n<p>&nbsp;<\/p>\n<p>Thank you<\/p>\n<p>by Vishnu Sharma<\/p>\n","protected":false},"excerpt":{"rendered":"<p>hello guys today we will discuss about DHCP router how can we provide ip address in different \u00a0network through router.actually we will make DHCP router &hellip; <span class=\"ml-btn\"><a href=\"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/19\/how-to-single-router-working-as-multiple-dhcp-server-packet-tracer-lab\/\" class=\"more-link\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4,6],"tags":[51,52,165],"class_list":["post-538","post","type-post","status-publish","format-standard","hentry","category-ccna","category-ccna-server-configuration","tag-dhcp-server","tag-dhcp-server-with-four-router","tag-how-to-work-router-as-a-dhcp-server"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/538"}],"collection":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/comments?post=538"}],"version-history":[{"count":0,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/538\/revisions"}],"wp:attachment":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/media?parent=538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/categories?post=538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/tags?post=538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}