From owner-freebsd-questions Mon May 10 14:26:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp5.jps.net (smtp5.jps.net [209.63.224.55]) by hub.freebsd.org (Postfix) with ESMTP id 9B0B914C19 for ; Mon, 10 May 1999 14:26:39 -0700 (PDT) (envelope-from lordhaize@jps.net) Received: from jps.net (216-119-27-137.smf.jps.net [216.119.27.137]) by smtp5.jps.net (8.9.0/8.8.5) with ESMTP id WAA18251 for ; Mon, 10 May 1999 22:27:22 -0700 (PDT) Message-ID: <37374F99.77A80C53@jps.net> Date: Mon, 10 May 1999 14:28:57 -0700 From: kupek X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: couple of small? problems with 3.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I seem to be having a couple of minor problems with 3.1. I think beforehand i need to give a little info on my setup thought. Im using my freebsd box to connect to my isp, and using the ppp -alias option to allow my lan access to the net using my freebsd box as a gateway. My dialup ip number is dynamic, and to get a static ip address im using a service that provides a hostname that translates into your current ip address. The first problem im having is i keep getting this message from syslogd on my console: May 10 13:40:52 slipstream sendmail[361]: gethostbyaddr(192.168.1.3) failed: 1 I'm not sure what this is for, but I know sendmail should be using my normal ip address and not my lan address... The second problem i'm having is whenever i get disconnected from my isp, ppp auto reconnects (im using the -ddial argument to ppp). However, every time it reconnects, it doesn't seem to be deleting my old IP address. right now, this is what I get from doing an ifconfig tun0: tun0: flags=8051 mtu 1524 inet 216.119.27.53 --> 255.255.255.255 netmask 0xffffffff inet 216.119.27.81 --> 255.255.255.255 netmask 0xffffffff inet 216.119.27.137 --> 216.119.31.19 netmask 0xffffff00 My current ip address at the time is 216.119.27.137, that should be the only valid ip address. Anyone know whats up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message