Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 1998 10:30:26 +0100
From:      Adam Nealis <adamn@criterion.canon.co.uk>
To:        FBSDQ <freebsd-questions@FreeBSD.ORG>
Subject:   Re: "Network is unreachable"
Message-ID:  <36304CB2.AA1610F2@criterion.canon.co.uk>
References:  <001b01bdfdf3$a7d9f000$0100a8c0@asus.hyperhost.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Patrick Seal wrote:
> 
> Here's some more information on my problem:
> 
> dmesg:
> ed1 <NE2000 PCI Ethernet (RealTek 8029)> ...
> ed1: address 00:4f:49:04:c3:06, type NE2000 (16 bit)
>
> arp -a:
> nothing
> 
> netstat -rn:
> nothing
> 
> ifconfig -a:
> ed1: flads=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
>         ether 00:4f:49:04:c3:06
> Then some other things that don't seem to matter.
This happened to me this week. Check in /etc/rc.conf for
something like

network_interfaces="ed10 lo0"
ifconfig_ed10="inet 111.222.111.222
ifconfig_lo0="inet 127.0.0.1"

i.e. for each $network_interface="foo bar", etc., there
should exist the corresponding ifconfig params:

ifconfig_foo="inet ..."
ifconfig_bar="inet ..."

Or it could be something else...

Cheers,
Adam.

> ifconfig ed1 up:
> nothing

[snip]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36304CB2.AA1610F2>