<?xml version="1.0" encoding="utf-8" ?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" 
			xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" 
			xmlns:cc="http://web.resource.org/cc/" xml:lang="ja">
<channel rdf:about="http://mazueda.blog117.fc2.com/?xml">
<title>えだまメモ</title>
<link>http://mazueda.blog117.fc2.com/</link>
<description>ネットワーク技術者のはしくれですが、日々の思ったことをメモします。</description>
<dc:language>ja</dc:language>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://mazueda.blog117.fc2.com/blog-entry-10.html" />
<rdf:li rdf:resource="http://mazueda.blog117.fc2.com/blog-entry-8.html" />
<rdf:li rdf:resource="http://mazueda.blog117.fc2.com/blog-entry-9.html" />
<rdf:li rdf:resource="http://mazueda.blog117.fc2.com/blog-entry-7.html" />
<rdf:li rdf:resource="http://mazueda.blog117.fc2.com/blog-entry-6.html" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://mazueda.blog117.fc2.com/blog-entry-10.html">
<link>http://mazueda.blog117.fc2.com/blog-entry-10.html</link>
<title>IPv4アドレス枯渇</title>
<description> 4月11日、総務省が主催するインターネットの円滑なIPv6移行に関する調査研究会では、第4回報告書(案)を発表しました。報告書の中では、IPv4アドレスの枯渇を2011年と予測した上で、現在から2012年までを3段階に分けました。①IPv4アドレス在庫枯渇前（2010年まで）　　　　　　　　　②IPv4アドレス在庫枯渇初期 （2011年初頭から）③IPv4アドレス在庫枯渇中期（早ければ2012年初頭）また、インターネットの直接的な関係者を3
 </description>
<content:encoded>
<![CDATA[ 4月11日、総務省が主催する<a href="http://www.soumu.go.jp/joho_tsusin/policyreports/chousa/ipv6/index.html" target="_blank" title="インターネットの円滑なIPv6移行に関する調査研究会">インターネットの円滑なIPv6移行に関する調査研究会</a>では、<a href="http://www.soumu.go.jp/joho_tsusin/policyreports/chousa/ipv6/pdf/080401_2_si4-2.pdf" target="_blank" title="第4回報告書(案)">第4回報告書(案)</a>を発表しました。<br /><br />報告書の中では、IPv4アドレスの枯渇を2011年と予測した上で、現在から2012年までを3段階に分けました。<br /><br />①IPv4アドレス在庫枯渇前（2010年まで）　　　　　　　　　<br />②IPv4アドレス在庫枯渇初期 （2011年初頭から）<br />③IPv4アドレス在庫枯渇中期（早ければ2012年初頭）<br /><br />また、インターネットの直接的な関係者を3つのプレイヤーとして定義しました。<br /><br />①ネットワーク　←－－－┐<br />②サービス　　　←－－－┴　　たぶんISPや、ASPです。<br />③ユーザ　　　　←－－－－　　企業などのインターネットの使用者、コンシューマユーザも当てはまるかな？<br /><br /><br /><br /><br /> ]]>
</content:encoded>
<dc:subject>アドレス枯渇</dc:subject>
<dc:date>2008-06-03T00:47:09+09:00</dc:date>
<dc:creator>えだまめ</dc:creator>
<dc:publisher>FC2-BLOG</dc:publisher>
</item>
<item rdf:about="http://mazueda.blog117.fc2.com/blog-entry-8.html">
<link>http://mazueda.blog117.fc2.com/blog-entry-8.html</link>
<title>apacheのインストール</title>
<description> apacheをインストールする最新版のapache22をインストールすることにする。FreeBSDで、アプリケーションのインストール方法は3種類ありそう。1)ports インストール2)pkg_add pkg_delete3)ソースコードをダウンロードしてコンパイル・・・一番手軽にできそうなportsインストールでやってみます。1.portsファイルのある場所に移動cd /usr/ports/www/apache22/2.make　します。1.のディレクトリで、root権限で、#m
 </description>
