From owner-freebsd-questions@FreeBSD.ORG Wed Apr 4 23:03:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6880F16A406 for ; Wed, 4 Apr 2007 23:03:24 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from qsmtp4.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id 472DC13C487 for ; Wed, 4 Apr 2007 23:03:24 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: (qmail 23127 invoked from network); 4 Apr 2007 16:03:23 -0700 Received: by simscan 1.1.0 ppid: 23105, pid: 23106, t: 2.7587s scanners: regex: 1.1.0 attach: 1.1.0 clamav: 0.84/m:42/d:2665 spam: 3.0.3 Received: from unknown (HELO blacklamb.mykitchentable.net) (66.205.146.210) by qsmtp4 with SMTP; 4 Apr 2007 16:03:21 -0700 Received: from [192.168.25.6] (unknown [192.168.25.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 49D8016490F; Wed, 4 Apr 2007 16:03:19 -0700 (PDT) Message-ID: <46142EBC.90606@mykitchentable.net> Date: Wed, 04 Apr 2007 16:03:24 -0700 From: Drew Tomlinson User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: =?UTF-8?B?SXZhbiBaZW56ZXJvdmnEhw==?= References: <640eadd40703280708s449a6667hc89c82626def4d74@mail.gmail.com> <640eadd40703281043v35ae98daib3a34c44441abf49@mail.gmail.com> <20070328183003.GA23052@kobe.laptop> <640eadd40703292309m7408bf7di5ddc8a91a18e5ab0@mail.gmail.com> <20070330160211.GD59175@gizmo.acns.msu.edu> <20070330161651.GA97032@slackbox.xs4all.nl> <640eadd40703301021r5cc4006ds4e860f2c5041d34a@mail.gmail.com> <20070330175841.GA3161@slackbox.xs4all.nl> <640eadd40704020611r48fbd4dfnaa5be3fd389b232d@mail.gmail.com> <20070402164903.GA64536@slackbox.xs4all.nl> <640eadd40704041551y5eb17fa7ue99184d6cc5d57f2@mail.gmail.com> In-Reply-To: <640eadd40704041551y5eb17fa7ue99184d6cc5d57f2@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on qsmtp4.surewest.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL autolearn=no version=3.0.3 Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 23:03:24 -0000 On 4/4/2007 3:51 PM Ivan Zenzerović wrote: > Hi, > > I just put instead of sk0 nve0 (wich is my ethernet card). But, on boot i > see that it searches for ALTQ and I saw that it can be turned on only by > configuring the kernel. Is there maybe any other way? > > Ivan FYI - Top posting is frowned upon here. To answer your question, no. AFAIK, the only way to enable ALTQ is to compile it into your kernel. The FreeBSD Handbook will have instructions. HTH, Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com > On 4/2/07, Roland Smith wrote: >> >> On Mon, Apr 02, 2007 at 03:11:01PM +0200, Ivan Zenzerović wrote: >> > I have a problem with my firewall. When booting freebsd i get the >> message >> > that pf is enabling, but there are syntax errors in the /etc/pf.conf >> file >> > and that no IP adresses were found for sk0 network. What should i >> change >> > here? >> > I took the conf file from >> > http://www.xs4all.nl/~rsmith/freebsd/index.html#sec >> >> Take a look at the macros that define the external and internal >> networks. They are called "ext_if" and "int_if". If you don't have an >> internal network, remove all lines that have "localnet" or "int_if" in >> them. >> >> Make sure that the "ext_if" macro matches your network interface. Look >> at the output of the "ifconfig" command, and disregard lo0, pflog0 and >> plip0. You're looking for the network device that has a "status: active" >> line in the ifconfig output. >> >> Do not change the order of the lines in the file! pf expects them to be >> in a certain order. See 'man pf.conf'. >> >> If that still doesn't work, let me know and I'll send you a cleaned-up >> copy off the list. >> >> Roland