From owner-freebsd-questions Mon Jan 1 14:27:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13206 for questions-outgoing; Mon, 1 Jan 1996 14:27:03 -0800 (PST) Received: from beaver.cs.washington.edu (beaver.cs.washington.edu [128.95.1.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA13200 for ; Mon, 1 Jan 1996 14:26:54 -0800 (PST) Received: from tera.com (tera.com [128.95.3.1]) by beaver.cs.washington.edu (8.7.2/7.1be+) with SMTP id OAA21947; Mon, 1 Jan 1996 14:26:44 -0800 (PST) Received: by tera.com (4.1/SMI-4.0) id AA02267; Mon, 1 Jan 96 14:25:42 PST From: kline@tera.com (Gary Kline) Message-Id: <9601012225.AA02267@tera.com> Subject: Re: ppp from shell, & starting X To: wollman@lcs.mit.edu (Garrett A. Wollman) Date: Mon, 1 Jan 1996 14:25:41 -0800 (PST) Cc: jbarrm@panix.com, questions@freebsd.org In-Reply-To: <9601012015.AA12054@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Jan 1, 96 03:15:18 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk According to Garrett A. Wollman: > > < said: > > > Dec 17 08:59:50 /kernel: rtinit: wrong ifa (0xf054e500) was (0xf04dee00) > > Dec 18 11:22:24 /kernel: rtinit: wrong ifa (0xf051fe00) was (0xf04dee00) > > Dec 28 21:12:12 /kernel: rtinit: wrong ifa (0xf04ebc80) was (0xf04dee00) > > Dec 29 17:06:01 /kernel: rtinit: wrong ifa (0xf053f680) was (0xf04dee00) > > What this message indicates is that there is something wrong with the > routing. Specifically: > > The message occurs when trying to add the route corresponding to a new > interface address. One of the steps in adding the route is to use the > interface address table to figure out which interface the route should > be marked for use with. The message indicates that this calculation > came up with a different answer than the interface that is supposed to > be represented in the first place, so something is inconsistent in > your configuration. > You've shined some light on this, thanks. I was running into the above problem last week with ppp. I found the source of the error message and changed my /etc/hosts table; and my /etc/sysconfig file as well. It was a few days before I tried ppp and discovered that things were hosed! Long-story-short, after further hacking, I fixed at least part of what was wrong. (( Not entirely clear how...but I'm learning.)) Could you (or another network-savvy wizard) publish sample /etc/hosts, /etc/sysconfig, and /etc/network files? Else point me to a tutorial doc? ...Your second message gave me further/other clues: > [/etc/hosts] > 127.0.0.0 localhost 127.0.0.1 > 10.0.0.0 eac.iafrica.com eac 10.0.0.1 You can't have a `host-part' that is all-bits-zero; it's reserved for other uses. > [/etc/sysconfig] > ifconfig_tun0="inet eac.iafrica.com 10.0.0.1 netmask 0xffffff00" In my /etc/hosts I've got 127.0.0.1 localhost localhost.thought.org 128.95.3.70 tao.thought.org tao to indicate that for my *local* site (a fake network for now), I am 127.0.0.1, and when I am connected via SLIP or PPP to the net, I become 128.95.3.70. Is this correct? or, more to the point, will this configuration make sense to my FreeBSD software and work otherwise?? Thanks for any words of wisdom! gary kline >