作成者カテゴリ返答の対象
公開
WebServe 大須賀誠
06/23/1997 07:59 PM
hostsファイルを作成します。
hostsファイルを作成します。

Windowsディレクトリの中にHosts.samと言うファイルがありますので、メモ帳などで開いて
NotesサーバーのIPアドレスとNotesサーバー名を記述します。

記述後ファイルの別名保存を選択して、Hostsというファイル名でWindowsディレクトリへ保存
します。(メモ帳等を使用しますと拡張子が自動的についてしまいますので注意して下さい)

hostsファイルを有効にするため、コンピュータを再起動します。

Notesサーバーへ接続します。

hostsファイルの例
-------------------------------------------------------------------
# Copyright (c) 1994 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Chicago
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost←消さないで下さい
192.168.0.1 NotesServer(又はNotesServer/test等の完全なNotesサーバー名)
^^^^^^^^^^^   ^^^^^^^^^^
Notesサーバー Notesサーバー名
のIPアドレス
--------------------------------------------------------------------


[Previous Main Document]

[Next Main Document]