<?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: Communication issues between Portal and Server in same Azure VNet in ArcGIS Enterprise in the cloud Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252787#M562</link>
    <description>&lt;P&gt;It was absolutely the windows firewall, which was on by default.&lt;/P&gt;&lt;P&gt;Not quite sure how I missed that, but adding rules to allow the required port numbers on portal and server VMs to the windows firewall resolved it.&lt;/P&gt;&lt;P&gt;Note that no other NSG rules were required as by default, VMs in the same VNet can communicate on all ports.&lt;/P&gt;&lt;P&gt;Thanks for the responses. The powershell &lt;SPAN class=""&gt;Test-NetConnection tip is also a useful one.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 09:04:04 GMT</pubDate>
    <dc:creator>JohnFannon</dc:creator>
    <dc:date>2023-01-30T09:04:04Z</dc:date>
    <item>
      <title>Communication issues between Portal and Server in same Azure VNet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1251792#M551</link>
      <description>&lt;P&gt;We are attempting to put together a development ArcGIS Enterprise build in Azure that uses the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Server installed on a Windows VM (inc data store etc).&lt;/LI&gt;&lt;LI&gt;ArcGIS Portal installed on a Windows VM.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Server and Portal components (inc. Web Adaptors) have been installed manually on these VMs. We are NOT using Cloud Builder and do not wish to at this point for various reasons (mainly that this is not generally allowed to be used in customers environments).&lt;/P&gt;&lt;P&gt;Both VMs are within the same VNet and no specific firewall or NSG rules have been configured as by default all communication is allowed between VMs in the same VNet (as I understand it).&lt;/P&gt;&lt;P&gt;However, we are having connectivity issues when attempting to Add the ArcGIS Server to Portal (step 14 in &lt;A href="https://enterprise.arcgis.com/en/portal/10.9/install/windows/tutorial-creating-your-first-web-gis-configuration.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/10.9/install/windows/tutorial-creating-your-first-web-gis-configuration.htm&lt;/A&gt;). When we do this it fails to connect to server on the admin URL (i.e. port 6443).&lt;/P&gt;&lt;P&gt;When trying to open to the admin URL (e.g. &lt;A href="https://machine-name:6443/arcgis" target="_blank"&gt;https://machine-name:6443/arcgis&lt;/A&gt;) via a browser on the Portal VM, it also fails to connect with a timeout. However, we can browse to the Server web adptor URL (e.g. &lt;A href="https://machine-name/server" target="_blank"&gt;https://machine-name/server&lt;/A&gt;) from the Portal VM with no issues. From this, we assume that something is blocking traffic on port 6443 from the Portal VM to the Server VM.&lt;/P&gt;&lt;P&gt;Does anyone know why we would have such communication issues between two VMs in the same VNet? Are there specific rules we need to configure to allow communication on port 6443?&lt;/P&gt;&lt;P&gt;We are using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Standard build Windows Server 2022 VMs in Azure.&lt;/LI&gt;&lt;LI&gt;ArcGIS Server 10.9&lt;/LI&gt;&lt;LI&gt;ArcGIS Portal 10.9&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And are following the steps documented at &lt;A href="https://enterprise.arcgis.com/en/portal/10.9/install/windows/tutorial-creating-your-first-web-gis-configuration.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/10.9/install/windows/tutorial-creating-your-first-web-gis-configuration.htm&lt;/A&gt;. Except that we are using two VMs and not a single machine deployment.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 09:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1251792#M551</guid>
      <dc:creator>JohnFannon</dc:creator>
      <dc:date>2023-01-26T09:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Communication issues between Portal and Server in same Azure VNet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1251953#M553</link>
      <description>&lt;P&gt;I would add inbound rules to your NSG to allow port 7443, and 6443 on the VNet. That should take care of the timeout error in the browser. If that doesn't work, then I would add the same inbound rules to the Windows Firewall on the individual machines.&lt;/P&gt;&lt;P&gt;I noticed that the ArcGIS DataStore component wasn't called out above. To have a fully functional ArcGIS Enterprise deployment, that componet witll also need to be installed and configured.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1251953#M553</guid>
      <dc:creator>ReeseFacendini</dc:creator>
      <dc:date>2023-01-26T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Communication issues between Portal and Server in same Azure VNet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252104#M554</link>
      <description>&lt;P&gt;Have you checked the windows (OS) firewall?&amp;nbsp; It's very often turned on by default.&amp;nbsp; Turn it off (temporarily) to test and then set the rules if that allows you through?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 21:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252104#M554</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2023-01-26T21:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Communication issues between Portal and Server in same Azure VNet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252121#M555</link>
      <description>&lt;P&gt;Spend some time learning how to use Test-NetConnection in PowerShell.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Test-NetConnection&lt;/SPAN&gt;&lt;SPAN class=""&gt; -Port&lt;/SPAN&gt;&amp;nbsp;6443&amp;nbsp;&lt;SPAN class=""&gt;-ComputerName&lt;/SPAN&gt; &lt;SPAN class=""&gt;"myArcgisServer.com"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;-InformationLevel&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Detailed"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 21:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252121#M555</guid>
      <dc:creator>AngusHooper1</dc:creator>
      <dc:date>2023-01-26T21:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Communication issues between Portal and Server in same Azure VNet</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252787#M562</link>
      <description>&lt;P&gt;It was absolutely the windows firewall, which was on by default.&lt;/P&gt;&lt;P&gt;Not quite sure how I missed that, but adding rules to allow the required port numbers on portal and server VMs to the windows firewall resolved it.&lt;/P&gt;&lt;P&gt;Note that no other NSG rules were required as by default, VMs in the same VNet can communicate on all ports.&lt;/P&gt;&lt;P&gt;Thanks for the responses. The powershell &lt;SPAN class=""&gt;Test-NetConnection tip is also a useful one.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 09:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/communication-issues-between-portal-and-server-in/m-p/1252787#M562</guid>
      <dc:creator>JohnFannon</dc:creator>
      <dc:date>2023-01-30T09:04:04Z</dc:date>
    </item>
  </channel>
</rss>

