Subject: psuedo networked
To: netbsd-users <netbsd-users@NetBSD.ORG>
From: Nicholas Ritter <nritter@mail.lfcds.lfc.edu>
List: netbsd-users
Date: 05/15/1997 15:53:00
I have the LCIII running 1.2.1, and everything is fine. I have configed 
the networking, and I can ping the BSD machine, but the BSD machine 
can't ping anyone. I was able to ping before, but I did something, and I 
don't know what. 

During bootup, I notice these three lines:

Starting Network
add host davinci: gateway localhost
add net default: gateway 164.68.104.1




davinci is the name of the BSD box, and 164.68.104.1 is the inside of my 
router to the internet. Is this causing the problem? Or is it something 
else?

here are my config files: 
(164.68.1.2 is primary DNS, 164.68.1.1 is secondary DNS, and 164.68.104.6 
is the BSD machine, 164.68.99.7 is outside port of my router)

myname: davinci
defaultdomain: lfcds.lfc.edu
mygate: 164.68.104.1
resolv.conf: search lfcds.lfc.edu
             nameserver 164.68.1.2      
             nameserver 164.68.1.1
hostname.ae0: inet davinci.lfcds.lfc.edu 0xffffff00 164.68.104.6
hosts: 127.0.0.1      localhost  localhost.lfcds.lfc.edu
       
       164.68.104.1      lfcds  lfcds.lfcds.lfc.edu
       164.68.104.2      panther  panther.lfcds.lfc.edu
       164.68.104.6      davinci  davinci.lfcds.lfc.edu
       164.68.104.230     lfcds  lfcds.lfcds.lfc.edu
       164.68.99.7        lfcds  lfcds.ici.lfc.edu
       164.68.99.1       irouter  irouter.ici.lfc.edu
       164.68.1.2         lfcnms  lfcnms.lfc.edu
       164.68.104.1       lfmail  lfmail.lfc.edu



What am I missing?

Nicholas Ritter