Difference between revisions of "ICMP"
Jump to navigation
Jump to search
(Created page with 'XINU features an ICMP daemon that runs on start up and responds to ICMP echo requests(pings). XINU can also send ICMP echo requests using the ping command and a valid ipv4 addres...') |
|||
Line 2: | Line 2: | ||
XINU can also send ICMP echo requests using the ping command and a valid ipv4 address. | XINU can also send ICMP echo requests using the ping command and a valid ipv4 address. | ||
In order to either send or reply to messages, the netup command needs to be run first. | In order to either send or reply to messages, the netup command needs to be run first. | ||
+ | |||
+ | == Resources == | ||
+ | RFC 792 |
Latest revision as of 20:58, 13 June 2011
XINU features an ICMP daemon that runs on start up and responds to ICMP echo requests(pings). XINU can also send ICMP echo requests using the ping command and a valid ipv4 address. In order to either send or reply to messages, the netup command needs to be run first.
Resources
RFC 792