Subject: Problems with network in 1.3
To: None <port-vax@NetBSD.ORG>
From: Rick Copeland <rickgc@calweb.com>
List: port-vax
Date: 05/20/1998 08:40:06
Dear Vax List,

I recently installed NetBSD 1.3 into my uVax 3600.  The load in went
reasonably smooth, however, I cannot get the network to function.  I have
been previously running NetBSD 1.1 on this machine and still have it on a
RA70 and have written NetBSD on a second disk which is a RA72. If I connect
up the RA70 with 1.1 the network works just fine but when I connect the
RA70 with NetBSD 1.3 everything works except he network.  I have configured
the network in 1.3 just as I had done on 1.1 but still cannot ping
successfully (ping comes back with "no route to host").  Is there some new
network configuration that I should know about?

Below is a printout of the boot up sequence, login, cat of hosts, cat of
myname and hostname.qe0.  Then a sample of what comes up when I do a ping
to a Sparc 2 running 1.3 that I have used with this 3600 (NFS) for sometime
when it was running NetBSD 1.1.

Sorry for the long posting!

Rick Copeland

****************************************************************************
*****************
KA650-A V5.3, VMB 2.7
Performing normal system tests.
40..39..38..37..36..35..34..33..32..31..30..29..28..27..26..25..
24..23..22..21..20..19..18..17..16..15..14..13..12..11..10..09..
08..07..06..05..04..03..
Tests completed.
>>>b dua0
(BOOT/R5:0 DUA0)



  2..
-DUA0
  1..0..


howto 0x0, bdev 0x11, booting...done. (31332+22252)

>> NetBSD/vax boot [970702 21:52] <<
: /netbsd
700416+38912+75784 start 0x9c078
[ netbsd symbol table not valid ]
Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.3 (GENERIC) #1: Fri Jan 16 16:09:22 CET 1998
    ragge@multivac:/usr/hej/src/sys/arch/vax/compile/GENERIC

realmem = 25077760
avail mem = 19966976
Using 1224 buffers containing 1253376 bytes of memory.
backplane0 (root)
cpu0 at backplane0: MicroVAX 3500/3600
cpu0: CVAX microcode rev 4 Firmware rev 83
uba0 at backplane0: Q22
mtc0 at uba0 csr 174500 vec 774 ipl 17
mscpbus0 at mtc0: version 3 model 14
mscpbus0: DMA burst size set to 4
mt0 at mscpbus0 drive 0: TK70
uda0 at uba0 csr 172150 vec 770 ipl 17
mscpbus1 at uda0: version 6 model 13
mscpbus1: DMA burst size set to 4
ra0 at mscpbus1 drive 0: RA72
qe0 at uba0 csr 174440 vec 764 ipl 17
qe0: delqa, hardware address 08:00:2b:0b:48:ee
boot device: ra0
root on ra0a dumps on ra0b
ra0: size 1953300 sectors
root file system type: ffs
swapctl: adding /dev/ra0b as swap device at priority 0
Automatic boot in progress: starting file system checks.
/dev/rra0a: file system is clean; not checking
/dev/rra0e: file system is clean; not checking
/dev/rra0g: file system is clean; not checking
setting tty flags
starting network
hostname: worker.bee.com
domainname: bee.com
configuring network interfaces:.
starting system logger
checking for core dump...
savecore: no core dump
starting rpc daemons: portmap.
starting nfs daemons:.
creating runtime link editor directory cache.
checking quotas: done.
building databases...
chmod: /dev/tty[pqrs]*: No such file or directory
clearing /tmp
updating motd.
standard daemons: update cron.
starting network daemons: inetd.
starting local daemons:.
Tue May 19 22:54:51 PDT 1998
May 19 22:54:52 worker init: kernel security level changed from 0 to 1

NetBSD/vax (worker.bee.com) (console)

login: root
Password:
Last login: Tue May 19 22:56:58 on console
May 19 23:00:07 worker login: ROOT LOGIN (root) ON console
May 19 23:00:07 worker login: ROOT LOGIN (root) ON console
Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
        The Regents of the University of California.   All rights reserved.

NetBSD 1.3 (GENERIC) #1: Fri Jan 16 16:09:22 CET 1998

Welcome to NetBSD!

Terminal type? [unknown] vt100

Don't login as root, use the su command.

worker# cd /etc


worker# cat hosts
#       $NetBSD: hosts,v 1.4 1997/01/09 05:33:14 mikel Exp $
#
# Host Database
# This file should contain the addresses and aliases
# for local hosts that share this file.
# It is used only for "ifconfig" and other operations
# before the nameserver is started.
#
#
127.0.0.1               localhost
#
192.250.150.39          worker.bee.com  workerbee
#
192.250.150.46          diamond.gem.com  diamond
# RFC 1918 specifies that these networks are "internal".
# 10.0.0.0      10.255.255.255
# 172.16.0.0    172.31.255.255
# 192.168.0.0   192.168.255.255



worker# cat myname
worker.bee.com


worker# cat hostname.qe0
inet worker.bee.com


worker# ping -c 1 192.250.150.46
PING diamond.gem.com (192.250.150.46): 56 data bytes
ping: sendto: No route to host

----diamond.gem.com PING Statistics----
1 packets transmitted, 0 packets received, 100% packet loss
worker#

****************************************************************************
*****************
END OF TRANSMISSION