From owner-freebsd-questions Mon Apr 20 06:17:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17268 for freebsd-questions-outgoing; Mon, 20 Apr 1998 06:17:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server4.mpcbbs.com.br (server4.mpc.com.br [200.246.0.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17263 for ; Mon, 20 Apr 1998 13:16:56 GMT (envelope-from capriotti@geocities.com) Received: from hot_nt (node34.mpc.com.br [200.246.0.34]) by server4.mpcbbs.com.br (8.8.6/8.8.6) with SMTP id KAA27299; Mon, 20 Apr 1998 10:16:30 -0300 (EST) Message-Id: <3.0.32.19980420092429.00a40cc0@pop.mpc.com.br> X-Sender: capriotti@pop.mpc.com.br (Unverified) X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 20 Apr 1998 10:16:05 -0300 To: Brian Somers From: Capriotti Subject: Re: HELP with PPP and filetring, please ! Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! Thanks to all of you who helped me with this one. Downloading the latest version made everithing work properly, even filtering. and it is not dialing when it is loaded at boot time. Now, the last problem I will have to solve, before moving to the ppp server (accepting calls), is the following: I want to stop ppp from dialing when I try connecting via telnet or ssh to the FBSD box. To do it with the telnet, I am trying the following: # DO NOT Allow telnet connections dial out to the Internet # set dfilter 2 deny tcp src eq 23 estab set dfilter 3 deny tcp dst eq 23 which is a modification of permit/deny telnet access. It didn't work, and reading a lot of documentation didn't help much. Additionally, I would like to allow Internet access to a couple of user only. I know there are filters I can use to do it, but I couldn't find examples. What should I do ? At 07:46 PM 4/19/98 +0100, Brian Somers wrote: >Is this with the latest ppp ? If not, get the latest from >http://www.FreeBSD.org/~brian, otherwise you could try enabling >command logging (set log +command) to see what's actually being >executed. It looks as if the ``set ifaddr'' isn't being seen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message