【Windows】Apache初心者質問スレ【専門】

このエントリーをはてなブックマークに追加
452DNS未登録さん
FreeBSD 5.2.1
httpd-2.0.50

/etc/rc.conf
ifconfig_xxx="inet 192.168.0.2 netmask 255.255.255.0"
defaultrouter="192.168.0.1"
hostname="test.com"

/etc/hosts
::1 localhost
127.0.0.1 localhost
192.168.0.2 localhost
192.168.0.2 test.com test

/etc/resolv.conf
nameserver 192.168.0.1

httpd.conf
Listen 192.168.0.2:80

192.168.0.1のルータのポートフォワーディング設定を
192.168.0.2への80番ポート接続許可設定にして、

ルータのグローバルIP取得ツールで取得したグローバルIP
をブラウザで叩くと「ページが表示できません。」となります。
どうすれば、自宅のサーバーに繋げますか?
教えてください。