{"id":1509,"date":"2016-02-02T15:55:09","date_gmt":"2016-02-02T08:55:09","guid":{"rendered":"http:\/\/www.windowskhmer.com\/?p=1509"},"modified":"2016-02-02T16:21:02","modified_gmt":"2016-02-02T09:21:02","slug":"how-to-install-dhcp-server-on-cent-os","status":"publish","type":"post","link":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html","title":{"rendered":"How to Install DHCP Server on Cent OS"},"content":{"rendered":"<p><a href=\"http:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg\" rel=\"attachment wp-att-1518\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1518\" src=\"http:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos-1024x576.jpg\" alt=\"dhcp-service-on-centos\" width=\"1024\" height=\"576\" srcset=\"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos-1024x576.jpg 1024w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos-300x169.jpg 300w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos-460x260.jpg 460w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos-128x72.jpg 128w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos-192x108.jpg 192w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>In this tutorial, you will learn how to install DHCP service on your Cent OS server. DHCP is the Dynamic Host Configuration Protocol that is a service that can manage and deliver IP addresses for your network.<\/p>\n<h2>Installing DHCP Service<\/h2>\n<p>To install DHCP service, you need to type the following command:<\/p>\n<p class=\"cmd\"># yum install dhcp<\/p>\n<h2>Configuring a Basic DHCP Configuration<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1521\" src=\"http:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/basic-dhcp-configuration.jpg\" alt=\"basic-dhcp-configuration\" width=\"602\" height=\"266\" srcset=\"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/basic-dhcp-configuration.jpg 602w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/basic-dhcp-configuration-300x133.jpg 300w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/basic-dhcp-configuration-128x57.jpg 128w, https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/basic-dhcp-configuration-192x85.jpg 192w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/p>\n<p>Configuration Setting that will use through this document:<\/p>\n<ul>\n<li>IP Range: 172.16.1.100 &#8211; 172.16.1.200 \/16<\/li>\n<li>DNS Server: 124.108.4.130, 124.108.4.131<\/li>\n<li>Default Gateway: 172.16.1.254<\/li>\n<li>Length of the lease:\n<ul>\n<li>600s =&gt; PCs &gt; IPs<\/li>\n<li>259200s (3 days) =&gt; IPs &gt;PCs<\/li>\n<li>43200s (12h) =&gt; Recommendation<\/li>\n<\/ul>\n<\/li>\n<li>WINS Server: 172.16.1.253<\/li>\n<li>Domain Name: titdara.internal<\/li>\n<\/ul>\n<p>To archive above configuration, you need to create or update text file <strong>\/etc\/dhcpd.conf <\/strong>as below:<\/p>\n<p class=\"cmd\"># vi \/etc\/dhcpd.conf<br \/>\nddns-update-style interim; Top of the file<br \/>\nignore client-updates;<br \/>\nsubnet 172.16.0.0 netmask 255.255.0.0 {<br \/>\noption routers 172.16.1.254; Default Gateway<br \/>\noption subnet-mask 255.255.0.0;<br \/>\noption domain-name &#8220;titdara.internal&#8221;;<br \/>\noption domain-name-servers 124.108.4.130, 124.108.4.131;<br \/>\noption time-offset -18000;<br \/>\noption netbios-name-servers 172.16.1.253; WINS Server<br \/>\nrange dynamic-bootp 172.16.1.100 172.16.1.200; Range to be assign<br \/>\ndefault-lease-time 43200;<br \/>\nmax-lease-time 86400;<br \/>\n}<\/p>\n<p>If we have more than one network interface we need to specify which interface work DHCP server:<\/p>\n<div class=\"cmd\">\n# vi \/etc\/sysconfig\/dhcpd<br \/>\nDHCPARGS=eth1\n<\/div>\n<p>\nChecklists after everything done:<br \/>\nNetwork Interface must have IP Configuration (172.16.1.1\/16)<br \/>\nSet DHCP as Startup service<\/p>\n<div class=\"cmd\">\n# chkconfig &#8211;level 2345 dhcpd on<br \/>\n# chkconfig &#8211;level 016 dhcpd off\n<\/div>\n<p>Make sure it work:<\/p>\n<div class=\"cmd\">\n# chkconfig &#8211;list<br \/>\ndhcpd dhcpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off\n<\/div>\n<p>Start dhcpd service<\/p>\n<div class=\"cmd\">\n# \/etc\/init.d\/dhcpd start\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, you will learn how to install DHCP service on your Cent OS server. DHCP is the Dynamic <a href=\"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html\" class=\"readmore\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":1518,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[293],"tags":[299,298,297],"class_list":["post-1509","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-centos","tag-dhcp","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install DHCP Server on Cent OS<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install DHCP Server on Cent OS\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, you will learn how to install DHCP service on your Cent OS server. DHCP is the Dynamic Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html\" \/>\n<meta property=\"og:site_name\" content=\"Windows Khmer\" \/>\n<meta property=\"article:published_time\" content=\"2016-02-02T08:55:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-02-02T09:21:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tithdara\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tithdara\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html\"},\"author\":{\"name\":\"Tithdara\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en#\\\/schema\\\/person\\\/e22b73410f0a5124b7e291893659a148\"},\"headline\":\"How to Install DHCP Server on Cent OS\",\"datePublished\":\"2016-02-02T08:55:09+00:00\",\"dateModified\":\"2016-02-02T09:21:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html\"},\"wordCount\":234,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.windowskhmer.com\\\/wp-content\\\/uploads\\\/2016\\\/02\\\/dhcp-service-on-centos.jpg\",\"keywords\":[\"CentOS\",\"DHCP\",\"Linux\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html\",\"url\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html\",\"name\":\"How to Install DHCP Server on Cent OS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.windowskhmer.com\\\/wp-content\\\/uploads\\\/2016\\\/02\\\/dhcp-service-on-centos.jpg\",\"datePublished\":\"2016-02-02T08:55:09+00:00\",\"dateModified\":\"2016-02-02T09:21:02+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en#\\\/schema\\\/person\\\/e22b73410f0a5124b7e291893659a148\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage\",\"url\":\"https:\\\/\\\/www.windowskhmer.com\\\/wp-content\\\/uploads\\\/2016\\\/02\\\/dhcp-service-on-centos.jpg\",\"contentUrl\":\"https:\\\/\\\/www.windowskhmer.com\\\/wp-content\\\/uploads\\\/2016\\\/02\\\/dhcp-service-on-centos.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/how-to-install-dhcp-server-on-cent-os-1509.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tutorials\",\"item\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/category\\\/tutorials\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/category\\\/tutorials\\\/linux\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Install DHCP Server on Cent OS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en#website\",\"url\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\",\"name\":\"Windows Khmer\",\"description\":\"The biggest windows community in Cambodia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.windowskhmer.com\\\/en?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.windowskhmer.com\\\/en#\\\/schema\\\/person\\\/e22b73410f0a5124b7e291893659a148\",\"name\":\"Tithdara\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3dc7cb540e36d1164a64e35ca6319b2849c15032ac302282bf562ad8b7fae67c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3dc7cb540e36d1164a64e35ca6319b2849c15032ac302282bf562ad8b7fae67c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3dc7cb540e36d1164a64e35ca6319b2849c15032ac302282bf562ad8b7fae67c?s=96&d=mm&r=g\",\"caption\":\"Tithdara\"},\"url\":\"https:\\\/\\\/www.windowskhmer.com\\\/en\\\/author\\\/titdara\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install DHCP Server on Cent OS","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html","og_locale":"en_US","og_type":"article","og_title":"How to Install DHCP Server on Cent OS","og_description":"In this tutorial, you will learn how to install DHCP service on your Cent OS server. DHCP is the Dynamic Read More","og_url":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html","og_site_name":"Windows Khmer","article_published_time":"2016-02-02T08:55:09+00:00","article_modified_time":"2016-02-02T09:21:02+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg","type":"image\/jpeg"}],"author":"Tithdara","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tithdara","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#article","isPartOf":{"@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html"},"author":{"name":"Tithdara","@id":"https:\/\/www.windowskhmer.com\/en#\/schema\/person\/e22b73410f0a5124b7e291893659a148"},"headline":"How to Install DHCP Server on Cent OS","datePublished":"2016-02-02T08:55:09+00:00","dateModified":"2016-02-02T09:21:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html"},"wordCount":234,"commentCount":0,"image":{"@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage"},"thumbnailUrl":"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg","keywords":["CentOS","DHCP","Linux"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html","url":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html","name":"How to Install DHCP Server on Cent OS","isPartOf":{"@id":"https:\/\/www.windowskhmer.com\/en#website"},"primaryImageOfPage":{"@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage"},"image":{"@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage"},"thumbnailUrl":"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg","datePublished":"2016-02-02T08:55:09+00:00","dateModified":"2016-02-02T09:21:02+00:00","author":{"@id":"https:\/\/www.windowskhmer.com\/en#\/schema\/person\/e22b73410f0a5124b7e291893659a148"},"breadcrumb":{"@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#primaryimage","url":"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg","contentUrl":"https:\/\/www.windowskhmer.com\/wp-content\/uploads\/2016\/02\/dhcp-service-on-centos.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.windowskhmer.com\/en\/how-to-install-dhcp-server-on-cent-os-1509.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.windowskhmer.com\/en"},{"@type":"ListItem","position":2,"name":"Tutorials","item":"https:\/\/www.windowskhmer.com\/en\/category\/tutorials"},{"@type":"ListItem","position":3,"name":"Linux","item":"https:\/\/www.windowskhmer.com\/en\/category\/tutorials\/linux"},{"@type":"ListItem","position":4,"name":"How to Install DHCP Server on Cent OS"}]},{"@type":"WebSite","@id":"https:\/\/www.windowskhmer.com\/en#website","url":"https:\/\/www.windowskhmer.com\/en","name":"Windows Khmer","description":"The biggest windows community in Cambodia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.windowskhmer.com\/en?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.windowskhmer.com\/en#\/schema\/person\/e22b73410f0a5124b7e291893659a148","name":"Tithdara","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3dc7cb540e36d1164a64e35ca6319b2849c15032ac302282bf562ad8b7fae67c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3dc7cb540e36d1164a64e35ca6319b2849c15032ac302282bf562ad8b7fae67c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3dc7cb540e36d1164a64e35ca6319b2849c15032ac302282bf562ad8b7fae67c?s=96&d=mm&r=g","caption":"Tithdara"},"url":"https:\/\/www.windowskhmer.com\/en\/author\/titdara"}]}},"_links":{"self":[{"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/posts\/1509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/comments?post=1509"}],"version-history":[{"count":11,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/posts\/1509\/revisions"}],"predecessor-version":[{"id":1525,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/posts\/1509\/revisions\/1525"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/media\/1518"}],"wp:attachment":[{"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/media?parent=1509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/categories?post=1509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.windowskhmer.com\/en\/wp-json\/wp\/v2\/tags?post=1509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}