From owner-freebsd-questions Fri Jul 4 00:12:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA12942 for questions-outgoing; Fri, 4 Jul 1997 00:12:31 -0700 (PDT) Received: from peeper.my.domain ([208.128.8.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA12934 for ; Fri, 4 Jul 1997 00:12:26 -0700 (PDT) Received: (from tom@localhost) by peeper.my.domain (8.8.5/8.7.3) id BAA15688; Fri, 4 Jul 1997 01:59:15 -0500 (CDT) Message-ID: <19970704015914.65240@peeper.my.domain> Date: Fri, 4 Jul 1997 01:59:14 -0500 From: Tom Jackson To: "Christopher J. Booth" Cc: questions@FreeBSD.ORG Subject: Re: udp port domain unreachable References: <199706251128.HAA05234@ithaca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76e In-Reply-To: <199706251128.HAA05234@ithaca>; from Christopher J. Booth on Wed, Jun 25, 1997 at 07:28:48AM -0400 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Jun 25, 1997 at 07:28:48AM -0400, Christopher J. Booth wrote: > Hi, all: > > Last week one day I down loaded about 433 emails in Linux, and when I tried to > read them in exmh they had disappeared. So, if someone answered my question, I > didn't receive it. > > I am still struggling with PPP in FreeBSD. I can dial up, connect, and am able > to ping my host, but nothing else. I run > > tcpdump -i tun0 > > and at some point thereafter, among the tcpdump output I see a message > > udp port domain unreachable > > I suspect that thereat lies my problem, but I don't know what this means, nor > how to rectify it. I would think that this indicates that I have a failure to > communicate between ppp layers, but what do I do to connect to my connection? > > TIA! > > Chris What does `show ipcp' show you? Tom