{"id":472,"date":"2020-08-28T19:24:12","date_gmt":"2020-08-29T00:24:12","guid":{"rendered":"https:\/\/truxgoservers.com\/blog\/?p=472"},"modified":"2020-08-28T19:24:15","modified_gmt":"2020-08-29T00:24:15","slug":"what-are-iptables-and-what-are-they-used-for","status":"publish","type":"post","link":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/","title":{"rendered":"What are IPtables and what are they used for?"},"content":{"rendered":"\n<p>IPtables is a command line utility for configuring the Linux kernel firewall implemented as part of the Netfilter project. The term iptables is also commonly used to refer to such a kernel firewall. It can be configured directly with iptables, or using one of the many existing console and graphics frontend. The term iptables is used for IPv4, and the term IP6tables for IPv6. Both iptables and ip6tables have the same syntax, but some options are specific to IPv4 or IPv6.<\/p>\n\n\n\n<p>In turn, each table contains a number of chains, some by default and others defined by the user. Within each iptables table the rules are organized in separate chains. While the tables are defined by the type of rules they maintain (filtering, swimming, packet handling), the chains represent the events that trigger or initiate each rule (netfilter hooks). In this way, the chains determine when the rules are evaluated (when a packet enters the system, when a packet leaves the system, when a packet must be forwarded to another system, etc.)<\/p>\n\n\n\n<p><strong>The different hooks present in the netfilter framework match the following strings:<\/strong><\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Prerouting:<\/strong> Incoming traffic, just before entering the kernel network stack. The rules in this chain are processed before making any routing decisions regarding where to send the packet.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Input:<\/strong> Incoming traffic, after being rooted and destined for the local system.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Forward:<\/strong> Incoming traffic, after being routed and destined to another host (forwarded).<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Output:<\/strong> Outgoing traffic originating from the local system, immediately after entering the kernel network stack.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Postrouting:<\/strong> Outgoing traffic originating from the local system or forwarded, after being routed and just before being put on the wire.<\/p>\n\n\n\n<p>The goal of chains is to be able to control when, throughout the flow of a packet through the system and the network stack, a rule is evaluated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">IPtables Commands<\/h2>\n\n\n\n<p><strong>To Start \/ Stop \/ Restart Iptables we must execute these commands:<\/strong><\/p>\n\n\n\n<p><strong><em>\u25b8<\/em><\/strong>sudo service iptables start<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em><\/strong>sudo service iptables stop<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em><\/strong>sudo service iptables restart<\/p>\n\n\n\n<p><strong>The main IPtables commands are the following:<\/strong><\/p>\n\n\n\n<p><br><strong><em>\u25b8<\/em><\/strong>&#8211;<strong>A -append:<\/strong> Add a rule to a chain.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-D -delete:<\/strong> Delete a rule from a specified chain.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-R -replace:<\/strong> Replace a rule.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-I -insert:<\/strong> Insert a rule instead of a string.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-L -list:<\/strong> Shows the rules that we pass as an argument.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-F -flush: <\/strong>Remove all rules from a chain.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-Z -zero: <\/strong>Clears all counters in a chain.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-N -new-chain:<\/strong> Allows the user to create their own chain.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-X -delete-chain:<\/strong> Deletes the specified chain.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-P -policy:<\/strong> Explains to the kernel what to do with packets that do not match any rule.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>-E -rename-chain:<\/strong> Change the order of a chain.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>IPtables is a command line utility for configuring the Linux kernel firewall implemented as part of the Netfilter project. The term iptables is also commonly used to refer to such a kernel firewall. It can be configured directly with iptables, or using one of the many existing console and graphics frontend. The term iptables is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":473,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,3],"tags":[39,101,27],"class_list":["post-472","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-iptables","category-linux","tag-guide","tag-iptables","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What are IPtables and what are they used for? - Truxgo Server Blog<\/title>\n<meta name=\"description\" content=\"Quick and easy guide that tells us about the function of IPtables and what are their functions that they provide to our Linux system...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are IPtables and what are they used for? - Truxgo Server Blog\" \/>\n<meta property=\"og:description\" content=\"Quick and easy guide that tells us about the function of IPtables and what are their functions that they provide to our Linux system...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/\" \/>\n<meta property=\"og:site_name\" content=\"Truxgo Server Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-29T00:24:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-29T00:24:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/iptables.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"705\" \/>\n\t<meta property=\"og:image:height\" content=\"344\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Truxgo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Truxgo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/\"},\"author\":{\"name\":\"Truxgo\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/person\\\/8b409c26449db6aa09724b45331e333e\"},\"headline\":\"What are IPtables and what are they used for?\",\"datePublished\":\"2020-08-29T00:24:12+00:00\",\"dateModified\":\"2020-08-29T00:24:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/\"},\"wordCount\":441,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/iptables.jpg\",\"keywords\":[\"Guide\",\"IPtables\",\"Linux\"],\"articleSection\":[\"Iptables\",\"Linux\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/\",\"name\":\"What are IPtables and what are they used for? - Truxgo Server Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/iptables.jpg\",\"datePublished\":\"2020-08-29T00:24:12+00:00\",\"dateModified\":\"2020-08-29T00:24:15+00:00\",\"description\":\"Quick and easy guide that tells us about the function of IPtables and what are their functions that they provide to our Linux system...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/iptables.jpg\",\"contentUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/iptables.jpg\",\"width\":705,\"height\":344},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/what-are-iptables-and-what-are-they-used-for\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What are IPtables and what are they used for?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\",\"name\":\"Truxgo Server Blog\",\"description\":\"Cloud Server and Hosting Tutorials.\",\"publisher\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\",\"name\":\"Truxgo Server Blog\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-truxgo-logo-blanco.png\",\"contentUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-truxgo-logo-blanco.png\",\"width\":1250,\"height\":278,\"caption\":\"Truxgo Server Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/person\\\/8b409c26449db6aa09724b45331e333e\",\"name\":\"Truxgo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"caption\":\"Truxgo\"},\"sameAs\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\"],\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/author\\\/truxgo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are IPtables and what are they used for? - Truxgo Server Blog","description":"Quick and easy guide that tells us about the function of IPtables and what are their functions that they provide to our Linux system...","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:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/","og_locale":"es_MX","og_type":"article","og_title":"What are IPtables and what are they used for? - Truxgo Server Blog","og_description":"Quick and easy guide that tells us about the function of IPtables and what are their functions that they provide to our Linux system...","og_url":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/","og_site_name":"Truxgo Server Blog","article_published_time":"2020-08-29T00:24:12+00:00","article_modified_time":"2020-08-29T00:24:15+00:00","og_image":[{"width":705,"height":344,"url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/iptables.jpg","type":"image\/jpeg"}],"author":"Truxgo","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Truxgo","Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#article","isPartOf":{"@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/"},"author":{"name":"Truxgo","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/person\/8b409c26449db6aa09724b45331e333e"},"headline":"What are IPtables and what are they used for?","datePublished":"2020-08-29T00:24:12+00:00","dateModified":"2020-08-29T00:24:15+00:00","mainEntityOfPage":{"@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/"},"wordCount":441,"commentCount":0,"publisher":{"@id":"https:\/\/truxgoservers.com\/blog\/#organization"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#primaryimage"},"thumbnailUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/iptables.jpg","keywords":["Guide","IPtables","Linux"],"articleSection":["Iptables","Linux"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/","url":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/","name":"What are IPtables and what are they used for? - Truxgo Server Blog","isPartOf":{"@id":"https:\/\/truxgoservers.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#primaryimage"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#primaryimage"},"thumbnailUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/iptables.jpg","datePublished":"2020-08-29T00:24:12+00:00","dateModified":"2020-08-29T00:24:15+00:00","description":"Quick and easy guide that tells us about the function of IPtables and what are their functions that they provide to our Linux system...","breadcrumb":{"@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#primaryimage","url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/iptables.jpg","contentUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/iptables.jpg","width":705,"height":344},{"@type":"BreadcrumbList","@id":"https:\/\/truxgoservers.com\/blog\/what-are-iptables-and-what-are-they-used-for\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truxgoservers.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What are IPtables and what are they used for?"}]},{"@type":"WebSite","@id":"https:\/\/truxgoservers.com\/blog\/#website","url":"https:\/\/truxgoservers.com\/blog\/","name":"Truxgo Server Blog","description":"Cloud Server and Hosting Tutorials.","publisher":{"@id":"https:\/\/truxgoservers.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truxgoservers.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/truxgoservers.com\/blog\/#organization","name":"Truxgo Server Blog","url":"https:\/\/truxgoservers.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/cropped-truxgo-logo-blanco.png","contentUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/cropped-truxgo-logo-blanco.png","width":1250,"height":278,"caption":"Truxgo Server Blog"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/person\/8b409c26449db6aa09724b45331e333e","name":"Truxgo","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","caption":"Truxgo"},"sameAs":["https:\/\/truxgoservers.com\/blog"],"url":"https:\/\/truxgoservers.com\/blog\/author\/truxgo\/"}]}},"_links":{"self":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/comments?post=472"}],"version-history":[{"count":1,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/472\/revisions"}],"predecessor-version":[{"id":474,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/472\/revisions\/474"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/media\/473"}],"wp:attachment":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/media?parent=472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/categories?post=472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/tags?post=472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}