{"id":4849,"date":"2014-07-31T11:50:38","date_gmt":"2014-07-31T17:50:38","guid":{"rendered":"http:\/\/gregsowell.com\/?p=4849"},"modified":"2014-08-05T08:49:53","modified_gmt":"2014-08-05T14:49:53","slug":"belkin-routers-mikrotik-hotspot","status":"publish","type":"post","link":"https:\/\/gregsowell.com\/?p=4849","title":{"rendered":"Belkin\/Netgear Routers And Microsoft &#8211; Mikrotik Hotspot"},"content":{"rendered":"<p>So new Belkin routers will give you serious heartburn on your Mikrotik Hotspots.<\/p>\n<p>In a normal hotspot server, you will hijack all internet traffic until a user either accepts trial access or logs in.  This normally works great with any PC\/MAC\/Router&#8230;unless you are using a newer Belkin router.<\/p>\n<p>If a Belkin router can&#8217;t connect to the internet it will take you to an internal page saying &#8220;Everything is terrible and life is over.&#8221;  Since it grabs your traffic, it will never allow you to get to the hotspot page&#8230;and thus never be able to authenticate.<\/p>\n<p>So when the Belkin boots up and pulls and IP it tries to ping heartbeat.belkin.com.  If it is unable to access the site it thinks everything is down.  The easiest thing to do is add an ip exclusion:<\/p>\n<pre class=\"gs-code\"><code class=\"language-plaintext\">\/ip hotspot walled-garden ip\r\nadd action=accept comment=belkin-router-bypass disabled=no dst-address=67.20.176.130<\/code><\/pre>\n<p>The routers will be able to reach the internet, and all will be right with the world.<\/p>\n<p>Alternately, and vastly more fun, is to set a DNS entry in the Mikrotik for heartbeat.belkin.com to resolve to 127.0.0.1.  This way the router would just ping itself and thus always remain available.  This also means that if Belkin were to change the IP that this address resolves to it would continue to work \ud83d\ude1b<\/p>\n<pre class=\"gs-code\"><code class=\"language-plaintext\">\/ip dns static\r\nadd address=127.0.0.1 name=heartbeat.belkin.com<\/code><\/pre>\n<p>Justin added Netgear to my list with:<\/p>\n<pre class=\"gs-code\"><code class=\"language-plaintext\">\/ip hotspot walled-garden ip\r\nadd action=accept comment=Netgear.com disabled=no dst-address=206.16.44.90<\/code><\/pre>\n<p>JJ just added Microsoft internet detection bypass:<\/p>\n<pre class=\"gs-code\"><code class=\"language-plaintext\">\/ip hotspot walled-garden ip\r\nadd action=accept comment=WindowsNetDetect disabled=no dst-address=131.107.255.255\r\n\/ip hotspot walled-garden\r\nadd comment=WindowsNetDetect dst-host=*.msftncsi.com&quot;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>So new Belkin routers will give you serious heartburn on your Mikrotik Hotspots. In a normal hotspot server, you will hijack all internet traffic\u2026<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,6,8],"tags":[],"class_list":["post-4849","post","type-post","status-publish","format-standard","hentry","category-hotspot","category-mikrotik","category-networking"],"_links":{"self":[{"href":"https:\/\/gregsowell.com\/index.php?rest_route=\/wp\/v2\/posts\/4849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gregsowell.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gregsowell.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gregsowell.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/gregsowell.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4849"}],"version-history":[{"count":5,"href":"https:\/\/gregsowell.com\/index.php?rest_route=\/wp\/v2\/posts\/4849\/revisions"}],"predecessor-version":[{"id":4854,"href":"https:\/\/gregsowell.com\/index.php?rest_route=\/wp\/v2\/posts\/4849\/revisions\/4854"}],"wp:attachment":[{"href":"https:\/\/gregsowell.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4849"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gregsowell.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4849"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gregsowell.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}