From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com Message-Id: <200006132310.TAA24457@cse.psu.edu> Date: Tue, 13 Jun 2000 19:10:12 -0400 To: alteridentity@yahoo.com, 9fans@cse.psu.edu Subject: Re: [9fans] Experiences Installing Version 3: Another Take MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ba5449a4-eac8-11e9-9e20-41e7f4b1d025 netstat -in or cat /net/ipifc/*/status will show you what your address really is, what it thinks the network mask is, etc. Someone may indeed be answering your dhcp requests. If you want to see what dhcp is learning, you can run by hand ip/ipconfig -dDn It'll print out the results of the dhcp steps. you'll see the server giving you info. You cat see the final results of the dhcp with cat /net/ndb Finally, to override dhcp completely, change the ipconfig entry in your /rc/bin/termrc with: ip/ipconfig -g xxx 192.168.1.7 255.255.255.0 here xxx is the ip address of your gateway. I forgot was it was in your previous message