From owner-freebsd-questions Wed Nov 22 16:41:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pc759.cs.msu.su (pc759.cs.msu.su [158.250.10.223]) by hub.freebsd.org (Postfix) with ESMTP id 6D5B237B4C5 for ; Wed, 22 Nov 2000 16:40:52 -0800 (PST) Received: from pc759.cs.msu.su (uucp@localhost) by pc759.cs.msu.su (8.9.3/8.9.3) with UUCP id DAA23510; Thu, 23 Nov 2000 03:47:11 +0300 (MSK) (envelope-from der@pc759.cs.msu.su) Received: from pc759.cs.msu.su (megagame.my.home [10.0.1.5]) by gateway.my.home (8.8.8/8.8.8) with ESMTP id UAA03044; Wed, 22 Nov 2000 20:58:50 +0300 (MSK) (envelope-from der@pc759.cs.msu.su) Message-ID: <3A1C34FC.29937BD2@pc759.cs.msu.su> Date: Wed, 22 Nov 2000 21:05:00 +0000 From: Alexander Derevyanko X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "Dan Mahoney, System Admin" Cc: FreeBSD.ORG!questions@pc759.cs.msu.su Subject: Re: PPP questions. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Dan Mahoney, System Admin" wrote: > > Is there any way to have ppp periodically ping the remote host and drop > and reconnect if the ping fails? I'm on a system where the host will get > "stupid" and although I can still hear modem noise, I can't see any > network activity. User ppp have build-in filters capability. It's very usefull. Just configure it such, that it automatically hangup after 5 minutes unactivity on RECEIVING packets. If you need it to connect forewer run in background ping -i 60 some.good.host > > ALSO: > > Is there some way of tracing what connection attempt is opening the > connection in automatic mode (for example, stupid adware, or windows media > player trying to see if there's a new version available)? And once I > know, is the a way of blocking it? It seems JUST BOOTING win98 will cause > a connection to be open. Best of all, doesn't use natd capability of ppp. Install instead squid and configure acl list such that it blocks some requests (analyse log files to see what requests needs blocking). You also may wish to enable logging on you proxy DNS server (supposing you install one) and find out what names does it need to resolve - most of all, it is the root of the evil. If you install squid, you can safely block ALL connections to you DNS proxy from internal network. > > Thanks for all the fish, > > Dan Mahoney > > -- > > "I love you forever eternally." > > -Connaian Expression > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > ICQ: 13735144 AIM: LarpGM > Web: http://prime.gushi.org > finger danm@prime.gushi.org > for pgp public key and tel# > --------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message