From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 27 Sep 1995 16:45:03 -0400 From: Steve Kotsopoulos steve@ecf.toronto.edu Subject: configuring icmp (for those who like to ping) Topicbox-Message-UUID: 28a06df8-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950927204503.MhdJjE0HKTb_N9KVK3bTn5RfINts0w82IMO2uQEgEgU@z> Since there are neither examples nor a manpage for icmp, I thought I'd share how I set it up here. In /sys/src/9/magnum/[magnum magnumcpu], I added an entry for icmp to the device list as follows: icmp Q In that same directory, I used "mk", and then "mk 'CONF=magnumcpu'" to build the 9magnum and 9magnumcpu kernels, which I copied to my tftp area. In /rc/bin/cpurc, I added (in the case statement for my cpuserver): bind -a '#Q' /dev # icmp device aux/icmp # icmp listener and changed the last line to read: echo -n 'add tcp il udp icmp' > /net/cs and I added this to /lib/namespace: bind -a #Q /net