From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 16:16:04 2005 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 3168216A4CE for ; Fri, 11 Mar 2005 16:16:04 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A403C43D3F for ; Fri, 11 Mar 2005 16:16:03 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so846404rng for ; Fri, 11 Mar 2005 08:16:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=CA/r+q96gDImIAuxgLj17Ow5sB3IK4exl1YcX3qrnFRQqFNZKg2TGIPGtji0FCBZ7SKFa5/47DwH8+APM8xS/TicgQ4Wbr1CVlpW775/8jVZ/NIJVa/bs2Mfc99vYFwMjHawJYdWesqKZumUuzYTnPrvr29YmZ8Ah3lTjsliewk= Received: by 10.38.59.39 with SMTP id h39mr1916414rna; Fri, 11 Mar 2005 08:16:03 -0800 (PST) Received: by 10.38.98.28 with HTTP; Fri, 11 Mar 2005 08:16:03 -0800 (PST) Message-ID: <51d7a516050311081629f9eb10@mail.gmail.com> Date: Fri, 11 Mar 2005 08:16:03 -0800 From: perikillo To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: PPPoE stay connected but with no access???? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: perikillo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 16:16:04 -0000 Hi all. I was using Freebsd 4.10-p5 very well PPPoE IPFILTER+IPNAT+gateway, them i decide to test 4.11, and made the upgrade. Ok every thing was find, and again setup my Firewall IPFILTER + IPNAT + gateway PPPoE, y configured the machine to run PPPoE each time i turn on the Computer. But something start to happend: Sometimes the connection dosent respond, my clients could access the outside world, the link appear to be Up and running: isp# ifconfig tun0 Public MyIP ----------------------------> ISP IP #PID number If i make some test like ping to my clients(Windows 2k and XP): isp#ping win2kac -------Respond---------- isp#ping winxp -------Respond---------- Then my local network is working. But if i test the outside or my DNS: isp#ping DNS1_IP ----Dosent respond isp#ping DNS2_IP ----Dosent respond But my connection still Up and Running, then i need to manually close and run again the connection, supposed that went setup ppp to run over rc.conf if fails he restart alone, but because it say that is running he dont restart. Went i was using 4.10-p5 i could leave my machine running days with out any problem. Some knows if this is 4.11 problem or something change from 4.10 to 4.11, because i setup equal the files, dont see any changes on my Readme files went i made the upgrade. Any idea???? Thanks all for your time.