Subject: More installation woes, can't get ip working
To: NetBSD Prep Users <port-prep@NetBSD.org>
From: Tim Gallagher <tim.gallagher@earthlink.net>
List: port-prep
Date: 01/25/2005 23:03:18
Okay, the adapter DID work under the sysinst.fs, of that, I am sure.
Now that I'm booted under generic.fs floppy with root on hard drive, it
doesn't. I am using generic_com0.fs provided by Jochen Kunz. This is
an output of what I've got so far:
# /etc/rc.d/network restart
Stopping network.
Deleting aliases.
Downing network interfaces: pcn0.
Starting network.
Hostname: ganymede
IPv6 mode: host
Configuring network interfaces: pcn0.
add net default: gateway 192.168.0.1
Adding interface aliases:
# ifconfig pcn0
pcn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: 00:06:29:21:07:a0
media: Ethernet 10baseT
inet 192.168.0.9 netmask 0xffffff00 broadcast 192.168.0.255
inet6 fe80::206:29ff:fe21:7a0%pcn0 prefixlen 64 scopeid 0x1
# netstat -rn -f inet
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu
Interface
default 192.168.0.1 UGS 0 0 - pcn0
127/8 127.0.0.1 UGRS 0 0 33196 lo0
127.0.0.1 127.0.0.1 UH 1 0 33196 lo0
192.168/24 link#1 UC 1 0 - pcn0
192.168.0.1 link#1 UHLc 1 0 - pcn0
# cat
/etc/ifconfig.pcn0
inet 192.168.0.9 broadcast 192.168.0.255 netmask 255.255.255.0
# grep defaultroute
/etc/defaults/rc.conf
defaultroute="192.168.0.1"
# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1): 56 data bytes
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
Link light is NOT lit on hub.
Any ideas? Please help,
timbo
mailto:tim.gallagher@earthlink.net