<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 10.2 Web adaptor not fulling working from internet in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385490#M14978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; this does not look like an ArcGIS Server issue at all. Just to be clear, the only port that needs to be opened to internet users is whatever port your IIS web site uses (typically http:80). Opening additional ports is not strictly necessary for your ArcGIS services to be accessed.&amp;nbsp;&amp;nbsp;&amp;nbsp; At first sight it looks like your organization has some sort of proxy on top of your Web Adaptor. This proxy is most likely blocking calls to your ArcGIS Server once the url goes beyond .../services/&amp;nbsp;&amp;nbsp;&amp;nbsp; I would start by showing your IT department the issue.&amp;nbsp; You can also open a Technical Support incident with Esri to dig deeper.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Finally, I noticed that your administrative end points are open (accessible over the internet). It is good practice to hide them. This can be done easily through the Web Adaptor configuration page (a simple checkbox). It is not like people will be able to administer your server right away (your admin credentials are needed), but hiding your admin end points is good practice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ismael Chivite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server Product Manager&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2014 20:20:22 GMT</pubDate>
    <dc:creator>IsmaelChivite</dc:creator>
    <dc:date>2014-04-05T20:20:22Z</dc:date>
    <item>
      <title>10.2 Web adaptor not fulling working from internet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385487#M14975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have installed arcgis server 10.2 and the web adaptor on to iis in windows 2008r2.&amp;nbsp; Everything works great on my university network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I try to check the services directory from home the services don't open.&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mgs.geology.wmich.edu/arcgis/rest" rel="nofollow" target="_blank"&gt;http://mgs.geology.wmich.edu/arcgis/rest&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; works fine but if you go deeper i.e. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mgs.geology.wmich.edu/arcgis/rest/services/SampleWorldCities/MapServer" rel="nofollow" target="_blank"&gt;http://mgs.geology.wmich.edu/arcgis/rest/services/SampleWorldCities/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; The page fails to load on the internet where it works fine on the internal network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the server open to the web through the university firewall, I've tried reinstalling arcgis server and the web adaptor. I can't seem to figure out what the problem is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 15:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385487#M14975</guid>
      <dc:creator>KyleChouinard1</dc:creator>
      <dc:date>2014-03-28T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 Web adaptor not fulling working from internet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385488#M14976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you able to reach services without web adaptor using 6080?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check that all the ports are open. Go to a command prompt and type netstat -ao | findstr "LISTENING" | findstr "4000 4001 4002 4003 6080 6443"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These ports should be listening, if not, add exceptions for the ports in the Firewall&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 18:01:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385488#M14976</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2014-03-28T18:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 Web adaptor not fulling working from internet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385489#M14977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are you using for the hostname for each of your services in the Connection field (under General tab) of Service Properties?&amp;nbsp; Are you using &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;mgs.geology.wmich.edu&lt;/SPAN&gt;&lt;SPAN&gt; or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 15:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385489#M14977</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-31T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 Web adaptor not fulling working from internet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385490#M14978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; this does not look like an ArcGIS Server issue at all. Just to be clear, the only port that needs to be opened to internet users is whatever port your IIS web site uses (typically http:80). Opening additional ports is not strictly necessary for your ArcGIS services to be accessed.&amp;nbsp;&amp;nbsp;&amp;nbsp; At first sight it looks like your organization has some sort of proxy on top of your Web Adaptor. This proxy is most likely blocking calls to your ArcGIS Server once the url goes beyond .../services/&amp;nbsp;&amp;nbsp;&amp;nbsp; I would start by showing your IT department the issue.&amp;nbsp; You can also open a Technical Support incident with Esri to dig deeper.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Finally, I noticed that your administrative end points are open (accessible over the internet). It is good practice to hide them. This can be done easily through the Web Adaptor configuration page (a simple checkbox). It is not like people will be able to administer your server right away (your admin credentials are needed), but hiding your admin end points is good practice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ismael Chivite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server Product Manager&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 20:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385490#M14978</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2014-04-05T20:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 Web adaptor not fulling working from internet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385491#M14979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the responses everyone.&amp;nbsp; Turns out the university upgraded their firewall recently and was blocking arcgis for some reason. Everything now works as expected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As suggested I will be disabling the administrative endpoints through the web adaptor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 16:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-web-adaptor-not-fulling-working-from-internet/m-p/385491#M14979</guid>
      <dc:creator>KyleChouinard1</dc:creator>
      <dc:date>2014-04-08T16:53:56Z</dc:date>
    </item>
  </channel>
</rss>

