From owner-freebsd-config@FreeBSD.ORG Sun Mar 7 04:33:59 2004 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D4516A4CF for ; Sun, 7 Mar 2004 04:33:59 -0800 (PST) Received: from hotmail.com (bay4-f15.bay4.hotmail.com [65.54.171.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62A943D1F for ; Sun, 7 Mar 2004 04:33:59 -0800 (PST) (envelope-from konn_@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Mar 2004 04:33:59 -0800 Received: from 202.147.168.34 by by4fd.bay4.hotmail.msn.com with HTTP; Sun, 07 Mar 2004 12:33:59 GMT X-Originating-IP: [202.147.168.34] X-Originating-Email: [konn_@msn.com] X-Sender: konn_@msn.com From: "Umar Draz" To: freebsd-config@freebsd.org Date: Sun, 07 Mar 2004 12:33:59 +0000 Message-ID: X-OriginalArrivalTime: 07 Mar 2004 12:33:59.0721 (UTC) FILETIME=[772F1990:01C40440] MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: thanks for reply me X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 12:34:00 -0000 Hi dears members i am very thankfull to you that you reply me. Now dear (Cesar da Silva) i have just only 8 port BeyNet Switch at my client side and their is no any option in this switch that i block ports. Thats why i have to use ipfw2 and iptables. As well Iptables is the best. Dear Mr. (Chuck) Thanks for giving some tips ipfw add deny ip from 192.168.0.33 to any ipfw add deny ip from any to any mac any 00:40:50:EA:CD:00 Chuck Just first option is working. Still I cant' get my aim in ipfw2 that i block my customer MAC address for incoming request. i thinks iptables then best then ipfw2. becase in iptables i did't face any problem. thanks for reply me dears thanks alot Umar DRaz >From: freebsd-config-request@freebsd.org >Reply-To: freebsd-config@freebsd.org >To: freebsd-config@freebsd.org >Subject: freebsd-config Digest, Vol 40, Issue 5 >Date: Sat, 6 Mar 2004 12:00:39 -0800 (PST) > >Send freebsd-config mailing list submissions to > freebsd-config@freebsd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/freebsd-config >or, via email, send a message with subject or body 'help' to > freebsd-config-request@freebsd.org > >You can reach the person managing the list at > freebsd-config-owner@freebsd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of freebsd-config digest..." > > >Today's Topics: > > 1. Re: firewall IP/MAC (Cesar da Silva) > 2. Please Give me Right Answer (Umar Draz) > 3. Re: Please Give me Right Answer (Chuck Swiger) > > >--------------------------------------------------------------------- - > >Message: 1 >Date: Fri, 5 Mar 2004 23:45:08 +0100 >From: "Cesar da Silva" >Subject: Re: firewall IP/MAC >To: >Message-ID: <20040305224509.F266243D1F@mx1.FreeBSD.org> >Content-Type: text/plain; charset="us-ascii" > >I think that your suggestion is great, but I think that the best option if >available is to block the customers port on the router/switch, than he can >alter his IP-/ MAC-address as much as he likes. > >Regards. >Cesar da Silva > >Andras Got wrote: > >I think, he should set up that only those few MAC address-es can use the >network, and bind this to their own IP address. >When something bad happens >you just set a block on that mac and IP duo. :) > > >------------------------------ > >Message: 2 >Date: Sat, 06 Mar 2004 10:16:30 +0000 >From: "Umar Draz" >Subject: Please Give me Right Answer >To: freebsd-config@freebsd.org >Message-ID: >Content-Type: text/plain > > > this is my 4th question about ipfw2 and i can't get a proper answer of > my question. > > my question was.... > > i have 2 machines > > (1) is Redhat Linux 7.3 and > (2) FreeBSD.49 > > both are connected to internet with DSL and both are different places. > i have a cable internet > andy my both machines has Squid and NAT > > so if i wanat block my any cable internet user in linux. i use > iptables and i block him/her ip and MAC. like this > > iptables -A INPUT -s 192.168.0.45 -i eth0 -m mac --mac-source > 00-10-CE-60-01-5A -j REJECT > > this command fillfull my problem > > now my question is. If i want block my cable internet user in my > FreeBSD 4.9 machine thorugh ipfw2. then what kind of command i should > add in my /etc/ipfw.rules > > for excample i want block this ip 192.168.0.33 and this ip has this > mac address 00-40-50-EA-CD-00. > > so please please give me right answer > > thanks and regards > > Umar Draz > _______________________________________________________________ __ > > MSN 8 helps [1]ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*. > >References > > 1. http://g.msn.com/8HMBEN/2743??PS= > >------------------------------ > >Message: 3 >Date: Sat, 06 Mar 2004 09:13:58 -0500 >From: Chuck Swiger >Subject: Re: Please Give me Right Answer >To: Umar Draz >Cc: freebsd-config@freebsd.org >Message-ID: <4049DCA6.9020905@mac.com> >Content-Type: text/plain; charset=us-ascii; format=flowed > >Umar Draz wrote: > > this is my 4th question about ipfw2 and i can't get a proper answer of > > my question. > >You're asking on the wrong lists; try freebsd-questions or freebsd-ipfw lists >instead. > > > now my question is. If i want block my cable internet user in my > > FreeBSD 4.9 machine thorugh ipfw2. then what kind of command i should > > add in my /etc/ipfw.rules > > > > for excample i want block this ip 192.168.0.33 and this ip has this > > mac address 00-40-50-EA-CD-00. > >Try one or both of the following to block outbound requests: > >ipfw add deny ip from 192.168.0.33 to any >ipfw add deny ip from any to any mac any 00:40:50:EA:CD:00 > >In conjunction with a reasonable ruleset which denies inappropriate inbound >connections to your network, this should address your question. > >-- >-Chuck > > >------------------------------ > >_______________________________________________ >freebsd-config@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-config >To unsubscribe, send any mail to "freebsd-config-unsubscribe@freebsd.org" > > >End of freebsd-config Digest, Vol 40, Issue 5 >********************************************* _________________________________________________________________ Add photos to your e-mail with [1]MSN 8. Get 2 months FREE*. References 1. http://g.msn.com/8HMAEN/2746??PS= From owner-freebsd-config@FreeBSD.ORG Sun Mar 7 15:43:25 2004 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E51F16A4CE for ; Sun, 7 Mar 2004 15:43:25 -0800 (PST) Received: from phil.netxp.com.au (adsl-127-117.swiftdsl.com.au [218.214.127.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6742E43D1F for ; Sun, 7 Mar 2004 15:43:24 -0800 (PST) (envelope-from ninja@kangawallafox.com) Received: by phil.netxp.com.au (Postfix, from userid 426) id 27364EE9EB; Mon, 8 Mar 2004 09:43:50 +1000 (EST) Received: from snapper (dsl-41.217.240.220.dsl.comindico.com.au [220.240.217.41]) by phil.netxp.com.au (Postfix) with ESMTP id 4422FEE9E7 for ; Mon, 8 Mar 2004 09:43:46 +1000 (EST) Received: from localhost ([127.0.0.1] helo=webmail.kangawallafox.com ident=www-data) by snapper with esmtp (Exim 4.30) id 1B07vQ-0002Fr-5l for freebsd-config@freebsd.org; Mon, 08 Mar 2004 09:43:16 +1000 Received: from 192.168.11.75 (SquirrelMail authenticated user ninja); by webmail.kangawallafox.com with HTTP; Mon, 8 Mar 2004 09:43:16 +1000 (EST) Message-ID: <2014.192.168.11.75.1078702996.squirrel@192.168.11.75> Date: Mon, 8 Mar 2004 09:43:16 +1000 (EST) From: "da Kangawallafox" To: freebsd-config@freebsd.org User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: calcru problem X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ninja@kangawallafox.com List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 23:43:25 -0000 Hi all Does anybody know how I can stop constant calcru:negative time of XXXX usec for pidxxx. I have just recently installed freebsd on an old amdk6 533mhz ibm computer. I am not running x-windows and have tried to run sysctl kern.timecounter.method=1 as suggested on a number of web pages but that returns an error of unknown oid 'kern.timecounter.method'. I am running 5.2.1 release but this problem also exists with earlier releases of freebsd. Any help would be appreciated as I am very new to freebsd and wanting to learn more about it. Cheers Shaun From owner-freebsd-config@FreeBSD.ORG Fri Mar 12 09:52:10 2004 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4298016A4CE for ; Fri, 12 Mar 2004 09:52:10 -0800 (PST) Received: from wideeyed.com (wideeyed.com [128.121.219.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D74943D46 for ; Fri, 12 Mar 2004 09:52:10 -0800 (PST) (envelope-from char@wideeyed.com) Received: from [192.168.0.3] (dpc6714290248.direcpc.com [67.142.90.248]) by wideeyed.com (8.12.11/8.12.9) with ESMTP id i2CHq2mZ063133 for ; Fri, 12 Mar 2004 12:52:04 -0500 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.0.5 Date: Fri, 12 Mar 2004 12:49:15 -0500 From: "Charlotte W. Caldwell (859-293-0639)" To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: my first server X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 17:52:10 -0000 I have over 150 web sites on 2 virtual servers running FreeBSD and Apache. Instead of continuing to add virtual servers as I expand my hosting customer base, I'm ready to set up my own server and install it at a local data center. I have the box and need to format the hard drives, etc., and install FreeBSD. I'm in way over my head. I want to make sure I do it the smart way the first time. Is there anywhere you can point me for documentation on the (correct) steps to take, best setup practices, etc.? It might be easier to hire someone to come in and do the set up/install for me (while I watch), or possibly talk me through it via phone. Please send contact info if you're interested. Thanks so much for your time. -------------------------------------------------------- Charlotte W. Caldwell, CEO Wide Eyed Electronic Media, LLC "The User-Friendly Internet Service Provider" 820 Harp Innis Road Lexington, KY 40511 Phone and Fax: (859) 293-0639 Toll Free: 1-888-WIDEEYED (943-3393) http://www.wideeyed.com **************** FOR CUSTOMER SUPPORT******************* Support Ticket: http://www.wideeyed.com/support Email: support@wideeyed.com From owner-freebsd-config@FreeBSD.ORG Sat Mar 13 06:03:58 2004 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1447116A4CE for ; Sat, 13 Mar 2004 06:03:58 -0800 (PST) Received: from web40810.mail.yahoo.com (web40810.mail.yahoo.com [66.218.78.187]) by mx1.FreeBSD.org (Postfix) with SMTP id 5127E43D31 for ; Sat, 13 Mar 2004 06:03:57 -0800 (PST) (envelope-from gustavofukao@yahoo.com) Message-ID: <20040313140357.43563.qmail@web40810.mail.yahoo.com> Received: from [200.153.166.7] by web40810.mail.yahoo.com via HTTP; Sat, 13 Mar 2004 06:03:57 PST Date: Sat, 13 Mar 2004 06:03:57 -0800 (PST) From: Gustavo Fukao To: freebsd-config@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: LDAP with FreeBSD X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 14:03:58 -0000 Someone have authenticate the FreeBSD with OpenLDAP??? .. What is need ?? ===== Gustavo Fukao FreeBSD user http://www.freebsd-br.cjb.net __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com From owner-freebsd-config@FreeBSD.ORG Sat Mar 13 13:08:09 2004 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1803016A4CE for ; Sat, 13 Mar 2004 13:08:09 -0800 (PST) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D77943D1D for ; Sat, 13 Mar 2004 13:08:08 -0800 (PST) (envelope-from gianfranco.mior@tin.it) Received: from server (80.180.188.47) by vsmtp14.tin.it (7.0.019) id 4045A19F001D05AB; Sat, 13 Mar 2004 22:08:06 +0100 Content-Type: text/plain; charset="us-ascii" From: Gianfranco Mior To: FreeBSD-config ML Date: Sat, 13 Mar 2004 22:08:05 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200403132208.05302.gianfranco.mior@tin.it> Subject: ISDN Router and Crontab X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 21:08:09 -0000 Hello list! 1st -Sorry for my english :-) 2nd - I've a FreeBSD 4.9 connetcted to internet with an ISDN router.=20 If I type as root the following commad: #getmail --getmaildir /home/maildir/.getmail I get what I want; the ISDN router start the=20 dial procedure to the ISP and I get my email from the remoter pop3 server. But if I place the same command line in a cronjob, the router remain in a "sleep" state.=20 So, just to check I've make a script "tst.sh" containing the following li= nes: #!/bin/sh echo "Start for mail chk..." >/dev/console /usr/local/bin/getmail --getmaildir /home/mailer/.getmail echo "Mail chk done!" >/dev/console As well as mentioned before, if I manually run the "tst.sh" I guess the=20 target, but if the same scrip is executed fron crontab, I get only the tw= o echo messages; the getmail process does not appear as executed and the IS= DN=20 router remain in a "staedy" state. What I can do? May someone suggest to me some helpful info? Thank you in advance! Gianfranco