ほっしーの技術ネタ備忘録

技術ネタの備忘録です。基本的に私が忘れないためのものです。他の人の役にも立つといいなぁ。

PING 応答きた〜

C:\Program Files>ping 192.168.1.16

Pinging 192.168.1.16 with 32 bytes of data:

Reply from 192.168.1.16: bytes=32 time=1ms TTL=128
Reply from 192.168.1.16: bytes=32 time<10ms TTL=128
Reply from 192.168.1.16: bytes=32 time<10ms TTL=128
Reply from 192.168.1.16: bytes=32 time<10ms TTL=128

Ping statistics for 192.168.1.16:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum =  1ms, Average =  0ms

C:\Program Files>arp -a

Interface: 192.168.1.2 on Interface 0x1000003
  Internet Address      Physical Address      Type
  192.168.1.16          11-22-33-44-55-66     dynamic

C:\Program Files>_


うっしゃぁぁ!!
とりあえず ping に応答できるようになったー。


とりあえずここまでは普通に RFCEthereal とにらめっこしながら
がりがりとコードを書けば作れる。


RFC すばらしい……
統一規格のすばらしさを思い知りますねぇ。