<content:encoded>
<![CDATA[ apacheをインストールする<br /><br />最新版のapache22をインストールすることにする。<br /><br />FreeBSDで、アプリケーションのインストール方法は3種類ありそう。<br /><br />1)ports インストール<br />2)pkg_add pkg_delete<br />3)ソースコードをダウンロードしてコンパイル・・・<br /><br /><br />一番手軽にできそうなportsインストールでやってみます。<br /><br /><br />1.portsファイルのある場所に移動<br />cd /usr/ports/www/apache22/<br /><br />2.make　します。<br />1.のディレクトリで、root権限で、<br />#make　とすると、<br /><br />e22/work/httpd-2.2.3/modules/proxy/../generators -I/usr/include -I/usr/ports/www/apache22/work/httpd-2.2.3/modules/ssl -I/usr/ports/www/apache22/work/httpd-2.2.3/modules/dav/ma<br /><br />大量のメッセージとともに相当な時間がかかります。<br />私の環境では数時間かかりました。<br />多分virtualPC上だからだろうけれども・・・<br /><br />3.make install　します。<br />同ディレクトリで<br />#make install　とします。<br /><br />default.la /usr/local/libexec/apache22/<br />/usr/ports/www/apache22/work/httpd-2.2.3/srclib/apr/libtool --silent --mode=install cp mod_auth_basic.la /usr/local/libexec/apache22/<br /><br />こんな感じのメッセージが数分続きます。<br /><br />4./etc/rc.conf　の　編集<br />/etc/rc.conf に　<br />apache22_enable="YES"<br />と、追記します。<br /><br />　<br />5.http.confの構文チェック<br /># /usr/local/etc/rc.d/apache22 configtest<br />Performing sanity check on apache22 configuration:<br />Syntax OK<br />#<br /><br />6.Apache起動<br /># /usr/local/etc/rc.d/apache22 start<br />Performing sanity check on apache22 configuration:<br />Syntax OK<br />Starting apache22.<br />#<br /><br />TIPS<br />start　　起動<br />stop　 　停止<br />restart　再起動<br /><br />7.確認<br />webブラウザのアドレスに、サーバのアドレスを入力すると<br />画面が表示されるようになりました。<br /><a href="http://blog-imgs-13.fc2.com/m/a/z/mazueda/apache.jpg" target="_blank"><img src="http://blog-imgs-13.fc2.com/m/a/z/mazueda/apache.jpg" alt="apache.jpg" border="0"></a><br clear="all"><br /><br /><br /><br />成功みたいです。<br /><br /><br />細かい設定は、このファイル<br />/usr/local/etc/apache22/http.conf<br /><br />で、行うようですが、それは次回。<br /><br /><a href="http://freebsd.sing.ne.jp/FreeBSD/10apache/2/10.1.html" target="_blank">参考</a><br /><br /> ]]>
</content:encoded>
<dc:subject>FreeBSD6.2</dc:subject>
<dc:date>2007-08-30T19:00:14+09:00</dc:date>
<dc:creator>えだまめ</dc:creator>
<dc:publisher>FC2-BLOG</dc:publisher>
</item>
<item rdf:about="http://mazueda.blog117.fc2.com/blog-entry-9.html">
<link>http://mazueda.blog117.fc2.com/blog-entry-9.html</link>
<title>Telnet</title>
<description> 昨日、telnetサーバ機能を起動させたので、virtualPCのホストOSであるxpマシンにteratermをインストールします。teraterm透過機能が好きです。
 </description>
<content:encoded>
<![CDATA[ 昨日、telnetサーバ機能を起動させたので、<br /><br />virtualPCのホストOSであるxpマシンにteratermをインストールします。<br /><br /><a href="http://www.forest.impress.co.jp/lib/inet/servernt/netuty/utf8teraterm.html" target="_blank">teraterm</a><br /><br />透過機能が好きです。 ]]>
</content:encoded>
<dc:subject>FreeBSD6.2</dc:subject>
<dc:date>2007-08-29T02:15:59+09:00</dc:date>
<dc:creator>えだまめ</dc:creator>
<dc:publisher>FC2-BLOG</dc:publisher>
</item>
<item rdf:about="http://mazueda.blog117.fc2.com/blog-entry-7.html">
<link>http://mazueda.blog117.fc2.com/blog-entry-7.html</link>
<title>telnetとftpの起動</title>
<description> とりあえずは、telnetとftpくらいは有効にしようということで・・1./etc/inetd.conf　を　編集します。有効にしたいサービスの#をはずす。FTPは制御用とデータ送信用の２セションがあるので、2行なのかな？# $FreeBSD: src/etc/inetd.conf,v 1.70.2.2 2006/09/07 20:03:25 obrien Exp $## Internet server configuration database## Define *both* IPv4 and IPv6 entries for dual-stack support.# To disable a s
 </description>
