Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2000 09:25:20 -0500
From:      "J. W. Ballantine" <jwb@homer.att.com>
To:        freebsd-questions@FreeBSD.org
Subject:   Network not reachable problem
Message-ID:  <200001241425.JAA03301@akiva.homer.att.com>

next in thread | raw e-mail | index | archive | help
Hi,

I have a dual boot box, W98 and BSD, with a cable modem, and I've recently
run into a strange network problem.  I've been following STABLE via CVS
and after my last run of cvs on dec 17 (system not recompiled until later)
and a change in my ISP network, I lost contact with the  network under FBSD. 
And that probably means that I'm doing something stupid....

The ISP only supports the windows side and I'm able to connect there.  It's
only when I try to connect via FreeeBSD that I get the problem.  I've been
searching for the past 3/4 weeks with not success, so any and all pointers are 
greatfully welcomed.  Under the assumption that I messed something up,
I've copied the /usr/src/etc files over to /etc, so I should have a stock
3.4-STABLE network, and to the best of my knowledge, I have no firewall.
I've triple checked the addresses in rc.conf, resolv.conf, hosts and always
get the same result when route runs.

I've attached the bootup output(edited, the init output, my /etc/rc.conf and 
the output of netstat and route delete>  If anything else is needed,
please let me know.

Thanks,
Jim Ballantine

***********************************************************

Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.4-STABLE #20: Sun Jan  2 21:01:41 EST 2000
    root@tinlizzie.jwb.com:/usr/src/sys/compile/MYKERNEL

PROBES DELETED

1 3C5x9 board(s) on ISA found at 0x350
ep0 at 0x350-0x35f irq 10 on isa
ep0: aui/utp/bnc[*UTP*] address 00:20:af:26:b0:3c

REST OF BOOTUP PROBES DELETED

******************************************************************

output of init(rc):

Skipping disk checks ...
Doing initial network setup:.
ep0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 216.164.36.XXX netmask 0xffffff00 broadcast 216.164.36.255
ether 00:20:af:26:b0:3c
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000

route: writing to routing socket: Network is unreachable
add net default: gateway 10.17.44.XXX: Network is unreachable
Additional routing options: tcp extensions=NO TCP keepalive=YES.
routing daemons:.
Mounting NFS file systems.
additional daemons: syslogd.
Doing additional network setup: portmap.
Starting final network daemons: nfsiod NFS access cache time=2.

*************************************************

/etc/rc.conf file:

 # This file now contains just the overrides from /etc/defaults/rc.conf
 # please make all changes to this file.

 # -- sysinstall generated deltas -- #
moused_port="/dev/psm0"
moused_type="auto"
moused_enable="YES"
releaseName="releases/i386/3.3-RELEASE"
saver="logo"
nfs_client_enable="YES"
linux_enable="YES"
ibcs2_enable="YES"
lpd_enable="YES"

network_interfaces="ep0 lo0"

ifconfig_ep0="inet 216.164.36.XXX netmask 255.255.255.0"
defaultrouter="10.17.44.XXX"
hostname="tinlizzie.jwb.com"


***************************************************

output of netstat -nr:

Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
127.0.0.1          127.0.0.1          UH          0        0      lo0
216.164.36         link#2             UC          0        0      ep0

*****************************************

output of route delete default:
delete net default: not in table
route: writing to routing socket: No such process
delete net default: not in table




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?200001241425.JAA03301>