{"id":2606,"date":"2017-05-08T10:15:22","date_gmt":"2017-05-08T15:15:22","guid":{"rendered":"https:\/\/www.foell.org\/justin\/?p=2606"},"modified":"2019-10-21T11:50:54","modified_gmt":"2019-10-21T16:50:54","slug":"virtualbox-connect-to-ubuntu-host-served-website","status":"publish","type":"post","link":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/","title":{"rendered":"VirtualBox: connect to Ubuntu host served website"},"content":{"rendered":"<p>I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn&#8217;t get to any of my sites that are served by the Ubuntu host. I had to <a href=\"http:\/\/jakegoulding.com\/blog\/2014\/04\/26\/running-dnsmasq-on-os-x-and-routing-to-virtual-machines\/\" target=\"_blank\" rel=\"noopener noreferrer\">do some tricks to get this working on my old work Mac<\/a>, and the same principle applies for Ubuntu.<\/p>\n<p><!--more--><\/p>\n<p>On my Ubuntu system, I use <a href=\"https:\/\/www.foell.org\/justin\/tag\/dnsmasq\/\">Dnsmasq<\/a> for local DNS so I can test sites locally like <code>client1.test<\/code>, <code>client2.test<\/code>, etc. Normally those fake top-level domains resolve to a localhost IP: 127.0.0.1. But when you bring VirtualBox into the mix, the host and the guest both have their own notions of localhost. We need a common ground to communicate on. This is solved with a loopback alias.<\/p>\n<h2>Loopback Alias<\/h2>\n<p>A loopback alias is just another IP that you can assign to your localhost loopback device. To add one, add the following to your network interfaces configuration file:<\/p>\n<p><code>sudo vi \/etc\/network\/interfaces<\/code><\/p>\n<pre>\r\nauto lo:0\r\niface lo:0 inet static\r\n\taddress 10.254.254.254\r\n\tnetwork 10.0.0.0\r\n\tnetmask 255.255.255.255\r\n<\/pre>\n<p><code>sudo service networking restart<\/code><\/p>\n<h2>Dnsmasq<\/h2>\n<p>Now instead of having your fake TLDs resolve to 127.0.0.1, we need them to resolve to our loopback alias address &#8211; 10.254.254.254. Depending if you&#8217;re using Dnsmasq with or without NetworkManager, you can edit\/add the following file (respectively):<\/p>\n<p><code>sudo vi \/etc\/NetworkManager\/dnsmasq.d\/01_localhost<\/code><br \/>\nOR<br \/>\n<code>sudo vi \/etc\/dnsmasq.d\/01_localhost<\/code><\/p>\n<pre>\r\naddress=\/test\/10.254.254.254\r\n<\/pre>\n<p><code>sudo service network-manager restart<\/code><\/p>\n<h2>VirtualBox Networking<\/h2>\n<p>Lastly, we just need to tell our VirtualBox guest to use the DNS from our host system. These instructions work for both OSX and Linux hosts: <a href=\"https:\/\/serverfault.com\/questions\/453185\/vagrant-virtualbox-dns-10-0-2-3-not-working\/453260#453260\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/serverfault.com\/questions\/453185\/vagrant-virtualbox-dns-10-0-2-3-not-working\/453260<\/a><\/p>\n<p>I&#8217;m using the 2nd option to make the guest use the host&#8217;s DNS settings:<\/p>\n<p><code>VBoxManage modifyvm \"VM name\" --natdnshostresolver1 on<\/code><\/p>\n<p>Test everything out by starting your VM guest and pinging 10.254.254.254 for network connectivity. Then try to ping a <code>.test<\/code> domain from the guest. If it looks good you should be able to load a <code>.test<\/code> domain through Internet Explorer on the guest OS.<\/p>\n<div class='kindleWidget kindleLight' ><img decoding=\"async\" src=\"https:\/\/www.foell.org\/justin\/wp-content\/plugins\/send-to-kindle\/media\/white-15.png\" \/><span>Send to Kindle<\/span><\/div>","protected":false},"excerpt":{"rendered":"<p>I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn&#8217;t get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. Send&hellip; <a href=\"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"VirtualBox - connecting to Ubuntu host served website","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1,17,8,22],"tags":[116,23,166,152,151],"class_list":["post-2606","post","type-post","status-publish","format-standard","hentry","category-business","category-dns","category-ubuntu","category-wordpress","tag-apple","tag-dnsmasq","tag-linux","tag-mac","tag-osx"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn&#039;t get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Justin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Justin Foell - Technology, Bicycling, Hobbies, Kids, Life.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"VirtualBox: connect to Ubuntu host served website - Justin Foell\" \/>\n\t\t<meta property=\"og:description\" content=\"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn&#039;t get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-05-08T15:15:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-21T16:50:54+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VirtualBox: connect to Ubuntu host served website - Justin Foell\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn&#039;t get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#blogposting\",\"name\":\"VirtualBox: connect to Ubuntu host served website - Justin Foell\",\"headline\":\"VirtualBox: connect to Ubuntu host served website\",\"author\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#organization\"},\"datePublished\":\"2017-05-08T10:15:22-05:00\",\"dateModified\":\"2019-10-21T11:50:54-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#webpage\"},\"articleSection\":\"Business, DNS, Ubuntu, WordPress, Apple, Dnsmasq, Linux, Mac, OSX\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.foell.org\\\/justin\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/#listItem\",\"name\":\"Business\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/#listItem\",\"position\":2,\"name\":\"Business\",\"item\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/#listItem\",\"name\":\"Ubuntu\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/#listItem\",\"position\":3,\"name\":\"Ubuntu\",\"item\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#listItem\",\"name\":\"VirtualBox: connect to Ubuntu host served website\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/#listItem\",\"name\":\"Business\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#listItem\",\"position\":4,\"name\":\"VirtualBox: connect to Ubuntu host served website\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/#listItem\",\"name\":\"Ubuntu\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#organization\",\"name\":\"Justin Foell\",\"description\":\"Technology, Bicycling, Hobbies, Kids, Life.\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/\",\"name\":\"Justin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/946a5f509120117c629b5c8f22c3d50499ca6f07dcd771c787065f3871a63651?s=96&d=blank&r=pg\",\"width\":96,\"height\":96,\"caption\":\"Justin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#webpage\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/\",\"name\":\"VirtualBox: connect to Ubuntu host served website - Justin Foell\",\"description\":\"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn't get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/virtualbox-connect-to-ubuntu-host-served-website\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\"},\"datePublished\":\"2017-05-08T10:15:22-05:00\",\"dateModified\":\"2019-10-21T11:50:54-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#website\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/\",\"name\":\"Justin Foell\",\"description\":\"Technology, Bicycling, Hobbies, Kids, Life.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"VirtualBox: connect to Ubuntu host served website - Justin Foell","description":"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn't get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On","canonical_url":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#blogposting","name":"VirtualBox: connect to Ubuntu host served website - Justin Foell","headline":"VirtualBox: connect to Ubuntu host served website","author":{"@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author"},"publisher":{"@id":"https:\/\/www.foell.org\/justin\/#organization"},"datePublished":"2017-05-08T10:15:22-05:00","dateModified":"2019-10-21T11:50:54-05:00","inLanguage":"en-US","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#webpage"},"isPartOf":{"@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#webpage"},"articleSection":"Business, DNS, Ubuntu, WordPress, Apple, Dnsmasq, Linux, Mac, OSX"},{"@type":"BreadcrumbList","@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin#listItem","position":1,"name":"Home","item":"https:\/\/www.foell.org\/justin","nextItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/#listItem","name":"Business"}},{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/#listItem","position":2,"name":"Business","item":"https:\/\/www.foell.org\/justin\/category\/business\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/#listItem","name":"Ubuntu"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/#listItem","position":3,"name":"Ubuntu","item":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#listItem","name":"VirtualBox: connect to Ubuntu host served website"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/#listItem","name":"Business"}},{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#listItem","position":4,"name":"VirtualBox: connect to Ubuntu host served website","previousItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/#listItem","name":"Ubuntu"}}]},{"@type":"Organization","@id":"https:\/\/www.foell.org\/justin\/#organization","name":"Justin Foell","description":"Technology, Bicycling, Hobbies, Kids, Life.","url":"https:\/\/www.foell.org\/justin\/"},{"@type":"Person","@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author","url":"https:\/\/www.foell.org\/justin\/author\/justin\/","name":"Justin","image":{"@type":"ImageObject","@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/946a5f509120117c629b5c8f22c3d50499ca6f07dcd771c787065f3871a63651?s=96&d=blank&r=pg","width":96,"height":96,"caption":"Justin"}},{"@type":"WebPage","@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#webpage","url":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/","name":"VirtualBox: connect to Ubuntu host served website - Justin Foell","description":"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn't get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.foell.org\/justin\/#website"},"breadcrumb":{"@id":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/#breadcrumblist"},"author":{"@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author"},"creator":{"@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author"},"datePublished":"2017-05-08T10:15:22-05:00","dateModified":"2019-10-21T11:50:54-05:00"},{"@type":"WebSite","@id":"https:\/\/www.foell.org\/justin\/#website","url":"https:\/\/www.foell.org\/justin\/","name":"Justin Foell","description":"Technology, Bicycling, Hobbies, Kids, Life.","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.foell.org\/justin\/#organization"}}]},"og:locale":"en_US","og:site_name":"Justin Foell - Technology, Bicycling, Hobbies, Kids, Life.","og:type":"article","og:title":"VirtualBox: connect to Ubuntu host served website - Justin Foell","og:description":"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn't get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On","og:url":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/","article:published_time":"2017-05-08T15:15:22+00:00","article:modified_time":"2019-10-21T16:50:54+00:00","twitter:card":"summary_large_image","twitter:title":"VirtualBox: connect to Ubuntu host served website - Justin Foell","twitter:description":"I set up a new testing environment for IE11 through VirtualBox on my computer running Ubuntu. But I couldn't get to any of my sites that are served by the Ubuntu host. I had to do some tricks to get this working on my old work Mac, and the same principle applies for Ubuntu. On"},"aioseo_meta_data":{"post_id":"2606","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":"default","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,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-07-09 22:23:56","updated":"2025-06-09 19:03:03","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.foell.org\/justin\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.foell.org\/justin\/category\/business\/\" title=\"Business\">Business<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/\" title=\"Ubuntu\">Ubuntu<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVirtualBox: connect to Ubuntu host served website\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.foell.org\/justin"},{"label":"Business","link":"https:\/\/www.foell.org\/justin\/category\/business\/"},{"label":"Ubuntu","link":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/"},{"label":"VirtualBox: connect to Ubuntu host served website","link":"https:\/\/www.foell.org\/justin\/virtualbox-connect-to-ubuntu-host-served-website\/"}],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts\/2606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/comments?post=2606"}],"version-history":[{"count":14,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts\/2606\/revisions"}],"predecessor-version":[{"id":3579,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts\/2606\/revisions\/3579"}],"wp:attachment":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/media?parent=2606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/categories?post=2606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/tags?post=2606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}