{"id":4640,"date":"2022-12-20T18:09:24","date_gmt":"2022-12-20T21:09:24","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/shorewallzones-man5\/"},"modified":"2022-12-20T18:09:24","modified_gmt":"2022-12-20T21:09:24","slug":"shorewallzones-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/shorewallzones-man5\/","title":{"rendered":"SHOREWALL&minus;ZONES (man5)"},"content":{"rendered":"<h1 align=\"center\">SHOREWALL\u2212ZONES<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#NOTES\">NOTES<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">zones \u2212 Shorewall zone declaration file<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"31%\">\n<p style=\"margin-top: 1em\"><b>\/etc\/shorewall\/zones<\/b><\/p>\n<\/td>\n<td width=\"58%\"> <\/td>\n<\/tr>\n<\/table>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The \/etc\/shorewall\/zones file declares your network zones. You specify the hosts in each zone through entries in \/etc\/shorewall\/interfaces or \/etc\/shorewall\/hosts.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The columns in the file are as follows (where the column name is followed by a different name in parentheses, the different name is used in the alternate specification syntax).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>ZONE<\/b> \u2212 <i>zone<\/i>[<b>:<\/b><i>parent\u2212zone<\/i>[<b>,<\/b><i>parent\u2212zone<\/i>]&#8230;]<\/p>\n<p style=\"margin-left:17%;\">Name of the <i>zone<\/i>. Must start with a letter and consist of letters, digits or &#8216;_&#8217;. The names &#8220;all&#8221;, &#8220;none&#8221;, &#8220;any&#8221;, &#8220;SOURCE&#8221; and &#8220;DEST&#8221; are reserved and may not be used as zone names. The maximum length of a zone name is determined by the setting of the LOGFORMAT option in <b><font color=\"#0000FF\">shorewall.conf<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small> <font color=\"#000000\">(5). With the default LOGFORMAT, zone names can be at most 5 characters long. The maximum length of an iptables log prefix is 29 bytes. As explained in<\/font> <b><font color=\"#0000FF\">shorewall.conf<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small> <font color=\"#000000\">(5), the legacy default LOGPREFIX formatting string is \u201cShorewall:%s:%s:\u201d where the first %s is replaced by the chain name and the second is replaced by the disposition.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">\u2022 The &#8220;Shorewall:%s:%s:&#8221; formatting string has 12 fixed characters (&#8220;Shorewall&#8221; and three colons).<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">\u2022 The longest of the standard dispositions are ACCEPT and REJECT which have 6 characters each.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">\u2022 The canonical name for the chain containing the rules for traffic going from zone 1 to zone 2 is &#8220;<zone 1>2<zone 2>&#8221; or &#8220;<zone 1>\u2212<zone 2>&#8220;.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">\u2022 So if M is the maximum zone name length, such chains can have length 2*M + 1.<\/font><\/p>\n<p style=\"margin-left:29%;\"><font color=\"#000000\">12 + 6 + 2*M + 1 = 29 which reduces to <br \/> 2*M = 29 \u2212 12 \u2212 6 \u2212 1 = 10 or <br \/> M = 5<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">In Shorewall 5.1.0, the LOGFORMAT in the default and sample shorewall.conf files was changed to &#8220;%s:%s &#8220;.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">\u2022 That formatting string has 2 fixed characters (&#8220;:&#8221; and a space).<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">\u2022 So the maximum zone name length M is calculated as:<\/font><\/p>\n<p style=\"margin-left:29%;\"><font color=\"#000000\">2 + 6 + 2*M + 1 = 29 <br \/> 2M = 29 \u2212 2 \u2212 6 \u2212 1 = 20 <br \/> M = 10<\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The order in which Shorewall matches addresses from packets to zones is determined by the order of zone declarations. Where a zone is nested in one or more other zones, you may either ensure that the nested zone precedes its parents in this file, or you may follow the (sub)zone name by &#8220;:&#8221; and a comma\u2212separated list of the parent zones. The parent zones must have been declared in earlier records in this file. See<\/font> <b><font color=\"#0000FF\">shorewall\u2212nesting<\/font><\/b> <small><font color=\"#000000\">[2]<\/font><\/small> <font color=\"#000000\">(5) for additional information.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">Example:<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">#ZONE TYPE OPTIONS IN OPTIONS OUT OPTIONS <br \/> a ip <br \/> b ip <br \/> c:a,b ip<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">Currently, Shorewall uses this information to reorder the zone list so that parent zones appear after their subzones in the list. The IMPLICIT_CONTINUE option in<\/font> <b><font color=\"#0000FF\">shorewall.conf<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small> <font color=\"#000000\">(5) can also create implicit CONTINUE policies to\/from the subzone.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">Where an <b>ipsec<\/b> zone is explicitly included as a child of an <b>ip<\/b> zone, the ruleset allows CONTINUE policies (explicit or implicit) to work as expected.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">In the future, Shorewall may make additional use of nesting information.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>TYPE<\/b><\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>ip<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">This is the standard Shorewall zone type and is the default if you leave this column empty or if you enter &#8220;\u2212&#8221; in the column. Communication with some zone hosts may be encrypted. Encrypted hosts are designated using the &#8216;ipsec&#8217; option in<\/font> <b><font color=\"#0000FF\">shorewall\u2212hosts<\/font><\/b> <small><font color=\"#000000\">[3]<\/font><\/small> <font color=\"#000000\">(5). For clarity, this zone type may be specified as <b>ipv4<\/b> in IPv4 configurations and <b>ipv6<\/b> in IPv6 configurations.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>ipsec<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Communication with all zone hosts is encrypted. Your kernel and iptables must include policy match support. For clarity, this zone type may be specified as <b>ipsec4<\/b> in IPv4 configurations and <b>ipsec6<\/b> in IPv6 configurations.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>firewall<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Designates the firewall itself. You must have exactly one &#8216;firewall&#8217; zone. No options are permitted with a &#8216;firewall&#8217; zone. The name that you enter in the ZONE column will be stored in the shell variable $FW which you may use in other configuration files to designate the firewall zone.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>bport<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">The zone is associated with one or more ports on a single bridge. For clarity, this zone type may be specified as <b>bport4<\/b> in IPv4 configurations and <b>bport6<\/b> in IPv6 configurations.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>vserver<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Added in Shorewall 4.4.11 Beta 2 \u2212 A zone composed of Linux\u2212vserver guests. The zone contents must be defined in<\/font> <b><font color=\"#0000FF\">shorewall\u2212hosts<\/font><\/b> <small><font color=\"#000000\">[3]<\/font><\/small> <font color=\"#000000\">(5).<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">Vserver zones are implicitly handled as subzones of the firewall zone.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>loopback<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Added in Shorewall 4.5.17.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">Normally, Shorewall treats the loopback interface (lo) in the following way:<\/font><\/p>\n<p style=\"margin-left:29%; margin-top: 1em\"><font color=\"#000000\">\u2022 By default, all traffic through the interface is ACCEPTed.<\/font><\/p>\n<p style=\"margin-left:29%; margin-top: 1em\"><font color=\"#000000\">\u2022 If a $FW \u2212> $FW policy is defined or $FW \u2212> $FW rules are defined, they are placed in a chain named ${FW}2${F2} or ${FW}\u2212${FW} (e.g., &#8216;fw2fw&#8217; or &#8216;fw\u2212fw&#8217; ) depending on the ZONE2ZONE setting in<\/font> <b><font color=\"#0000FF\">shorewall.conf<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small> <font color=\"#000000\">(5).<\/font><\/p>\n<p style=\"margin-left:29%; margin-top: 1em\"><font color=\"#000000\">\u2022 $FW \u2212> $FW traffic is only filtered in the OUTPUT chain.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">By defining a <b>loopback<\/b> zone and associating it with the loopback interface in shorewall\u2212interfaces(5), you can effect a slightly different model. Suppose that the <b>loopback<\/b> zone name is &#8216;local&#8217;; then:<\/font><\/p>\n<p style=\"margin-left:29%; margin-top: 1em\"><font color=\"#000000\">\u2022 Both $FW \u2212> local and local \u2212> $FW chains are created.<\/font><\/p>\n<p style=\"margin-left:29%; margin-top: 1em\"><font color=\"#000000\">\u2022 The $FW \u2212> local and local \u2212> $FW policies may be different.<\/font><\/p>\n<p style=\"margin-left:29%; margin-top: 1em\"><font color=\"#000000\">\u2022 Both $FW \u2212> local and local \u2212> $FW rules may be specified.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">Rules to\/from the <b>loopback<\/b> zone and any zone other than the firewall zone are ignored with a warning.<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\"><b>loopback<\/b> zones may be nested within other <b>loopback<\/b> zones.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">local<\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Added in Shorewall 4.5.17. <b>local<\/b> is the same as <b>ipv4<\/b> with the exception that the zone is only accessible from the <b>firewall<\/b> and <b>vserver<\/b> zones.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>OPTIONS, IN OPTIONS and OUT OPTIONS<\/b> (options, in_options, out_options) \u2212 [<i>option<\/i>[<b>,<\/b><i>option<\/i>]&#8230;]<\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">A comma\u2212separated list of options. With the exception of the <b>mss<\/b> and <b>blacklist<\/b> options, these only apply to TYPE <b>ipsec<\/b> zones.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>dynamic_shared<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Added in Shorewall 4.5.9. May only be specified in the OPTIONS column and indicates that only a single ipset should be created for this zone if it has multiple dynamic entries in<\/font> <b><font color=\"#0000FF\">shorewall\u2212hosts<\/font><\/b> <small><font color=\"#000000\">[3]<\/font><\/small> <font color=\"#000000\">(5). Without this option, a separate ipset is created for each interface.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>reqid=<\/b><i>number<\/i><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">where <i>number<\/i> is specified using setkey(8) using the &#8216;unique:<i>number<\/i> option for the SPD level.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>spi=<\/b><number><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">where <i>number<\/i> is the SPI of the SA used to encrypt\/decrypt packets.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>proto=ah<\/b>|<b>esp<\/b>|<b>ipcomp<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">IPSEC Encapsulation Protocol<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>mss=<\/b><i>number<\/i><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">sets the MSS field in TCP packets. If you supply this option, you should also set FASTACCEPT=No in<\/font> <b><font color=\"#0000FF\">shorewall.conf<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small> <font color=\"#000000\">(5) to insure that both the SYN and SYN,ACK packets have their MSS field adjusted.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>mode=transport<\/b>|<b>tunnel<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">IPSEC mode<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>tunnel\u2212src=<\/b><i>address<\/i>[\/<i>mask<\/i>]<\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">only available with mode=tunnel<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>tunnel\u2212dst=<\/b><i>address<\/i>[\/<i>mask<\/i>]<\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">only available with mode=tunnel<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>strict<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Means that packets must match all rules.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\"><b>next<\/b><\/font><\/p>\n<p style=\"margin-left:23%;\"><font color=\"#000000\">Separates rules; can only be used with strict<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">The options in the OPTIONS column are applied to both incoming and outgoing traffic. The IN OPTIONS are applied to incoming traffic (in addition to OPTIONS) and the OUT OPTIONS are applied to outgoing traffic.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">If you wish to leave a column empty but need to make an entry in a following column, use &#8220;\u2212&#8221;.<\/font><\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">\/etc\/shorewall\/zones<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">\/etc\/shorewall6\/zones<\/font><\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b><font color=\"#0000FF\">https:\/\/shorewall.org\/Multiple_Zones.html<\/font><\/b> <small><font color=\"#000000\">[4]<\/font><\/small> <font color=\"#000000\">.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b><font color=\"#0000FF\">https:\/\/shorewall.org\/configuration_file_basics.htm#Pairs<\/font><\/b> <small><font color=\"#000000\">[5]<\/font><\/small><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">shorewall(8)<\/font><\/p>\n<h2>NOTES <a name=\"NOTES\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">1.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"21%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">shorewall.conf<\/font><\/p>\n<\/td>\n<td width=\"62%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/manpages\/shorewall.conf.html<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">2.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"26%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">shorewall-nesting<\/font><\/p>\n<\/td>\n<td width=\"57%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/manpages\/shorewall-nesting.html<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">3.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"23%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">shorewall-hosts<\/font><\/p>\n<\/td>\n<td width=\"60%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/manpages\/shorewall-hosts.html<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">4.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"63%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">https:\/\/shorewall.org\/Multiple_Zones.html<\/font><\/p>\n<\/td>\n<td width=\"20%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/Multiple_Zones.html<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">5.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"83%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">https:\/\/shorewall.org\/configuration_file_basics.htm#Pairs<\/font><\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/configuration_file_basics.htm#Pairs<\/font><\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  zones \u2212 Shorewall zone declaration file <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,1577],"class_list":["post-4640","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-shorewall-zones"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4640"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4640\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4640"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4640"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}