{"id":408,"date":"2005-03-10T22:38:44","date_gmt":"2005-03-10T13:38:44","guid":{"rendered":"http:\/\/153.126.194.20\/?p=408"},"modified":"2024-11-17T15:23:39","modified_gmt":"2024-11-17T06:23:39","slug":"vine-dhcp%e3%82%b5%e3%83%bc%e3%83%90","status":"publish","type":"post","link":"https:\/\/funaori.com\/ja\/2005\/03\/10\/vine-dhcp%e3%82%b5%e3%83%bc%e3%83%90\/","title":{"rendered":"vine\/DHCP\u30b5\u30fc\u30d0"},"content":{"rendered":"<h2 id=\"content_1_0\"><a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?DHCP%A5%B5%A1%BC%A5%D0\" title=\"DHCP\u30b5\u30fc\u30d0 (194d)\">DHCP\u30b5\u30fc\u30d0<\/a><!--\/autolink-->\u306e\u7acb\u3061\u4e0a\u3052  <a class=\"anchor_super\" id=\"acb5341b\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FDHCP%A5%B5%A1%BC%A5%D0#acb5341b\" title=\"acb5341b\">\u2020<\/a><\/h2>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_1\">\u30b5\u30fc\u30d0\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb  <a class=\"anchor_super\" id=\"dd30df48\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FDHCP%A5%B5%A1%BC%A5%D0#dd30df48\" title=\"dd30df48\">\u2020<\/a><\/h3>\n<pre># apt-get install dhcp<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_2\">\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb  <a class=\"anchor_super\" id=\"p713e957\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FDHCP%A5%B5%A1%BC%A5%D0#p713e957\" title=\"p713e957\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30b5\u30f3\u30d7\u30eb\u304b\u3089\u30b3\u30d4\u30fc<\/li>\n<\/ul>\n<pre>#  cp \/usr\/doc\/dhcp-2.0pl5\/dhcpd.conf.sample \/etc\/dhcp.conf<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\/etc\/dhcpd.conf\u306e\u7de8\u96c6<\/li>\n<\/ul>\n<pre>subnet 192.168.0.0 netmask 255.255.255.0 {\r\n# --- default gateway\r\n        option routers                  192.168.0.1;\r\n        option subnet-mask              255.255.255.0;\r\n\r\n        option nis-domain               \"funaori.com\";\r\n        option domain-name              \"funaori.com\";\r\n        option domain-name-servers      192.168.0.1; \r\n\r\n        option time-offset              -5;     # Eastern Standard Time\r\n        option ntp-servers              192.168.0.1;\r\n#       option netbios-name-servers     192.168.0.1;\r\n# --- Selects point-to-point node (default is hybrid). Don't change this unless\r\n# -- you understand Netbios very well\r\n#       option netbios-node-type 2; \r\n\r\n        range dynamic-bootp 192.168.0.32 192.168.0.64;\r\n        default-lease-time 21600;\r\n        max-lease-time 43200;\r\n\r\n        # we want the nameserver to appear at a fixed address\r\n        #host ns {\r\n        #       next-server marvin.redhat.com;\r\n        #       hardware ethernet 12:34:56:78:AB:CD;\r\n        #       fixed-address 207.175.42.254;\r\n        #}\r\n}<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u5185\u5bb9\n<ul class=\"list2\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30c9\u30ec\u30b9\uff1a192.168.0.x<\/li>\n<li>\u30c9\u30e1\u30a4\u30f3\u30cd\u30fc\u30e0\uff1afunaori.com<\/li>\n<li>\u30b5\u30fc\u30d0\u30a2\u30c9\u30ec\u30b9\uff1a192.168.0.1<\/li>\n<li>\u5272\u308a\u5f53\u3066\u7bc4\u56f2\uff1a192.168.0.32\uff5e64<\/li>\n<li>Mac\u30a2\u30c9\u30ec\u30b9\u304b\u3089\u306e\u56fa\u5b9a\u5272\u308a\u5f53\u3066\u306f\u306a\u3057\uff0e<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\/etc\/sysconfig\/dhcpd\u306e\u7de8\u96c6<\/li>\n<\/ul>\n<pre>DHCPDARGS=eth0<\/pre>\n<ul class=\"list2\" style=\"padding-left:32px;margin-left:32px\">\n<li>eth0\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306bdhcp\u30b5\u30fc\u30d0\u3092\u9069\u7528\u3059\u308b\uff0e<\/li>\n<\/ul>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30b5\u30fc\u30d0\u306e\u7acb\u3061\u4e0a\u3052<\/li>\n<\/ul>\n<pre># \/etc\/rc.d\/init.d\/dhcpd start<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>DHCP\u30b5\u30fc\u30d0\u306e\u7acb\u3061\u4e0a\u3052 \u2020 \u2191 \u30b5\u30fc\u30d0\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb \u2020 # apt-get install dhcp \u2191 \u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb \u2020 \u30b5\u30f3\u30d7\u30eb\u304b\u3089\u30b3\u30d4\u30fc # cp \/usr\/doc\/dhcp-2.0pl5\/dhcpd.conf&hellip; <a class=\"more-link\" href=\"https:\/\/funaori.com\/ja\/2005\/03\/10\/vine-dhcp%e3%82%b5%e3%83%bc%e3%83%90\/\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">vine\/DHCP\u30b5\u30fc\u30d0<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"ja","_original_post":"408","footnotes":""},"categories":[15],"tags":[],"class_list":["post-408","post","type-post","status-publish","format-standard","hentry","category-vine","ja","entry"],"_links":{"self":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/comments?post=408"}],"version-history":[{"count":1,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/408\/revisions"}],"predecessor-version":[{"id":409,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/408\/revisions\/409"}],"wp:attachment":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/media?parent=408"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/categories?post=408"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/tags?post=408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}