<content:encoded>
<![CDATA[ とりあえずは、telnetとftpくらいは有効にしようということで・・<br /><br />1./etc/inetd.conf　を　編集します。<br /><br />有効にしたいサービスの#をはずす。<br /><br />FTPは制御用とデータ送信用の２セションがあるので、2行なのかな？<br /><br /><br /><br /><br /># $FreeBSD: src/etc/inetd.conf,v 1.70.2.2 2006/09/07 20:03:25 obrien Exp $<br />#<br /># Internet server configuration database<br />#<br /># Define *both* IPv4 and IPv6 entries for dual-stack support.<br /># To disable a service, comment it out by prefixing the line with '#'.<br /># To enable a service, remove the '#' at the beginning of the line.<br />#<br />ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l　　<font color="#FF0000">←ここ</font><br />#ftp    stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l<br />ftp     stream  tcp     nowait  root    /usr/libexec/lukemftpd  ftpd -l -r　　<font color="#FF0000">←ここ</font><br />#ftp    stream  tcp6    nowait  root    /usr/libexec/lukemftpd  ftpd -l -r<br />#ssh    stream  tcp     nowait  root    /usr/sbin/sshd          sshd -i -4<br />#ssh    stream  tcp6    nowait  root    /usr/sbin/sshd          sshd -i -6<br />telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd　　　<font color="#FF0000">←ここ</font><br />#telnet stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd<br />#shell  stream  tcp     nowait  root    /usr/libexec/rshd       rshd<br />#shell  stream  tcp6    nowait  root    /usr/libexec/rshd       rshd<br /><br />2./etc/rc.conf を　編集します。<br />/etc/rc.conf を開いて、inet_enable の設定を追加します。 <br /><br />inetd_enable="YES"　←これを追記<br /><br /><br />3.編集が完了したら、inetdのプロセスを再起動<br /><br />>kill -HUP `cat /var/run/inetd.pid`<br /><br /><br />もしくは、再起動<br />rebootで ]]>
</content:encoded>
<dc:subject>FreeBSD6.2</dc:subject>
<dc:date>2007-08-28T20:04:28+09:00</dc:date>
<dc:creator>えだまめ</dc:creator>
<dc:publisher>FC2-BLOG</dc:publisher>
</item>
<item rdf:about="http://mazueda.blog117.fc2.com/blog-entry-6.html">
<link>http://mazueda.blog117.fc2.com/blog-entry-6.html</link>
<title>IPアドレス設定関連</title>
<description> 1.現在のIPアドレスの設定確認&gt;ifconfigde0: flags=8843 mtu 1500        inet 192.168.0.200 netmask 0xffffff00 broadcast 192.168.0.255        ether 00:03:ff:89:cf:bd        media: Ethernet autoselect (100baseTX)        status: activeplip0: flags=108810 mtu 1500lo0: flags=8049 mtu 16384        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3        inet6 ::1 prefixlen 128        inet 127.0.0.1 n
 </description>
<content:encoded>
<![CDATA[ <strong>1.現在のIPアドレスの設定確認</strong><br /><br /><hr size="1"><br />>ifconfig<br />de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500<br />        inet 192.168.0.200 netmask 0xffffff00 broadcast 192.168.0.255<br />        ether 00:03:ff:89:cf:bd<br />        media: Ethernet autoselect (100baseTX)<br />        status: active<br />plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500<br />lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384<br />        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3<br />        inet6 ::1 prefixlen 128<br />        inet 127.0.0.1 netmask 0xff000000<br />><br /><hr size="1"><br /><br /><strong>2.IPアドレスの変更方法</strong><br />方法は2つ<br /><br />1)sysinstall<br />>sysinstall<br />で、sysinstallのMain_Menuが開きます。<br />あとは、<br />[Configure]-[Networking]-[Interfaces]の順番に選択して、<br />物理IFを選択して設定画面へ<br /><br />その後リロードへ <br /><br /><br />2)/etc/rc.confの編集<br />/etc/rc.confファイルをviで編集する。<br />こちらのファイルは変更の履歴が残るみたい。<br />ファイルの記述の下のほうが有効なのかな？<br /><br />こちらは、やったことないので詳細不明 ]]>
</content:encoded>
<dc:subject>FreeBSD6.2</dc:subject>
<dc:date>2007-08-27T16:35:10+09:00</dc:date>
<dc:creator>えだまめ</dc:creator>
<dc:publisher>FC2-BLOG</dc:publisher>
</item>
</rdf:RDF>