<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
    <link>http://communities.vmware.com/community/vmtn/archive/vi/esx?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 20 Oct 2006 20:17:57 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2006-10-20T20:17:57Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/498753?tstart=0#498753</link>
      <description>I figured out that the ports needed for Networker are inbound tcp on 7937 and 7938 and outbound on 7937 - 9936.  I didn't know how to put in a range of ports for the firewall so I contacted support on this and here is his reply:&lt;br /&gt;
&lt;br /&gt;
Unfortunately the esxcfg-firewall command cannot add a range of ports, as strange as this may sound.  &lt;br /&gt;
&lt;br /&gt;
I have done some investigating on this however, and found that edit the /etc/vmware/firewall/services.xml file and add a new service to so this.  I have no documentation on the proper syntax for this, however by reviewing the file you can get a picture of what exactly it should look like.  In general you will want to go to the bottom of the file and add a section that looks like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;service id='00xx'&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;NAME_OF_SERVICE&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;rule id='0000'&amp;gt;&lt;br /&gt;
      &amp;lt;direction&amp;gt;inbound&amp;lt;/direction&amp;gt;&lt;br /&gt;
      &amp;lt;protocol&amp;gt;tcp&amp;lt;/protocol&amp;gt;&lt;br /&gt;
      &amp;lt;port type='dst'&amp;gt;&lt;br /&gt;
        &amp;lt;begin&amp;gt;PORT_BEGIN&amp;lt;/begin&amp;gt;&lt;br /&gt;
        &amp;lt;end&amp;gt;PORT_END&amp;lt;/end&amp;gt;&lt;br /&gt;
      &amp;lt;/port&amp;gt;&lt;br /&gt;
    &amp;lt;/rule&amp;gt;&lt;br /&gt;
    &amp;lt;rule id='0001'&amp;gt;&lt;br /&gt;
      &amp;lt;direction&amp;gt;outbound&amp;lt;/direction&amp;gt;&lt;br /&gt;
      &amp;lt;protocol&amp;gt;tcp&amp;lt;/protocol&amp;gt;&lt;br /&gt;
      &amp;lt;port type='dst'&amp;gt;&lt;br /&gt;
        &amp;lt;begin&amp;gt;PORT_BEGIN&amp;lt;/begin&amp;gt;&lt;br /&gt;
        &amp;lt;end&amp;gt;PORT_END&amp;lt;/end&amp;gt;&lt;br /&gt;
      &amp;lt;/port&amp;gt;&lt;br /&gt;
    &amp;lt;/rule&amp;gt;&lt;br /&gt;
&amp;lt;/service&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WHERE:  &lt;br /&gt;
-service id='00xx' - is the next available service ID when you are looking at the last service entry in the services.xml file.&lt;br /&gt;
-NAME_OF_SERVICE - the name of the new service/ports you want to open&lt;br /&gt;
-PORT_BEGIN - the beginning port number&lt;br /&gt;
-PORT_END - the ending port number&lt;br /&gt;
&lt;br /&gt;
This generates a rule that opens the ports you have in PORT_BEGIN and PORT_END for both incoming and outgoing tcp communication.  Once this is saved, do a service firewall restart, and once this is done, you should be able to go into the VI client - Select the server that you made the configuration change on, Click Configuration--&amp;gt;Security Profile and then hit the properties button.  On this page you will be able to select the newly added service and click to enable.&lt;br /&gt;
&lt;br /&gt;
Once this is done you can than use esxcfg-firewall -q command to see if the port configuration was successfully added, and also test the backup software.&lt;br /&gt;
&lt;br /&gt;
Now those directions are great, but the one thing missing is that you also have to do a service mgmt-vmware command on the server to make the service show up in the console.  Also the last service ID changes from ESX3.0 to ESX3.0.1.  The last service ID in 3.0 is 25 and the last one in 3.0.1 is 27, they added two services in there.  So I started thinking what happens with the next release if they decide to add more services, so I made the ID 50.  That is assuming that they don't just overwrite that file during the upgrade.&lt;br /&gt;
&lt;br /&gt;
Hope this helps someone!&lt;br /&gt;
&lt;br /&gt;
Brian Shaw</description>
      <pubDate>Fri, 20 Oct 2006 20:17:57 GMT</pubDate>
      <author>bbshaw</author>
      <guid>http://communities.vmware.com/message/498753?tstart=0#498753</guid>
      <dc:date>2006-10-20T20:17:57Z</dc:date>
      <clearspace:dateToText>3 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/492887?tstart=0#492887</link>
      <description>What was the resolution?  Was it just the disable of the firewall?  What ports did you have to open up for Legato?&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
      <pubDate>Thu, 12 Oct 2006 17:20:58 GMT</pubDate>
      <author>bbshaw</author>
      <guid>http://communities.vmware.com/message/492887?tstart=0#492887</guid>
      <dc:date>2006-10-12T17:20:58Z</dc:date>
      <clearspace:dateToText>3 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/473751?tstart=0#473751</link>
      <description>You're welcome.&lt;br /&gt;
&lt;br /&gt;
Thanks for the correct/helpful post points. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 16:00:16 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/473751?tstart=0#473751</guid>
      <dc:date>2006-09-12T16:00:16Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/473744?tstart=0#473744</link>
      <description>It's solved..&lt;br /&gt;
Thanks!</description>
      <pubDate>Tue, 12 Sep 2006 15:55:13 GMT</pubDate>
      <author>uwoengin</author>
      <guid>http://communities.vmware.com/message/473744?tstart=0#473744</guid>
      <dc:date>2006-09-12T15:55:13Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/473728?tstart=0#473728</link>
      <description>Try temporarily stopping the firewall to see if it resolves the problem, that way you'll know if it's your ESX firewall that's mis-configured or something else.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;/etc/init.d/firewall stop&lt;/b&gt; from the service console.</description>
      <pubDate>Tue, 12 Sep 2006 15:45:59 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/473728?tstart=0#473728</guid>
      <dc:date>2006-09-12T15:45:59Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/473725?tstart=0#473725</link>
      <description>I tried that method.. It says the ports are opened but I still cannot have access to NetWorker.</description>
      <pubDate>Tue, 12 Sep 2006 15:43:38 GMT</pubDate>
      <author>uwoengin</author>
      <guid>http://communities.vmware.com/message/473725?tstart=0#473725</guid>
      <dc:date>2006-09-12T15:43:38Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/473715?tstart=0#473715</link>
      <description>At the service console type: &lt;b&gt;esxcfg-firewall -o &amp;lt;port,tcp|udp,in|out,name&amp;gt;&lt;/b&gt; to open whatever ports you need.</description>
      <pubDate>Tue, 12 Sep 2006 15:32:29 GMT</pubDate>
      <author>mittell</author>
      <guid>http://communities.vmware.com/message/473715?tstart=0#473715</guid>
      <dc:date>2006-09-12T15:32:29Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Opening addtional ports in ESX 3.0 service console for NetWorker 7.2</title>
      <link>http://communities.vmware.com/message/473675?tstart=0#473675</link>
      <description>I am testing NetWorker 7.2 in Linux system with ESX 3.0.&lt;br /&gt;
And I have some problem opening ports between ESX 3.0 and NetWorker 7.2. How do I open additional ports in the serice console firewall in ESX server 3.0 for Legato NetWorker 7.0 - 7.3?</description>
      <pubDate>Tue, 12 Sep 2006 14:59:48 GMT</pubDate>
      <author>uwoengin</author>
      <guid>http://communities.vmware.com/message/473675?tstart=0#473675</guid>
      <dc:date>2006-09-12T14:59:48Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
  </channel>
</rss>

