{"id":2866,"date":"2020-05-12T01:04:02","date_gmt":"2020-05-12T01:04:02","guid":{"rendered":"https:\/\/wiki.thomasandsofia.com\/?p=2866"},"modified":"2020-05-12T01:07:35","modified_gmt":"2020-05-12T01:07:35","slug":"icnd1-initial-lab-setup","status":"publish","type":"post","link":"https:\/\/wiki.thomasandsofia.com\/?p=2866","title":{"rendered":"ICND1 Initial Lab Setup"},"content":{"rendered":"<p><a href=\"\/course-introduction\/\">&lt; ICND1 Main Menu<\/a><\/p>\n<h1>Initial R1 Router Setup<\/h1>\n<p>Should be able to do this by heart!<\/p>\n<pre>enable\r\nconfigure terminal\r\n# Configure the hostname and domain name\r\nhostname r1\r\nip domain name tas.lab\r\n\r\n# configure Interface F0\/0 with 10.0.0.1\r\ninterface fastethernet0\/0\r\nip address 10.0.0.1 255.255.255.0\r\nno shutdown\r\n\r\n# enable DNS lookups\r\nip domain lookup\r\nip name-server 10.0.0.1\r\n\r\n# configure as a DNS server\r\nip dns server\r\n\r\n# add itself and the bastion\r\nip host r1.tas.lab 10.0.0.1\r\nip host pi3b.tas.lab 10.0.0.10\r\n\r\n# configure for SSH<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt; ICND1 Main Menu Initial R1 Router Setup Should be able to do this by heart! enable configure terminal # Configure the hostname and domain name hostname r1 ip domain name tas.lab # configure Interface F0\/0 with 10.0.0.1 interface fastethernet0\/0 ip address 10.0.0.1 255.255.255.0 no shutdown # enable DNS lookups ip domain lookup ip name-server ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/wiki.thomasandsofia.com\/?p=2866\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[],"class_list":["post-2866","post","type-post","status-publish","format-standard","hentry","category-icnd1-ccent"],"_links":{"self":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/2866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2866"}],"version-history":[{"count":3,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/2866\/revisions"}],"predecessor-version":[{"id":2870,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/2866\/revisions\/2870"}],"wp:attachment":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}