<?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"
	>

<channel>
	<title>アルファキュービック株式会社</title>
	<atom:link href="http://www.alpha-cubic.jp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alpha-cubic.jp</link>
	<description>Global Network Solutions and One stop service</description>
	<pubDate>Tue, 17 Aug 2010 00:17:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>ja</language>
			<item>
		<title>Gumblerウイルス</title>
		<link>http://www.alpha-cubic.jp/2010/01/13/gumbler%e3%82%a6%e3%82%a4%e3%83%ab%e3%82%b9/</link>
		<comments>http://www.alpha-cubic.jp/2010/01/13/gumbler%e3%82%a6%e3%82%a4%e3%83%ab%e3%82%b9/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.alpha-cubic.jp/?p=270</guid>
		<description><![CDATA[有名企業のホームページが改ざんされています。Gumblerウイルスに感染すると、FTPのIDとパスワードを攻撃者のコンピュータへ送信します。攻撃者は、それを使ってホームページを改ざんします。このことから、特にサイト管理者、ホームページ製作会社の担当者は、自分のパソコンを健康な状態にしておかねばなりません。
JPCERT：Web サイト改ざん及びいわゆる Gumblar ウイルス感染拡大に関する注意喚起
弊社は、FTPサーバに対し応急処置として、IPアドレス制限をキツクしました。そのため、モバイル、自宅からの接続が出来ない場合がございます。
]]></description>
			<content:encoded><![CDATA[<p>有名企業のホームページが改ざんされています。Gumblerウイルスに感染すると、FTPのIDとパスワードを攻撃者のコンピュータへ送信します。攻撃者は、それを使ってホームページを改ざんします。このことから、特にサイト管理者、ホームページ製作会社の担当者は、自分のパソコンを健康な状態にしておかねばなりません。</p>
<p>JPCERT：<a href="https://www.jpcert.or.jp/at/2010/at100001.txt" target="_blank">Web サイト改ざん及びいわゆる Gumblar ウイルス感染拡大に関する注意喚起</a></p>
<p>弊社は、FTPサーバに対し応急処置として、IPアドレス制限をキツクしました。そのため、モバイル、自宅からの接続が出来ない場合がございます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpha-cubic.jp/2010/01/13/gumbler%e3%82%a6%e3%82%a4%e3%83%ab%e3%82%b9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>プロバイダの乗換で固定IPが変更の時の作業手順</title>
		<link>http://www.alpha-cubic.jp/2008/11/26/%e3%83%97%e3%83%ad%e3%83%90%e3%82%a4%e3%83%80%e3%81%ae%e4%b9%97%e6%8f%9b%e3%81%a7%e5%9b%ba%e5%ae%9aip%e3%81%8c%e5%a4%89%e6%9b%b4%e3%81%ae%e6%99%82%e3%81%ae%e4%bd%9c%e6%a5%ad%e6%89%8b%e9%a0%86/</link>
		<comments>http://www.alpha-cubic.jp/2008/11/26/%e3%83%97%e3%83%ad%e3%83%90%e3%82%a4%e3%83%80%e3%81%ae%e4%b9%97%e6%8f%9b%e3%81%a7%e5%9b%ba%e5%ae%9aip%e3%81%8c%e5%a4%89%e6%9b%b4%e3%81%ae%e6%99%82%e3%81%ae%e4%bd%9c%e6%a5%ad%e6%89%8b%e9%a0%86/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 08:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.alpha-cubic.jp/?p=238</guid>
		<description><![CDATA[固定IP１個で、サーバを公開しているとき、何らかの事情でプロバイダの変更が生じたとき、iproute2を利用した作業手順。
サーバOS：vine3.2
０１．新規にプロバイダISP1と契約
０２．既存プロバイダISP2を解約手続き、但し、ISP1とISP2が１ヶ月間重複するようにする
０３．プロバイダ変更の日取りを決める
０４．セカンダリネームサーバのIPアドレスをISP1のものに変更
０５．下図のように構成する




&#160;
固定IP
サーバ&#160;LAN　Ｉ／Ｆ
&#160;ルータ　LAN側


新規ISP1
n1.n2.n3.n4
eth0 192.168.1.201
192.168.1.2


既存ISP2
o1.o2.o3.o4
eth0:0 192.168.1.200
192.168.1.1




０６．ISP2（既存）のＮＡＴ設定に従い、ＩＳＰ１を適宜に設定する
０７．iproute2の設定
/etc/iproute2/rt_tables に
100 isp1
101 ISP2　を追加



cat /etc/iproute2/rt_tables　の結果
            #
            # reserved values
            #
           [...]]]></description>
			<content:encoded><![CDATA[<p>固定IP１個で、サーバを公開しているとき、何らかの事情でプロバイダの変更が生じたとき、iproute2を利用した作業手順。<br />
サーバOS：vine3.2<br />
０１．新規にプロバイダISP1と契約<br />
０２．既存プロバイダISP2を解約手続き、但し、ISP1とISP2が１ヶ月間重複するようにする<br />
０３．プロバイダ変更の日取りを決める<br />
０４．セカンダリネームサーバのIPアドレスをISP1のものに変更<br />
０５．下図のように構成する</p>
<p><a href="http://www.alpha-cubic.jp/wordpress/wp-content/uploads/2008/11/1-11.gif"><img height="191" width="281" src="http://www.alpha-cubic.jp/wordpress/wp-content/uploads/2008/11/1-11.gif" alt="" title="1-11" class="aligncenter size-full wp-image-244" /></a></p>
<table cellspacing="1" cellpadding="5" border="0" width="80%">
<tbody>
<tr>
<td bgcolor="#cccccc" width="15%">&nbsp;</td>
<td bgcolor="#cccccc" width="15%">固定IP</td>
<td bgcolor="#cccccc" width="15%">サーバ&nbsp;LAN　Ｉ／Ｆ</td>
<td bgcolor="#cccccc" width="15%">&nbsp;ルータ　LAN側</td>
</tr>
<tr>
<td bgcolor="#cccccc" width="15%">新規ISP1</td>
<td bgcolor="#cccccc" width="15%">n1.n2.n3.n4</td>
<td bgcolor="#cccccc" width="15%">eth0 192.168.1.201</td>
<td bgcolor="#cccccc" width="15%">192.168.1.2</td>
</tr>
<tr>
<td bgcolor="#cccccc" width="15%">既存ISP2</td>
<td bgcolor="#cccccc" width="15%">o1.o2.o3.o4</td>
<td bgcolor="#cccccc" width="15%">eth0:0 192.168.1.200</td>
<td bgcolor="#cccccc" width="15%">192.168.1.1</td>
</tr>
</tbody>
</table>
<p>
０６．ISP2（既存）のＮＡＴ設定に従い、ＩＳＰ１を適宜に設定する<br />
０７．iproute2の設定<br />
/etc/iproute2/rt_tables に<br />
100 isp1<br />
101 ISP2　を追加</p>
<table cellspacing="0" cellpadding="5" border="0" width="80%">
<tbody>
<tr>
<td bgcolor="#cccccc">cat /etc/iproute2/rt_tables　の結果<br />
            #<br />
            # reserved values<br />
            #<br />
            #255&nbsp;&nbsp;&nbsp; local<br />
            #254&nbsp;&nbsp;&nbsp; main<br />
            #253&nbsp;&nbsp;&nbsp; default<br />
            #0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unspec</p>
<p>            #<br />
            # local<br />
            #<br />
            #1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inr.ruhep<br />
            100&nbsp;&nbsp;&nbsp;&nbsp; isp1<br />
            101&nbsp;&nbsp;&nbsp;&nbsp; isp2</td>
</tr>
</tbody>
</table>
<p>
・eth0:0に192.168.1.201　を割り当てる<br />
ifconfig eth0:0 192.168.1.201<br />
・ISP1からのパケットのデフォルトゲートウェイは192.168.1.2とゆう定義をisp1に施す<br />
ip route add default via 192.168.1.2 table isp1<br />
・ISP2からのパケットのデフォルトゲートウェイは192.168.1.1とゆう定義をisp2に施す<br />
ip route add default via 192.168.1.1 table isp2<br />
・セレクタでルール化<br />
ip rule add from 192.168.1.200 table isp1 priority 100<br />
ip rule add from 192.168.1.201 table isp2 priority 101</p>
<table cellspacing="0" cellpadding="5" border="0" width="80%">
<tbody>
<tr>
<td bgcolor="#cccccc" bordercolor="#9900ff">
<p>ip rule show　の結果<br />
            0:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from all lookup local<br />
            100:&nbsp;&nbsp;&nbsp; from 192.168.1.200 lookup isp1<br />
            101:&nbsp;&nbsp;&nbsp; from 192.168.1.201 lookup isp2<br />
            32766:&nbsp; from all lookup main<br />
            32767:&nbsp; from all lookup 253</p>
<p>            【その他出力結果参考】<br />
            [root@localhost root]# ip route get to 192.168.1.2 from 192.168.1.200<br />
            192.168.1.2 from 192.168.1.200 via 192.168.1.1 dev eth0<br />
            &nbsp;&nbsp;&nbsp; cache&nbsp; mtu 1500 advmss 1460<br />
            [root@localhost root]# ip route get to 192.168.1.2 from 192.168.1.201<br />
            192.168.1.2 from 192.168.1.201 dev eth0<br />
            &nbsp;&nbsp;&nbsp; cache&nbsp; mtu 1500 advmss 1460<br />
            [root@localhost root]# ip route get to 192.168.1.1 from 192.168.1.200<br />
            192.168.1.1 from 192.168.1.200 dev eth0<br />
            &nbsp;&nbsp;&nbsp; cache&nbsp; mtu 1500 advmss 1460<br />
            [root@localhost root]# ip route get to 192.168.1.1 from 192.168.1.201<br />
            192.168.1.1 from 192.168.1.201 via 192.168.1.2 dev eth0<br />
            &nbsp;&nbsp;&nbsp; cache&nbsp; mtu 1500 advmss 1460<br />
            [root@localhost root]# cat /etc/sysconfig/network-scripts/ifcfg-eth0<br />
            DEVICE=eth0<br />
            ONBOOT=yes<br />
            BOOTPROTO=static<br />
            IPADDR=192.168.1.200<br />
            NETMASK=255.255.255.0<br />
            GATEWAY=192.168.1.1<br />
            [root@localhost root]# traceroute 192.168.1.1<br />
            traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 38 byte packets<br />
            &nbsp;1&nbsp; xr300-0.localdomain.ne.jp (192.168.1.1)&nbsp; 1.444 ms&nbsp; 0.373 ms&nbsp; 0.332 ms<br />
            [root@localhost root]# traceroute 192.168.1.2<br />
            traceroute to 192.168.1.2 (192.168.1.2), 30 hops max, 38 byte packets<br />
            &nbsp;1&nbsp; xr300-0.localdomain.ne.jp (192.168.1.1)&nbsp; 0.552 ms&nbsp; 0.274 ms&nbsp; 0.262 ms<br />
            &nbsp;2&nbsp; 192.168.1.2 (192.168.1.2)&nbsp; 12.858 ms&nbsp; 1.505 ms&nbsp; 0.436 ms</p>
</td>
</tr>
</tbody>
</table>
<p>
０８．マスタDNS停止、レジストラの既存アドレスを新規アドレスに変更<br />
０９．マスタDNS書き換え、namedリスタート<br />
１０．安定するまで放置<br />
１１．ルータ２撤去、iproute2の設定解除</p>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpha-cubic.jp/2008/11/26/%e3%83%97%e3%83%ad%e3%83%90%e3%82%a4%e3%83%80%e3%81%ae%e4%b9%97%e6%8f%9b%e3%81%a7%e5%9b%ba%e5%ae%9aip%e3%81%8c%e5%a4%89%e6%9b%b4%e3%81%ae%e6%99%82%e3%81%ae%e4%bd%9c%e6%a5%ad%e6%89%8b%e9%a0%86/feed/</wfw:commentRss>
		</item>
		<item>
		<title>【ネットワーク管理と消防】</title>
		<link>http://www.alpha-cubic.jp/2008/10/21/%e3%83%8d%e3%83%83%e3%83%88%e3%83%af%e3%83%bc%e3%82%af%e7%ae%a1%e7%90%86%e3%81%a8%e6%b6%88%e9%98%b2/</link>
		<comments>http://www.alpha-cubic.jp/2008/10/21/%e3%83%8d%e3%83%83%e3%83%88%e3%83%af%e3%83%bc%e3%82%af%e7%ae%a1%e7%90%86%e3%81%a8%e6%b6%88%e9%98%b2/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 16:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[etc]]></category>

		<guid isPermaLink="false">http://www.alpha-cubic.jp/wordpress/?p=178</guid>
		<description><![CDATA[&#160;
　消防車が出動しないのは、平穏なことだ。頻繁にあることでもないし、あっては困る。それでも、消防隊は２４時間待機している。社会は平穏な生活を担保するためそれを税金で負担している。ネットワーク管理に酷似している。だたし、会社によって担保の度合いに大きな差があるように思える。
&#160;
]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>　消防車が出動しないのは、平穏なことだ。頻繁にあることでもないし、あっては困る。それでも、消防隊は２４時間待機している。社会は平穏な生活を担保するためそれを税金で負担している。ネットワーク管理に酷似している。だたし、会社によって担保の度合いに大きな差があるように思える。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpha-cubic.jp/2008/10/21/%e3%83%8d%e3%83%83%e3%83%88%e3%83%af%e3%83%bc%e3%82%af%e7%ae%a1%e7%90%86%e3%81%a8%e6%b6%88%e9%98%b2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>【qmailがパブリックドメインに】</title>
		<link>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90qmail%e3%81%8c%e3%83%91%e3%83%96%e3%83%aa%e3%83%83%e3%82%af%e3%83%89%e3%83%a1%e3%82%a4%e3%83%b3%e3%81%ab%e3%80%91/</link>
		<comments>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90qmail%e3%81%8c%e3%83%91%e3%83%96%e3%83%aa%e3%83%83%e3%82%af%e3%83%89%e3%83%a1%e3%82%a4%e3%83%b3%e3%81%ab%e3%80%91/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:07:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.a3c.co.jp/wordpress/?p=26</guid>
		<description><![CDATA[今回パブリックドメイン化が明言されたプログラムは、qmailにとどまる。しかし、再配布に関するFAQのページは、今後情報の整理を進める方針であるとのことから、他のプログラムについてもパブリックドメイン化が行われる可能性は高い。（詳細）
]]></description>
			<content:encoded><![CDATA[<p><em>今回パブリックドメイン化が明言されたプログラムは、qmailにとどまる。しかし、<u><font color="#993300"><a target="_blank" href="http://cr.yp.to/distributors.html">再配布に関するFAQのページ</a></font></u>は、今後情報の整理を進める方針であるとのことから、他のプログラムについてもパブリックドメイン化が行われる可能性は高い。</em><u><a target="_blank" href="http://journal.mycom.co.jp/news/2007/12/04/004/">（詳細）</a></u></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90qmail%e3%81%8c%e3%83%91%e3%83%96%e3%83%aa%e3%83%83%e3%82%af%e3%83%89%e3%83%a1%e3%82%a4%e3%83%b3%e3%81%ab%e3%80%91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>【再度：プロバイダのOP25Bに対応しました】</title>
		<link>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90%e5%86%8d%e5%ba%a6%ef%bc%9a%e3%83%97%e3%83%ad%e3%83%90%e3%82%a4%e3%83%80%e3%81%aeop25b%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%91/</link>
		<comments>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90%e5%86%8d%e5%ba%a6%ef%bc%9a%e3%83%97%e3%83%ad%e3%83%90%e3%82%a4%e3%83%80%e3%81%aeop25b%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%91/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.a3c.co.jp/wordpress/?p=23</guid>
		<description><![CDATA[設定方法はこちらを参考にしてください。
]]></description>
			<content:encoded><![CDATA[<p>設定方法は<u><a href="http://www.a3c.co.jp/op25b.html">こちら</a></u>を参考にしてください。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90%e5%86%8d%e5%ba%a6%ef%bc%9a%e3%83%97%e3%83%ad%e3%83%90%e3%82%a4%e3%83%80%e3%81%aeop25b%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>【CMSをWordPressにしました】</title>
		<link>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90cms%e3%82%92wordpress%e3%81%ab%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%91/</link>
		<comments>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90cms%e3%82%92wordpress%e3%81%ab%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%91/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.a3c.co.jp/wordpress/?p=19</guid>
		<description><![CDATA[このサイトの管理を今後日本でも流行の兆しのあるWordPress（WP） に変更しました。WPは、CMSの一種です。
]]></description>
			<content:encoded><![CDATA[<p>このサイトの管理を今後日本でも流行の兆しのある<u><a href="http://ja.wordpress.org/" target="_blank">WordPress（WP）</a> </u>に変更しました。WPは、CMSの一種です。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpha-cubic.jp/2008/10/10/%e3%80%90cms%e3%82%92wordpress%e3%81%ab%e3%81%97%e3%81%be%e3%81%97%e3%81%9f%e3%80%91/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
