<?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: Virtualization server via firewall in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164994#M118710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I added 192-168-10-10.ip.alfrescodemo.net to the /etc/hosts and now the above error message is gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead I have the problem with the company footer as in this thread &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=10491" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=10491&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;checked all that is suggested there, and all is on the correct places.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also get this error in the error log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14:58:32,226 ERROR [org.alfresco.linkvalidation.LinkValidationServiceImpl] Error validating internal link: java.net.ConnectException Connection refused&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did check that the user and password is correct for the virtualization server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 15:03:20 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2008-02-26T15:03:20Z</dc:date>
    <item>
      <title>Virtualization server via firewall</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164993#M118709</link>
      <description>Hi,I'm trying to get virtualisation to work behind a firewall.The setup is with both alfresco tomcat and virtulization server on the same machine (debian) with internal ip 192.168.100.100The virtualization server has been configured in alfresco-virtserver.propertiesto use the ip of firewall192-168-1</description>
      <pubDate>Tue, 26 Feb 2008 11:33:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164993#M118709</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2008-02-26T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Virtualization server via firewall</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164994#M118710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I added 192-168-10-10.ip.alfrescodemo.net to the /etc/hosts and now the above error message is gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead I have the problem with the company footer as in this thread &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=10491" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=10491&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;checked all that is suggested there, and all is on the correct places.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also get this error in the error log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14:58:32,226 ERROR [org.alfresco.linkvalidation.LinkValidationServiceImpl] Error validating internal link: java.net.ConnectException Connection refused&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did check that the user and password is correct for the virtualization server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 15:03:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164994#M118710</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2008-02-26T15:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Virtualization server via firewall</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164995#M118711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tested to change the virtualization server in alfresco-virtserver.properties to reply with the internal ip, like 192-168-100-20.ip.alfrescodemo.net.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All error messages are then gone and creating new 'press releases' works. But then of course the problem is that the preview doesn't work for those outside the firewall, because it is an internal ip returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also tried opeing ports 50500, 50501 in the firewall as well with no success. Also tried with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iptables -t nat -A PREROUTING -d [External ip] -p tcp -m tcp –dport 50501 -j DNAT [internal ip] on the internal server to route the stuff back. tcpdump still shows that it tries to connect to firewall so maybe this was not how iptables should be configured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone been able to use WCM and preview behind a firewall?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see the scenario were you need external reviewers to be able to preview, although most of the stuff is done internally within firewall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 11:54:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualization-server-via-firewall/m-p/164995#M118711</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2008-02-29T11:54:01Z</dc:date>
    </item>
  </channel>
</rss>

