<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>W3exposé</title>
	<atom:link href="http://www.w3expose.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3expose.com</link>
	<description>Things to remember</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:23:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Magento Default Product Info Column</title>
		<link>http://www.w3expose.com/blog/magento-default-product-info-column/</link>
		<comments>http://www.w3expose.com/blog/magento-default-product-info-column/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 20:22:39 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=223</guid>
		<description><![CDATA[Users of Magento will probably be familiar with how simply changing the product display to ‘Product Info Column’ when creating a product, can vastly improve the appearance of a product on the frontend. Leaving this to a client however is something that they could possibly forget to change while in the middle of adding hundreds [...]]]></description>
			<content:encoded><![CDATA[<p>Users of Magento will probably be familiar with how simply changing the product display to ‘Product Info Column’ when creating a product, can vastly improve the appearance of a product on the frontend. Leaving this to a client however is something that they could possibly forget to change while in the middle of adding hundreds of products. You can make ‘Product Info Column’ be selected by default by making a simple change in the database.</p>
<ol>
<li>Find the table ‘eav_attribute’ and look for a row with the attribute code ‘options_container’ (ID 102 in Magento 1.6).</li>
<li>You will see a field called ‘options_container’, which is set by default to ‘container2′.<br />
Just change to ‘container1′, then press the Go button at the bottom of the page.</li>
</ol>
<p>Now Product Info Column will be your default choice when creating a product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/magento-default-product-info-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurar fecha en Ubuntu</title>
		<link>http://www.w3expose.com/blog/tutorial/configurar-fecha-en-ubuntu/</link>
		<comments>http://www.w3expose.com/blog/tutorial/configurar-fecha-en-ubuntu/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 23:22:29 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=214</guid>
		<description><![CDATA[Para cambiar zona horaria dpkg-reconfigure tzdata si no tiene tzdata, lo puede instalar de la siguiente forma sudo aptitude install tzdata]]></description>
			<content:encoded><![CDATA[<p>Para cambiar zona horaria<br />
<code>dpkg-reconfigure tzdata</code></p>
<p>si no tiene tzdata, lo puede instalar de la siguiente forma</p>
<p><code>sudo aptitude install tzdata</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/configurar-fecha-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambiar IP a un DNS en WHM/Cpanel</title>
		<link>http://www.w3expose.com/blog/tutorial/cambiar-ip-a-un-dns-en-whmcpanel/</link>
		<comments>http://www.w3expose.com/blog/tutorial/cambiar-ip-a-un-dns-en-whmcpanel/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 11:01:38 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[dns only]]></category>
		<category><![CDATA[whm/cpanel]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=211</guid>
		<description><![CDATA[Hoy al mover un servidor Cpanel DNS only a otro datacenter, me tope con que el Cpanel/WHM (master) no podia conectar con el nuevo DNS cluster. El problema estaba en q el WHM(master) aun conectaba a ns1.dominio.com en ip 192.168.1.2 cuando tenia q buscar ns1.dominio.com en el ip nuevo 192.168.1.5 Para corregirlo, cambia los valores [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy al mover un servidor Cpanel DNS only a otro datacenter, me tope con que el Cpanel/WHM (master) no podia conectar con el nuevo DNS cluster.</p>
<p>El problema estaba en q el WHM(master) aun conectaba  a ns1.dominio.com en ip 192.168.1.2 cuando tenia q buscar ns1.dominio.com en el ip nuevo 192.168.1.5 </p>
<p>Para corregirlo, cambia los valores en los siguientes archivos.</p>
<p><code>root@root[~]# cat /etc/nameserverips<br />
198.168.0.1=ns1.test.com<br />
198.168.0.5=ns2.test.com<br />
</code><br />
Igual tambien en  /var/cpanel/nameserverips.yaml </p>
<p><code>root@root [~]# cat /var/cpanel/nameserverips.yaml<br />
—<br />
ns1.test.com:<br />
“198.168.0.1″: 1<br />
count: 1<br />
zones: test.com<br />
ns2,.test.com:<br />
198.168.0.2: 1<br />
count: 1<br />
zones: test.com<br />
</code></p>
<p>Finalmente reiniciar el servidor y listo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/cambiar-ip-a-un-dns-en-whmcpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verificar puestos abiertos</title>
		<link>http://www.w3expose.com/blog/tutorial/verificar-puestos-abiertos/</link>
		<comments>http://www.w3expose.com/blog/tutorial/verificar-puestos-abiertos/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:41:39 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=205</guid>
		<description><![CDATA[El siguiente comando se ejecuta desde la consola y determina cuales puertos estan listo para coneccion TCP desde una red local o remota. nmap -sT -O localhost o nmap -sT -O dominio.com Para instalarlo en Centos yum install nmap [~]# nmap -sT -O localhost Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2011-11-08 12:39 EST Interesting [...]]]></description>
			<content:encoded><![CDATA[<p>El siguiente comando se ejecuta desde la consola y determina cuales puertos estan listo para coneccion TCP desde una red local o remota.</p>
<p><code>nmap -sT -O localhost<br />
o<br />
nmap -sT -O dominio.com<br />
</code></p>
<p>Para instalarlo en Centos<br />
<code>yum install nmap</code></p>
<p><code><br />
[~]# nmap -sT -O localhost</p>
<p>Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2011-11-08 12:39 EST<br />
Interesting ports on localhost.localdomain (127.0.0.1):<br />
Not shown: 1668 closed ports<br />
PORT STATE SERVICE<br />
21/tcp open ftp<br />
22/tcp open ssh<br />
25/tcp open smtp<br />
110/tcp open pop3<br />
143/tcp open imap<br />
443/tcp open https<br />
465/tcp open smtps<br />
783/tcp open spamassassin<br />
993/tcp open imaps<br />
995/tcp open pop3s<br />
3306/tcp open mysql<br />
8081/tcp open blackice-icecap<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/verificar-puestos-abiertos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como instalar CentOS 6 Via internet</title>
		<link>http://www.w3expose.com/blog/tutorial/como-instalar-centos-6-via-internet/</link>
		<comments>http://www.w3expose.com/blog/tutorial/como-instalar-centos-6-via-internet/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 03:00:37 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[instalacion remota]]></category>
		<category><![CDATA[net install]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=201</guid>
		<description><![CDATA[Anoche mientras necesitaba instalar Centos 6 y el disco que tenia estaba dañado. Para ahorrarme un poco de tiempo y bandwidth al bajar 4.3GB, preferi utilizar la instalacion via red o net install de centos que pesa solo 170mb. Cuando llegues a la parte donde te pregunte el URL de donde bajara las imagenes puedes [...]]]></description>
			<content:encoded><![CDATA[<p>Anoche mientras necesitaba instalar Centos 6 y el disco que tenia estaba dañado. Para ahorrarme un poco de tiempo y bandwidth al bajar 4.3GB, preferi utilizar la instalacion via red o net install de centos que pesa solo 170mb.</p>
<p>Cuando llegues a la parte donde te pregunte el URL de donde bajara las imagenes puedes especificarle una de tu red de area local o igual puedes utilizar las imagenes que estan en los mirrors de centos</p>
<p>Los siguientes URL te ahorraran el tiempo de buscarlos <img src='http://www.w3expose.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p><code>32 bit: http://mirror.centos.org/centos/6/os/i386/<br />
64 bit: http://mirror.centos.org/centos/6/os/x86_64/<br />
</code><br />
Es todo lo que el instalador necesita para una instalacion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/como-instalar-centos-6-via-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como verificar la integridad de un RAID</title>
		<link>http://www.w3expose.com/blog/tutorial/como-verificar-la-integridad-de-un-raid/</link>
		<comments>http://www.w3expose.com/blog/tutorial/como-verificar-la-integridad-de-un-raid/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 01:59:31 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[RAID 10]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=195</guid>
		<description><![CDATA[Para monitorear cómo se encuentra nuestro raid podemos ejecutar el comando: cat /proc/mdstats A través de este comando podemos verificar lo siguiente: 1- cuántos RAID tenemos 2- qué particiones pertenecen a cada RAID 3- si hay una partición dañada, nos indicará cuál es 4- si se está sincronizando o ya se sincronizó un raid. Resultado: [...]]]></description>
			<content:encoded><![CDATA[<p>Para monitorear cómo se encuentra nuestro raid podemos ejecutar el comando:</p>
<p><code>cat /proc/mdstats</code><br />
A través de este comando podemos verificar lo siguiente:<br />
1- cuántos RAID tenemos<br />
2- qué particiones pertenecen a cada RAID<br />
3- si hay una partición dañada, nos indicará cuál es<br />
4- si se está sincronizando o ya se sincronizó un raid.</p>
<p>Resultado:<br />
<code><br />
[root@server1 ~]# cat /proc/mdstat<br />
Personalities : [raid10] [raid1]<br />
md0 : active raid1 sdd1[3] sdc1[2] sdb1[1] sda1[0]<br />
      264960 blocks [4/4] [UUUU]<br />
md1 : active raid10 sdd2[3] sdc2[2] sdb2[1] sda2[0]<br />
      32772096 blocks 256K chunks 2 near-copies [4/4] [UUUU]<br />
md2 : active raid10 sdd3[3] sdc3[2] sdb3[1] sda3[0]<br />
      943464960 blocks 256K chunks 2 near-copies [4/4] [UUUU]<br />
      [======>..............]  resync = 34.8% (328547584/943464960) finish=94.8min speed=108010K/sec<br />
unused devices: <none><br />
</code></p>
<p>En detalle<br />
<code><br />
Personalities : [raid10] [raid1]<br />
md0 : active raid1 sdd1[3] sdc1[2] sdb1[1] sda1[0]<br />
264960 blocks [4/4] [UUUU]</code><br />
Esto nos indica que md0 es un raid1, compuesto por sdd1, sdc1, sdb1 y sda1 (sda1 es el primer [0] disco, y sdd1 es el cuarto [3] disco)<br />
El ejemplo anterior nos indica tambien que 4 de 4 discos [4/4] [UUUU] estan funcionando correctamente</p>
<p>Lo mismo con md1 y md2</p>
<p>Nota: Este ejemplo fue efectuado en un RAID 10</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/como-verificar-la-integridad-de-un-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Kaltura</title>
		<link>http://www.w3expose.com/blog/testing-kaltura/</link>
		<comments>http://www.w3expose.com/blog/testing-kaltura/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 07:44:14 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=191</guid>
		<description><![CDATA[Testing Kaltura server video platform video management video solutions video player]]></description>
			<content:encoded><![CDATA[<p>Testing Kaltura server</p>
<p><object id="kaltura_player_1319961619" name="kaltura_player_1319961619" type="application/x-shockwave-flash" allowFullScreen="true" allowNetworking="all" allowScriptAccess="always" height="333" width="400" bgcolor="#000000" xmlns:dc="http://purl.org/dc/terms/" xmlns:media="http://search.yahoo.com/searchmonkey/media/" rel="media:video" resource="http://www.kaltura.com/index.php/kwidget/cache_st/1319961619/wid/_765251/uiconf_id/6130282/entry_id/1_38da6l5a" data="http://www.kaltura.com/index.php/kwidget/cache_st/1319961619/wid/_765251/uiconf_id/6130282/entry_id/1_38da6l5a"><param name="allowFullScreen" value="true" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="&#038;" /><param name="movie" value="http://www.kaltura.com/index.php/kwidget/cache_st/1319961619/wid/_765251/uiconf_id/6130282/entry_id/1_38da6l5a" /><a href="http://corp.kaltura.com">video platform</a> <a href="http://corp.kaltura.com/video_platform/video_management">video management</a> <a href="http://corp.kaltura.com/solutions/video_solution">video solutions</a> <a href="http://corp.kaltura.com/video_platform/video_publishing">video player</a> <a rel="media:thumbnail" href="http://cdnbakmi.kaltura.com/p/765251/sp/76525100/thumbnail/entry_id/1_38da6l5a/width/120/height/90/bgcolor/000000/type/2"></a> <span property="dc:description" content="Firepower High Speed  and Slowmotion Camera shoot"></span><span property="media:title" content="(HD) Firepower High Speed Camera Slowmotion"></span> <span property="media:width" content="400"></span><span property="media:height" content="333"></span> <span property="media:type" content="application/x-shockwave-flash"></span> </object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/testing-kaltura/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel DNS Only On Amazon EC2</title>
		<link>http://www.w3expose.com/blog/tutorial/cpanel-dns-only-on-amazon-ec2/</link>
		<comments>http://www.w3expose.com/blog/tutorial/cpanel-dns-only-on-amazon-ec2/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 18:36:47 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[dns only]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=185</guid>
		<description><![CDATA[Just to let those looking to install DNS only on a EC2 Instance, that i successfully installed DNS Only on a Micro EC2 At the moment everything is working fine > nslookup domain.com ns1.myserver.net (root) nameserver = C.ROOT-SERVERS.NET (root) nameserver = D.ROOT-SERVERS.NET (root) nameserver = E.ROOT-SERVERS.NET (root) nameserver = F.ROOT-SERVERS.NET (root) nameserver = G.ROOT-SERVERS.NET (root) [...]]]></description>
			<content:encoded><![CDATA[<p>Just to let those looking to install DNS only on a EC2 Instance, that i successfully installed DNS Only on a Micro EC2 </p>
<p>At the moment everything is working fine</p>
<p><code>> nslookup domain.com ns1.myserver.net<br />
(root)  nameserver = C.ROOT-SERVERS.NET<br />
(root)  nameserver = D.ROOT-SERVERS.NET<br />
(root)  nameserver = E.ROOT-SERVERS.NET<br />
(root)  nameserver = F.ROOT-SERVERS.NET<br />
(root)  nameserver = G.ROOT-SERVERS.NET<br />
(root)  nameserver = H.ROOT-SERVERS.NET<br />
(root)  nameserver = I.ROOT-SERVERS.NET<br />
(root)  nameserver = J.ROOT-SERVERS.NET<br />
(root)  nameserver = K.ROOT-SERVERS.NET<br />
(root)  nameserver = L.ROOT-SERVERS.NET<br />
(root)  nameserver = M.ROOT-SERVERS.NET<br />
(root)  nameserver = A.ROOT-SERVERS.NET<br />
(root)  nameserver = B.ROOT-SERVERS.NET<br />
Server:  UnKnown<br />
Address:  x.x.x.x (ip of my EC2)<br />
Name:    domain.com<br />
Address:  x.x.x.x (ip of my web server)</code></p>
<p>Make sure DNS cluster configuration as follows:</p>
<p>* ensure that via WHM of the two DNS ONLY servers the Configure Cluster page defines the DNS role as &#8220;Standalone&#8221; to the cPanel/WHM server.<br />
* Conversely, please ensure that via WHM of the cPanel/WHM server the Configure Cluster page defines the DNS role as &#8220;Synchronize Changes&#8221; to the DNS ONLY servers.</p>
<p>The install process is just as described in the documentation. no extra configuration is needed.</p>
<p>Amazon EC2 Instance used:  <code>scalr-centos56-x64 (ami-2c9e6145)</code></p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/cpanel-dns-only-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Nameserver Ips in Cpanel/WHM</title>
		<link>http://www.w3expose.com/blog/tutorial/change-nameserver-ips-in-cpanelwhm/</link>
		<comments>http://www.w3expose.com/blog/tutorial/change-nameserver-ips-in-cpanelwhm/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 07:30:07 +0000</pubDate>
		<dc:creator>W3exposé</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cpanel nameserver]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=183</guid>
		<description><![CDATA[If you want to change your nameservers ip in whm, you have to edit /etc/nameserverips root@root[~]# cat /etc/nameserverips 198.168.0.1=ns1.test.com 198.168.0.2=ns2.test.com Also in the following file /var/cpanel/nameserverips.yaml file. root@root [~]# cat /var/cpanel/nameserverips.yaml — ns1.test.com: “198.168.0.1″: 1 count: 1 zones: test.com ns2,.test.com: 198.168.0.2: 1 count: 1 zones: test.com Now check nameserver ips in WHM >> Main >> [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to change your nameservers ip in whm, you have to edit  /etc/nameserverips</p>
<p><code>root@root[~]# cat /etc/nameserverips<br />
198.168.0.1=ns1.test.com<br />
198.168.0.2=ns2.test.com<br />
</code><br />
Also in the following file /var/cpanel/nameserverips.yaml file.</p>
<p><code>root@root [~]# cat /var/cpanel/nameserverips.yaml<br />
—<br />
ns1.test.com:<br />
“198.168.0.1″: 1<br />
count: 1<br />
zones: test.com<br />
ns2,.test.com:<br />
198.168.0.2: 1<br />
count: 1<br />
zones: test.com<br />
</code><br />
Now check nameserver ips in WHM >> Main >> DNS Functions >> Nameserver IPs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/change-nameserver-ips-in-cpanelwhm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ports used by Cpanel/WHM system</title>
		<link>http://www.w3expose.com/blog/tutorial/ports-used-by-cpanelwhm-system/</link>
		<comments>http://www.w3expose.com/blog/tutorial/ports-used-by-cpanelwhm-system/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 03:47:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.w3expose.com/?p=178</guid>
		<description><![CDATA[Port Service Protocol Direction Notes  20  ftp  tcp  inbound/outbound  21  ftp  tcp,udp  inbound/outbound  22  ssh  tcp  inbound  25  smtp  tcp  inbound/outbound  26  smtp  tcp  inbound/outbound  37  rdate  tcp  outbound  43  whos  tcp  outbound  53  DNS  tcp/udp  inbound/outbound  Inbound only needed if you run your own DNS server  80  http  tcp  inbound/outbound  110  pop3  tcp  inbound [...]]]></description>
			<content:encoded><![CDATA[<table width="auto" border="1" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td>Port</td>
<td>Service</td>
<td>Protocol</td>
<td>Direction</td>
<td>Notes</td>
</tr>
<tr>
<td> 20</td>
<td> ftp</td>
<td> tcp</td>
<td> inbound/outbound</td>
<td></td>
</tr>
<tr>
<td> 21</td>
<td> ftp</td>
<td> tcp,udp</td>
<td> inbound/outbound</td>
<td></td>
</tr>
<tr>
<td> 22</td>
<td> ssh</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 25</td>
<td> smtp</td>
<td> tcp</td>
<td> inbound/outbound</td>
<td></td>
</tr>
<tr>
<td> 26</td>
<td> smtp</td>
<td> tcp</td>
<td> inbound/outbound</td>
<td></td>
</tr>
<tr>
<td> 37</td>
<td> rdate</td>
<td> tcp</td>
<td> outbound</td>
<td></td>
</tr>
<tr>
<td> 43</td>
<td> whos</td>
<td> tcp</td>
<td> outbound</td>
<td></td>
</tr>
<tr>
<td> 53</td>
<td> DNS</td>
<td> tcp/udp</td>
<td> inbound/outbound</td>
<td> Inbound only needed if you run your own DNS server</td>
</tr>
<tr>
<td> 80</td>
<td> http</td>
<td> tcp</td>
<td> inbound/outbound</td>
<td></td>
</tr>
<tr>
<td> 110</td>
<td> pop3</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 113</td>
<td> ident</td>
<td> tcp</td>
<td> outbound</td>
<td></td>
</tr>
<tr>
<td> 143</td>
<td> imap4</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 443</td>
<td> https</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 465</td>
<td> smtp</td>
<td> tcp/ssl, tcp/udp</td>
<td> inbound/outbound</td>
<td></td>
</tr>
<tr>
<td> 873</td>
<td> rsync</td>
<td> tpc/udp</td>
<td> outbound</td>
<td></td>
</tr>
<tr>
<td> 993</td>
<td> imap4</td>
<td> ssl tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 995</td>
<td> pop3</td>
<td> ssl tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 2082</td>
<td> cpanel</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 2083</td>
<td> cpanel</td>
<td> ssl tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 2086</td>
<td> whm</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 2087</td>
<td> whm ssl</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 2089</td>
<td> cp license</td>
<td> tcp</td>
<td> outbound</td>
<td></td>
</tr>
<tr>
<td> 2095</td>
<td> webmail</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 2096</td>
<td> webmail</td>
<td> ssl tcp</td>
<td> inbound</td>
<td></td>
</tr>
<tr>
<td> 3306</td>
<td> mysql</td>
<td> tcp</td>
<td> inbound</td>
<td> Only if you need to connect remotely</td>
</tr>
<tr>
<td> 6666</td>
<td> chat</td>
<td> tcp</td>
<td> inbound</td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.w3expose.com/blog/tutorial/ports-used-by-cpanelwhm-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.w3expose.com @ 2012-02-23 00:13:26 -->
