<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.uabgrid.uab.edu/w/index.php?action=history&amp;feed=atom&amp;title=MatLabPool_Config</id>
	<title>MatLabPool Config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.uabgrid.uab.edu/w/index.php?action=history&amp;feed=atom&amp;title=MatLabPool_Config"/>
	<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=MatLabPool_Config&amp;action=history"/>
	<updated>2026-04-08T19:22:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=MatLabPool_Config&amp;diff=3049&amp;oldid=prev</id>
		<title>Jpr@uab.edu: Collection of MatLab Pool configuration information</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=MatLabPool_Config&amp;diff=3049&amp;oldid=prev"/>
		<updated>2011-09-06T20:12:18Z</updated>

		<summary type="html">&lt;p&gt;Collection of MatLab Pool configuration information&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page consolidates several bits of information relevant to MatLabPool operation.  The information was originally on the [[MatLab DCS]] page.&lt;br /&gt;
&lt;br /&gt;
== Client Firewalls ==&lt;br /&gt;
The information below was obtained from [http://www.mathworks.com/support/solutions/en/data/1-39LCCA/index.html?product=DW this MATLAB FAQ page].&lt;br /&gt;
=== Linux ===&lt;br /&gt;
You are running a firewall on your Linux workstation, aren't you? Good. In order for MATLAB communicate properly with the Distributed Computing Server on cheaha, you'll need to open a range of ports, specifically TCP ports 27370 thru 27470. A typical entry in an iptables firewall chain would look like the following (where 138.26.84.72 is the IP address for cheaha.uabgrid.uab.edu)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 20100915 - Mike Hanby - MATLAB Parallel computing toolbox port range&lt;br /&gt;
-A INPUT -s 138.26.84.72 -m state --state NEW -m tcp -p tcp --dport 27370:27470 -j ACCEPT&lt;br /&gt;
# end MATLAB&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the firewall script has been updated, the firewall must be reloaded / restarted.&lt;/div&gt;</summary>
		<author><name>Jpr@uab.edu</name></author>
	</entry>
</feed>