From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10705300941s1c687b85ica1fbdcf904fd83b@mail.gmail.com> Date: Wed, 30 May 2007 09:41:24 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] simple route question Topicbox-Message-UUID: 75ec8bf0-ead2-11e9-9d60-3106f5b1d025 My understanding of routes is that I ought to be able to do this: node 1: echo add 11.0.0.1 255.0.0.0 11.0.0.0 > /net/ipifc/1/ctl node 2: echo add 12.0.1.1 255.0.0.0 12.0.0.0 > /net/ipifc/1/ctl echo add 11.0.1.1 255.0.0.0 11.0.0.0 >/etc/ipifc/1/ctl notwithstanding that the network number is superfluous, anything wrong with the above that I am missing? (this looks weird, there is a reason for it) A ping to an 11. net does not get to the interface, I am not sure I see why. A ping to 12. does thanks ron