カスタム検索
|
Tweet |
|
|
Modified: 29 April 2004
先に作った、2つの仮想LANを、1つの仮想HUBに接続してみます。
サーバの接続
サーバー側で、「SoftEther 接続マネージャ」を起動し、先に設定した「Server」をダブルクリックして、仮想HUBに接続します。
サーバのIPアドレスの確認
サーバー側で、IPアドレスを確認します。
C:\Documents and Settings\tomo>ipconfig Windows IP Configuration : Ethernet adapter SoftEther 仮想 LAN 接続: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 10.0.0.1 Subnet Mask . . . . . . . . . . . : 255.0.0.0 Default Gateway . . . . . . . . . : : C:\Documents and Settings\tomo>
クライアントの接続
今度は、クライアント側のPCで、「SoftEther 接続マネージャ」を起動し、先に設定した「Client」をダブルクリックして接続します。
クライアントのIPアドレスの確認
クライアント側で、IPアドレスを確認します。
C:\Documents and Settings\tomo>ipconfig Windows IP Configuration : Ethernet adapter SoftEther 仮想 LAN 接続: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 10.0.0.2 Subnet Mask . . . . . . . . . . . : 255.0.0.0 Default Gateway . . . . . . . . . : : C:\Documents and Settings\tomo>
pingで確認
クライアント側で、IPアドレスを確認します。
以下のように応答があればOKです。
C:\Documents and Settings\tomo>ping 10.0.0.1 Pinging 10.0.0.1 with 32 bytes of data: Reply from 10.0.0.1: bytes=32 time=4ms TTL=128 Reply from 10.0.0.1: bytes=32 time=4ms TTL=128 Reply from 10.0.0.1: bytes=32 time=4ms TTL=128 Reply from 10.0.0.1: bytes=32 time=4ms TTL=128 Ping statistics for 10.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 4ms, Maximum = 4ms, Average = 4ms C:\Documents and Settings\tomo>ping 10.0.0.2 Pinging 10.0.0.2 with 32 bytes of data: Reply from 10.0.0.2: bytes=32 time=4ms TTL=128 Reply from 10.0.0.2: bytes=32 time=4ms TTL=128 Reply from 10.0.0.2: bytes=32 time=4ms TTL=128 Reply from 10.0.0.2: bytes=32 time=4ms TTL=128 Ping statistics for 10.0.0.2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 4ms, Maximum = 4ms, Average = 4ms C:\Documents and Settings\tomo>