{"id":54267,"date":"2019-12-22T00:00:00","date_gmt":"2019-12-21T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik"},"modified":"2020-02-18T14:02:16","modified_gmt":"2020-02-18T11:02:16","slug":"how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik","title":{"rendered":"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>When faced with a question and after going through a lot of documentation, try to systematize and record what you have learned to remember it better. Also, create an instruction on this issue so you don't have to go through the entire process again.<\/p>\n<p><\/p>\n<p>The original documentation is available in large quantities at <noindex><a rel=\"nofollow\" href=\"https:\/\/forum.proxmox.com\">https:\/\/forum.proxmox.com<\/a><\/noindex> <noindex><a rel=\"nofollow\" href=\"https:\/\/wiki.hetzner.de\">https:\/\/wiki.hetzner.de<\/a><\/noindex><\/p>\n<p><noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2 id=\"postanovka-zadachi\">Task Definition<\/h2>\n<p><\/p>\n<p>The client wants to combine several rented servers into a single network to eliminate the need to pay for multiple additional subnets, connect all their equipment behind a router, assign local addresses internally, and protect it with a firewall. This way, all service traffic would run within a VLAN. Additionally, they wish to migrate virtual machines from one old server to a new one and decommission the old server, upgrade the old hardware being used, and also move to a fresh Proxmox installation.<\/p>\n<p><\/p>\n<p>Initially, the client has 5 servers, each with an additional subnet, with the first address from the allocated subnet assigned to an additional bridge on Proxmox. <\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/fa42daab8b3703e4a1bf926bc421e885.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>At the same time, VMs run on Windows and are configured with the address 85.x.x.177\/29 with a gateway of 85.x.x.176.<br \/>\nIn a similar way, all 5 servers are configured with their own virtual machines.<\/p>\n<p><\/p>\n<p>Interestingly, this configuration is incorrect in network setup principles, using the network address for the first node and also for the gateway. If you try to implement such a configuration on a virtual machine in Ubuntu, the network will not function.<br \/>\n\u2003<\/p>\n<p><\/p>\n<h2 id=\"realizaciya\">Implementation<\/h2>\n<p><\/p>\n<ul>\n<li>We create a vSwitch in the interface, assign it a VlanID, and add this vSwitch to all the necessary servers.<\/li>\n<\/ul>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/46183290bf149dc532816bb36206178e.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<ul>\n<li>We create a test server to allow configuration and migration without issues.<\/li>\n<\/ul>\n<p><\/p>\n<p>We launch the first virtual machine chr according to <strong><noindex><a rel=\"nofollow\" href=\"https:\/\/wiki.mikrotik.com\/wiki\/Manual:CHR_ProxMox_installation\">the instructions for Proxmox.<\/a><\/noindex><\/strong>. <\/p>\n<p><\/p>\n<p>If you are using the provided script, please note that it first checks for the existence of the directory -d \/root\/temp, and if it does not exist, it creates the directory \/home\/root\/temp; however, the subsequent operations are still conducted with the \/root\/temp directory. The script must be modified to create the appropriate directory.<\/p>\n<p><\/p>\n<ul>\n<li>We configure the network for Proxmox.<\/li>\n<\/ul>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/8a259a88ae768c811198408833ff7555.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>We add a subinterface with the VLAN number, indicating that address configuration will take place on the bridges using inet manual. IMPORTANT: Do not configure IP addresses on interfaces that you will later include in the bridge, as it is unknown how this will work, or if it will work at all.<\/p>\n<p><\/p>\n<p>Next, we create the bridge vmbr0 and assign the first address of the server, provided to us by the Hetzner provider, specifying the bridge port as the first physical interface without VLAN. Additionally, we use another command to add a route to our additional network ordered from Hetzner for this server through this bridge. The route addition will take effect when the interface comes up.<\/p>\n<p><\/p>\n<p>The second bridge will be our interface for local traffic, to which we add an address to establish connectivity between different Proxmox servers over the local network without going to the internet, specifying the sub-interface eno1.4000 assigned to our VlanID as the port.<br \/>\nDuring the initial setup, there are tips suggesting that you can install the ifupdown2 package for Proxmox and avoid rebooting the server entirely when making changes to network interfaces. However, this is only typical for the initial setup, and when using bridges and configuring virtual machines, you might encounter issues with the network drop in the VMs. For example, if you edit the interface vmbr2, applying the configuration can cause the network to drop on all internal interfaces, and it will not come back up until the server is fully restarted. ifdown&amp;&amp;ifup does not help. If anyone has a solution, I would appreciate it.<\/p>\n<p><\/p>\n<p>The first configured interface on the server remains operational and accessible.<\/p>\n<p><\/p>\n<ul>\n<li>\n<p>Allocate an address for CHR to avoid losing addresses from the pool.<br \/>\nThe pool of addresses allocated by Hetzner looks quite strange to a network engineer, approximately like this: <\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/d6f74e42e41a6bdeb7f172089b7c48fd.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>\n<\/li>\n<\/ul>\n<p><\/p>\n<p>The oddity is that it is suggested to use the physical server's own address as the gateway.<\/p>\n<p><\/p>\n<p>The classic option proposed by Hetzner is outlined in the task statement and has been implemented by the client independently. In this variant, the client loses the first address to the network address, the second address to the bridge proxmox which will also serve as the gateway, and the last address for the broadcast. IPv4 addresses are never excessive. However, if you try to directly assign the IP address 136.x.x.177\/29 to CHR and set the gateway to 0.0.0.0\/0 as 148.x.x.165, you can do it, but the gateway will not be Direct Connected and hence unreachable. <\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/ca6ba7eab91409c85a388135c050388e.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>You can resolve the issue by using a \/32 network for each address and specifying the desired address as the network name, which can be anything. This results in an equivalent point-to-point connection.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/6b7ac19527459656141c519c263f744b.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>In this case, the gateway will indeed be accessible, and everything will work as we need it to.<br \/>\nKeep in mind that in this configuration, it is not recommended to use the SRC-NAT masquerade rule, as the outgoing address will be indeterminate. It is better to specify action: src-NAT and the specific address from which you will be releasing the client.<\/p>\n<p><\/p>\n<ul>\n<li>And finally.<br \/>\nTo block access to Proxmox from the internet, use the built-in tools: there is an excellent firewall.<\/li>\n<\/ul>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"HOW-to \/ Network and VLAN configuration on a dedicated Hetzner server and Mikrotik\" src=\"\/wp-content\/uploads\/2019\/12\/898e599c2a83e4b4e1b481fbd196338b.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>It is advisable not to use the firewall offered by Hetzner to avoid confusion with the location of settings. Also, Hetzner's firewall will act on all networks, including those associated with CHR, and for opening and forwarding ports, you will need to configure it in the provider's web interface as well.<\/p>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/481290\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0421\u0442\u043e\u043b\u043a\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u0441 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u043c \u0438 \u043f\u0435\u0440\u0435\u0440\u044b\u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u043f\u043e\u0441\u0442\u0430\u0440\u0430\u0439\u0441\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e, \u0447\u0442\u043e \u0442\u044b \u0443\u0437\u043d\u0430\u043b, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043b\u0443\u0447\u0448\u0435. \u0410 \u0442\u0430\u043a \u0436\u0435 \u0441\u0434\u0435\u043b\u0430\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u0432\u043e\u043f\u0440\u043e\u0441\u0443, \u0447\u0442\u043e\u0431\u044b \u043d\u0435 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c \u0432\u0435\u0441\u044c \u043f\u0443\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e. \u0418\u0441\u0445\u043e\u0434\u043d\u0430\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u043d\u0430 https:\/\/forum.proxmox.com https:\/\/wiki.hetzner.de \u041f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0438 \u041a\u043b\u0438\u0435\u043d\u0442 \u0445\u043e\u0447\u0435\u0442 \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0430\u0440\u0435\u043d\u0434\u0443\u0435\u043c\u044b\u0445 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u0432 \u0432 \u043e\u0434\u043d\u0443 \u0441\u0435\u0442\u044c, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0430\u0432\u0438\u0442\u044c\u0441\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-54267","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0421\u0442\u043e\u043b\u043a\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u0441 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u043c \u0438 \u043f\u0435\u0440\u0435\u0440\u044b\u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u043f\u043e\u0441\u0442\u0430\u0440\u0430\u0439\u0441\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e, \u0447\u0442\u043e \u0442\u044b \u0443\u0437\u043d\u0430\u043b, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043b\u0443\u0447\u0448\u0435.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47HOW-to \/ \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0435\u0442\u0438 \u0438 VLAN \u043d\u0430 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c \u0441\u0435\u0440\u0432\u0435\u0440\u0435 Hetzner \u0438 Mikrotik | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0421\u0442\u043e\u043b\u043a\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u0441 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u043c \u0438 \u043f\u0435\u0440\u0435\u0440\u044b\u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u043f\u043e\u0441\u0442\u0430\u0440\u0430\u0439\u0441\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e, \u0447\u0442\u043e \u0442\u044b \u0443\u0437\u043d\u0430\u043b, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043b\u0443\u0447\u0448\u0435.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-12-21T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T11:02:16+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47HOW-to \/ Configuring network and VLAN on a dedicated server Hetzner and Mikrotik | ProHoster","description":"When faced with a question and after reviewing a large amount of documentation, try to systematize and record what you have learned to better remember it.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47HOW-to \/ \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0435\u0442\u0438 \u0438 VLAN \u043d\u0430 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c \u0441\u0435\u0440\u0432\u0435\u0440\u0435 Hetzner \u0438 Mikrotik | ProHoster","og:description":"\u0421\u0442\u043e\u043b\u043a\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u0441 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u043c \u0438 \u043f\u0435\u0440\u0435\u0440\u044b\u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u043f\u043e\u0441\u0442\u0430\u0440\u0430\u0439\u0441\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e, \u0447\u0442\u043e \u0442\u044b \u0443\u0437\u043d\u0430\u043b, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043b\u0443\u0447\u0448\u0435.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/how-to-nastrojka-seti-i-vlan-na-vydelennom-servere-hetzner-i-mikrotik","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-12-21T21:00:00+00:00","article:modified_time":"2020-02-18T11:02:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"54267","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-24 10:42:20","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 20:09:23","updated":"2026-01-24 10:42:20","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/54267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=54267"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/54267\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=54267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=54267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=54267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}