<?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>Masashi Blog &#187; hosts.allow</title>
	<atom:link href="http://www.masashi.org/blog/category/freebsd/hostsallow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masashi.org/blog</link>
	<description>日々の四方山話を徒然と･･･</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:37:28 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>FreeBSD (PARANOID: hosts.allow)</title>
		<link>http://www.masashi.org/blog/2007/09/19/freebsd-paranoid-hostsallow/</link>
		<comments>http://www.masashi.org/blog/2007/09/19/freebsd-paranoid-hostsallow/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 07:06:10 +0000</pubDate>
		<dc:creator>Masashi</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[hosts.allow]]></category>

		<guid isPermaLink="false">http://www.masashi.org/blog/archives/345</guid>
		<description><![CDATA[今日になって自サーバーからメールを受信することができなくなりました。 ログ(/var/log/messages)を見てみると、 [code] Sep 19 14:35:32 ns inetd[9493]: warning [...]]]></description>
			<content:encoded><![CDATA[<p>今日になって自サーバーからメールを受信することができなくなりました。</p>
<p>ログ(/var/log/messages)を見てみると、</p>
<p>[code]<br />
Sep 19 14:35:32 ns inetd[9493]: warning: /etc/hosts.allow, line 38: can't verify<br />
hostname: getaddrinfo(aaa-bbb-ccc-ddd-nsw-static.tpgi.com.au, AF_INET) failed<br />
Sep 19 14:35:52 ns inetd[9493]: refused connection from aaa.bbb.ccc.ddd, service i<br />
pop3d (tcp)<br />
[/code]</p>
<p>とpopが拒否されてます。</p>
<p>/etc/hosts.allowのline38は&#8221;PARANOID&#8221;です。</p>
<p>[code]<br />
# Protect against simple DNS spoofing attacks by checking that the<br />
# forward and reverse records for the remote host match. If a mismatch<br />
# occurs, access is denied, and any positive ident response within<br />
# 20 seconds is logged. No protection is afforded against DNS poisoning,<br />
# IP spoofing or more complicated attacks. Hosts with no reverse DNS<br />
# pass this rule.<br />
ALL : PARANOID : RFC931 20 : deny<br />
[/code]</p>
<p>どうやら、自宅のADSLのIPアドレスが逆引きできなくなっているのが原因のようです。</p>
<p>&#8220;ALL : PARANOID : RFC931 20 : deny&#8221;の設定をコメントアウトしてとりあえず解決。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.masashi.org/blog/2007/09/19/freebsd-paranoid-hostsallow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

