brian@ms.uky.edu (Brian Sturgill) (07/26/87)
I am trying to put one of our Micro-Vax II's on 2 ethernets at the same time.
I type:
/etc/ifconfig qe1 inet 128.163.128.7 netmask 0xfffffc00
/etc/ifconfig qe0 inet 128.163.1.128 netmask 0xfffffc00
After a short period of time the kernel hangs. (At least once I have
gotten the traditional mbuf panic). I have gottten the maintenance release tape
in from MtXinu, but it seems to be full of problems... The test kernel
I booted will not let me fsck /dev/rra1a but will let me fsck /dev/ra1a...
The major and minor numbers for cdevsw are the same though... I don't
know what is wrong.
I have used both qe interfaces seperately with no problems.
Basically I am desperate to get my subnet working, anybody had a similar
problem? Anybody running 2 qe's with no problems?
Brian Sturgill System Manager
University of Kentucky Departments of Mathematical Sciences
brian@ms.uky.edu brian@ms.uky.csnet
{uunet,cbosgd}!ukma!brian brian@UKMA.BITNET
In case it will help here is my kernel config file:
#
#
machine vax
cpu "VAX630"
makeoptions INLINEOPTS="-s"
ident UKMJ
timezone 5 dst
maxusers 64
options QUOTA
options INET
options "TCP_COMPAT_42"
options COMPAT
options NFS
options RPC
# options GATEWAY
# options NFSDEBUG
# options RPCDEBUG
config vmunix root on ra0
controller uba0 at nexus ?
controller tmscp0 at uba? csr 0174500 vector tmscpintr
tape tms0 at tmscp0 drive 0
controller uda0 at uba? csr 0172150 vector udintr
disk ra0 at uda0 drive 0
disk ra1 at uda0 drive 1
disk ra2 at uda0 drive 2
disk ra3 at uda0 drive 3
controller zs0 at uba? csr 0172520 vector tsintr
device ts0 at zs0 drive 0
device dhu0 at uba? csr 0160440 flags 0x00 vector dhurint dhuxint
device dhu1 at uba? csr 0160460 flags 0x00 vector dhurint dhuxint
device dhu2 at uba? csr 0160500 flags 0x00 vector dhurint dhuxint
device dhu3 at uba? csr 0160520 flags 0x00 vector dhurint dhuxint
device qe0 at uba? csr 0174440 vector qeintr
device qe1 at uba? csr 0174460 vector qeintr
pseudo-device pty
pseudo-device loop
pseudo-device ether
pseudo-device nfs
pseudo-device rpc