Subject: several eth devices
To: None <port-mac68k@netbsd.org>
From: Marc Coevoet <mcv@wanadoo.be>
List: port-mac68k
Date: 01/21/2003 21:21:00
I managed to boot netbsd1.6 on a quadra 700.
(had to change /etc/ttys a line that says console off put ON
the getty and ttyE0 change to ttye0 and put OFF)

Now I see I have two ethernet devices; the dmesg looks like this:
sn0 at obio0: integrated Ethernet adapter
sn0: Ethernet address 08:00:07:14:98:34

nubus0 at mainbus0
ae0 at nubus0 slot e: MacCon Ethernet, 64KB memory
ae0: Ethernet address 00:00:94:21:1e:5a

I try to configure them with

ifconfig_sn0="inet 169.254.202.112 netmask 0.0.0.0"
ifconfig_ae0="inet 169.254.202.113 netmask 0.0.0.0"

in rc.conf, but the second line does not seem to work....

I can log in on the sn0-169.254.202.112 with my imac,
not on ae0-169.254.202.113
What might be the problem here? (I do not need IPNAT...)


Marc