From owner-freebsd-questions@FreeBSD.ORG Tue May 6 04:19:19 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 A9D0737B404 for ; Tue, 6 May 2003 04:19:19 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E0743FB1 for ; Tue, 6 May 2003 04:19:18 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h46BVQ9g024436; Tue, 6 May 2003 13:31:26 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Tue, 6 May 2003 13:15:28 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id JS23CHYJ; Tue, 6 May 2003 13:15:26 +0200 From: CARTER Anthony To: Wayne Swart , FreeBSD Mailing list Organization: Intrasoft Date: Tue, 6 May 2003 13:19:57 +0200 User-Agent: KMail/1.5.1 References: <20030506130814.P2858-100000@gemini.fixx.co.za> In-Reply-To: <20030506130814.P2858-100000@gemini.fixx.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305061319.58742.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-131.9 required=4.2 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: Re: What trigers PPP? 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: Tue, 06 May 2003 11:19:20 -0000 Try /etc/rc.conf the default file should be /etc/defaults/rc.conf you should find ppp_enable ="YES" somewhere... what you can do is in rc.conf just add: ppp_enable="NO" to the end...That should stop it... This is on 5.0 Current, and I don't know 4.7, so I don't know if this actually applies to you...Someone else may confirm this...I could be wrong. Anthony On Tuesday 06 May 2003 13:14, Wayne Swart wrote: > Lo > > We have a dial on demand server at a client. Running FreeBSD4.7-RELEASE. > The server act as a gateway and has squid and samba running on it. > > Ony certain ppl on the lan are allowed access to the squid, but all the > netbios. > > Something triggers the ppp on this box and I can't find what exactly it > is. > > All the gateway and DNS settings have been removed from all the client > pc's on the lan (running windows 2000 prof. (if that helps)). That caused > the ppp to kick in everytime someone made even a netbios request through > the server. > > Now we have removed all of them, but the ppp still kicks in every now and > then (more often than what is specified in crontab). > I took a look at the tcpdump logs as well, and that shows only netbios > requests from the inside to other boxes on the inside, nothing goes out > via tun0, according to tcpdump, is there anything else i can look for? > > > Any help is appreciated... > > Wayne > > > _______________________________________________ > 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"