<?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>en.aliado.jp &#187; firewall</title>
	<atom:link href="http://en.aliado.jp/tag/firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.aliado.jp</link>
	<description>The kingdom of thoughts and feelings</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:25:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Plesk Panel &#8220;Service is not available now&#8221;</title>
		<link>http://en.aliado.jp/2008/12/plesk-panel-service-is-not-available-now/</link>
		<comments>http://en.aliado.jp/2008/12/plesk-panel-service-is-not-available-now/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:24:56 +0000</pubDate>
		<dc:creator>nikuman</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[misconfigured]]></category>

		<guid isPermaLink="false">http://en.aliado.jp/?p=29</guid>
		<description><![CDATA[Sometime Plesk panel would display the following message as soon as you log into it.
Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.
In my case, the above message appeared just after I configured the firewall (iptables) on my VPS. After some research on the internet, I found that Plesk likes [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime Plesk panel would display the following message as soon as you log into it.</p>
<p><span style="color: #ff0000;"><strong><span style="font-size: 12px; font-family: courier new,courier;">Service is not available now, probably your Plesk is misconfigured.</span><br />
<span style="font-size: 12px; font-family: courier new,courier;">Contact Your provider for details.</span></strong></span></p>
<p>In my case, the above message appeared just after I configured the firewall (iptables) on my VPS. After some research on the internet, I found that Plesk likes to have the port 8880 opened additionally to the port 8443.</p>
<p>Ports you need to open on your firewall for Plesk to stop complaining:</p>
<p style="text-align: justify;">Port 8443</p>
<p style="text-align: justify;">Port 8880</p>
<p>If you are using iptables, below is how you need to configure your ports for Plesk and Virtuozzo.</p>
<pre># Virtuozzo
iptables -A INPUT -p tcp --dport 4643 -j ACCEPT

# Plesk
iptables -A INPUT -p tcp --dport 8443 -j ACCEPT
iptables -A INPUT -p tcp --dport 8880 -j ACCEPT</pre>
<p>That&#8217;s it. This fixes the error message caused by firewall.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.aliado.jp/2008/12/plesk-panel-service-is-not-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
