From owner-freebsd-questions@FreeBSD.ORG Mon May 5 06:12:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9FA37B401 for ; Mon, 5 May 2003 06:12:13 -0700 (PDT) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8433643F3F for ; Mon, 5 May 2003 06:12:12 -0700 (PDT) (envelope-from iaccounts@northnetworks.ca) Received: from diana.northnetworks.ca (localhost.northnetworks.ca [127.0.0.1]) h45DCADI020743; Mon, 5 May 2003 09:12:10 -0400 (EDT) (envelope-from iaccounts@northnetworks.ca) Received: from localhost (iaccounts@localhost)h45DC24F020740; Mon, 5 May 2003 09:12:10 -0400 (EDT) X-Authentication-Warning: diana.northnetworks.ca: iaccounts owned process doing -bs Date: Mon, 5 May 2003 09:12:02 -0400 (EDT) From: Steve Bertrand To: Derrick Ryalls In-Reply-To: <000001c3120e$0c37c710$0200a8c0@bartxp> Message-ID: <20030505091059.B20527@diana.northnetworks.ca> References: <000001c3120e$0c37c710$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: DSL Stability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 13:12:13 -0000 > I managed to get DSL working with FreeBSD somewhat, but I am having some > weird connectivity issues. > At random times, I will lose network connectivity. The Westell modem > says there is full connection > via ethernet and phone, but I am unable to ping their gateway and > dhclient is unable to obtain a new > lease. > > The strange part is that if I plug my WinXP box into the modem directly, > I obtain an ip and can surf. > If I then plug the BSD box back into the modem, I can once again obtain > leases and talk to the 'net, > but about half the time I need to restart natd for the inside network to > be able to do anything. What does /var/log/ppp.log say? When I was on DSL, I had this same drop off issue, and it was attributed to an LCP problem. I disabled LCP Extensions and the problem went away. The log may indicate the problem. Regards, Steve > > System/ISP info: > > 4.7-RELEASE-p5 > rc.conf > ifconfig_sis0="DHCP" > default_gateway="4.xx.xxx.1" > natd_program="/sbin/natd" > natd_enable="YES" > natd_interface="sis0" > natd_flags="-f /etc/natd.conf" > > VerizonDSL in north Seattle > > So, any ideas on how to stabilize my connection? > > > -Derrick > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >