From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 25 Aug 1995 13:31:27 -0400 From: Paul Borman prb@bsdi.com Subject: Setting up IP on a Plan 9 PC Topicbox-Message-UUID: 1bfb8be6-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950825173127.UkqoKXdsmmO2PKDmV-u_YYQBDlg25mZx7rl3kvU_C04@z> Thanks to all for the help on this. It is now working. The things that I had to do: 1) specify my ether address with *lower case* letters in /lib/ndb/local 2) make sure that "aux/listen tcp" was called (not "aux/listen /net/ether") My confusion here was that the man page talked about /net/dk being the default network, so I had used /net/ether, which only produced "Giving up on /net/ether!*!*" In my /rc/bin/termrc file I modified the entry case NCR* 'AT&TNSX'* generic* to have: if(test -e /net/ether/clone) ip/ipconfig + if(test -e /net/ether/clone) aux/listen tcp I also changed it to add the hd1swap device rather than hd0swap device as I installed Plan 9 on my second IDE disk. -Paul Borman prb@bsdi.com