From owner-freebsd-questions@FreeBSD.ORG Sun May 4 00:23:35 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 F0F0837B401 for ; Sun, 4 May 2003 00:23:34 -0700 (PDT) Received: from 12-229-238-38.client.attbi.com (lsanca1-ar11-155-207.elnk.dsl.gtei.net [4.40.155.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 47DB243F75 for ; Sun, 4 May 2003 00:23:31 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 9127 invoked from network); 4 May 2003 07:23:30 -0000 Received: from unknown (HELO bartxp) (192.168.0.2) by 192.168.0.1 with SMTP; 4 May 2003 07:23:30 -0000 From: "Derrick Ryalls" To: Date: Sun, 4 May 2003 00:23:18 -0700 Message-ID: <000001c3120e$0c37c710$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: 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: Sun, 04 May 2003 07:23:35 -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. System/ISP info: 4.7-RELEASE-p5 rc.conf ifconfig_sis0=3D"DHCP" default_gateway=3D"4.xx.xxx.1" natd_program=3D"/sbin/natd" natd_enable=3D"YES" natd_interface=3D"sis0" natd_flags=3D"-f /etc/natd.conf" VerizonDSL in north Seattle So, any ideas on how to stabilize my connection? -Derrick