From owner-freebsd-isp Sun Jul 1 2:14:40 2001 Delivered-To: freebsd-isp@freebsd.org Received: from roulen-gw.morning.ru (roulen-gw.morning.ru [195.161.98.242]) by hub.freebsd.org (Postfix) with ESMTP id 5E03737B401; Sun, 1 Jul 2001 02:14:35 -0700 (PDT) (envelope-from poige@morning.ru) Received: from NIC1 (seven.ld [192.168.11.7]) by roulen-gw.morning.ru (Postfix) with ESMTP id A0784D8; Sun, 1 Jul 2001 17:14:33 +0800 (KRAST) Date: Sun, 1 Jul 2001 17:14:49 +0800 From: Igor Podlesny X-Mailer: The Bat! (v1.52 Beta/7) UNREG / CD5BF9353B3B7091 Organization: Morning Network X-Priority: 3 (Normal) Message-ID: <24652858.20010701171449@morning.ru> To: Mike Meyer Cc: Peter Pentchev , freebsd-hackers@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re[4]: Flight of the rat, living wreck..... In-Reply-To: <15166.16657.406627.673835@guru.mired.org> References: <754836544.20010630185133@morning.ru> <20010630140907.A947@ringworld.oblivion.bg> <1806975199.20010630192712@morning.ru> <15166.16657.406627.673835@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Igor Podlesny types: >> >> // so here we start looking through the queue >> >> >> >> > ia != NULL >> >> >> >> // sanity (I'd have written just (ia)) >> >> > Yep, just (ia) would have worked, but style(9) mandates (ia != NULL), >> > which is much easier to understand >> >> :) >> >> Don't want to dispute about the 'right' style :), but :)) >> I prefer to say (read, write) > For FreeBSD code work, there is a "right" style. hm. I wonder when ppl would be reading the thread before posting to it? 1) it's _off-topic_. my original letter was about IPFW's error, not about the 9 style. 2) the same words Peter Pentchev had earlier said, so do you like repeating? p.s. I'm starting to regret about posting to the lists. Instead of understanding the problem ppl tend to speak about a style. What a madness... -- Igor mailto:poige@morning.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jul 1 2:19:20 2001 Delivered-To: freebsd-isp@freebsd.org Received: from roulen-gw.morning.ru (roulen-gw.morning.ru [195.161.98.242]) by hub.freebsd.org (Postfix) with ESMTP id 834FD37B403; Sun, 1 Jul 2001 02:19:13 -0700 (PDT) (envelope-from poige@morning.ru) Received: from NIC1 (seven.ld [192.168.11.7]) by roulen-gw.morning.ru (Postfix) with ESMTP id 988B0D8; Sun, 1 Jul 2001 17:19:12 +0800 (KRAST) Date: Sun, 1 Jul 2001 17:19:28 +0800 From: Igor Podlesny X-Mailer: The Bat! (v1.52 Beta/7) UNREG / CD5BF9353B3B7091 Organization: Morning Network X-Priority: 3 (Normal) Message-ID: <34931950.20010701171928@morning.ru> To: Wes Peters Cc: freebsd-hackers@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re[2]: Flight of the rat, living wreck..... In-Reply-To: <3B3E0D93.79738728@softweyr.com> References: <754836544.20010630185133@morning.ru> <3B3E0D93.79738728@softweyr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Igor Podlesny wrote: >> > /* >> > * Macro for finding the interface (ifnet structure) corresponding to one >> > * of our IP addresses. >> > */ >> > #define INADDR_TO_IFP(addr, ifp) \ >> > /* struct in_addr addr; */ \ >> > /* struct ifnet *ifp; */ \ >> > { \ >> > register struct in_ifaddr *ia; \ >> > \ >> > for (ia = in_ifaddrhead.tqh_first; \ >> >> // so here we start looking through the queue >> >> > ia != NULL >> >> // sanity (I'd have written just (ia)) >> >> > && ((ia->ia_ifp->if_flags & IFF_POINTOPOINT)? \ >> >> // hm. special case if the interface is PTP >> >> > IA_DSTSIN(ia):IA_SIN(ia))->sin_addr.s_addr != (addr).s_addr; \ >> >> // so it is like: if it is PTP, then we using DST address in comparison >> // with addr.s_addr >> >> // it is the time I started to ask myself why it is so? why we're (ok, >> // they're) checking for remote ip-address if the head comment >> // says: >> // * Macro for finding the interface (ifnet structure) corresponding to one >> // * of our IP addresses. >> // ^^^ >> // ^^^ > With point-to-point connections, the address at the opposite end of the > connection is always used in the route table. When the interface is > created as a point-to-point interface, a route is automatically entered > from the local address to the opposite address. nothing to say agains this... but which relation to the ipfw problem you've found here? > The "corresponding" > in the comment at the beginning of the macro is interpreted rather loosely. What do you mean by that? :) p.s. The idea of my letter wasn't in incorrectly written on interpreted code comment header, but in IPFW's 'me' broken implementation. -- Igor mailto:poige@morning.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 2 10:43:49 2001 Delivered-To: freebsd-isp@freebsd.org Received: from zero.namba1.com (zero.namba1.com [64.75.169.20]) by hub.freebsd.org (Postfix) with ESMTP id 62AB337B403 for ; Mon, 2 Jul 2001 10:43:47 -0700 (PDT) (envelope-from aaron@namba1.com) Received: from [134.173.120.114] by zero.namba1.com (NTMail 5.02.0001/QC8568.34.ce8cdec7) with ESMTP id dsdbaaaa for freebsd-isp@freebsd.org; Mon, 2 Jul 2001 07:43:28 -1000 From: "Aaron Namba" To: Subject: pls recommend a dual-port nic Date: Mon, 2 Jul 2001 10:43:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I am currently in the market for a good dual-port nic that is supported by FreeBSD. I know that Intel makes good ones (the one I'm looking at, the PRO 100/S, can be found here: http://www.intel.com/network/connectivity/products/pro100dport_adapter.htm) but I am new to FreeBSD and can't quite tell from the hardware page whether it is supported. Also I get the feeling that the hardware page is not always as up-to-date as it should be... Thanks in advance for your help! - - - - - - - - - - Aaron Namba (aaron@namba1.com) "Life is a compromise of what your ego wants to do, experience tells you to do, and what your nerves let you do." --Bruce Crampton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 2 13:52:39 2001 Delivered-To: freebsd-isp@freebsd.org Received: from db.nexgen.com (db.nexgen.com [64.81.208.78]) by hub.freebsd.org (Postfix) with SMTP id F372337B401 for ; Mon, 2 Jul 2001 13:52:33 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 35405 invoked from network); 2 Jul 2001 20:52:32 -0000 Received: from localhost.nexgen.com (HELO book) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 2 Jul 2001 20:52:32 -0000 Message-ID: <002701c10338$f3d10be0$01000001@book> From: "alexus" To: Cc: Subject: dhcpd error w/ dynamic update Date: Mon, 2 Jul 2001 16:52:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i'm geting this.. in my log file what needs to be done in order for successful dynamic update? Jul 2 16:44:51 box dhcpd: if IN A dtable.box.nexgen.com rrset doesn't exist add 21600 IN A dtable.box.nexgen.com 192.168.0.99: timed out. Jul 2 16:44:51 box /kernel: Jul 2 16:44:51 box dhcpd: if IN A dtable.box.nexgen.com rrset doesn't exist add 21600 IN A dtable.box.nexgen.com 192.168.0.99: timed out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 3 14:38: 9 2001 Delivered-To: freebsd-isp@freebsd.org Received: from digitaldaemon.com (digitaldaemon.com [63.105.9.34]) by hub.freebsd.org (Postfix) with SMTP id BE8AB37B405 for ; Tue, 3 Jul 2001 14:38:06 -0700 (PDT) (envelope-from jan@digitaldaemon.com) Received: (qmail 16732 invoked from network); 3 Jul 2001 21:36:29 -0000 Received: from unknown (HELO digitaldaemon.com) (192.168.0.73) by digitaldaemon.com with SMTP; 3 Jul 2001 21:36:29 -0000 Message-ID: <3B423AC7.9030706@digitaldaemon.com> Date: Tue, 03 Jul 2001 17:36:07 -0400 From: Jan Knepper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.1) Gecko/20010607 Netscape6/6.1b1 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD ISP Subject: portmap... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org All to sudden I see messages appear in the log about portmap... Of course I have portmap access disabled using /etc/hosts.allow and also run a firewall, but I wondered what port portmap runs on? Also, what services really require portmap to run? apache, proftpd, innd, qmail all work without it as far as I know. So for now I just terminated portmap and disabled it in rc.conf, but I really would prefer to disable any communication with it via the firewall as I know I will need portmap when I bring up nfs. Any ideas? Thanks! Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 3 17:54:18 2001 Delivered-To: freebsd-isp@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id BEDE037B401 for ; Tue, 3 Jul 2001 17:54:15 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id tlybaaaa for ; Wed, 4 Jul 2001 10:53:30 +1000 Message-ID: <3B4269D0.551A2FC7@quake.com.au> Date: Wed, 04 Jul 2001 10:56:48 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jan Knepper Cc: FreeBSD ISP Subject: Re: portmap... References: <3B423AC7.9030706@digitaldaemon.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jan Knepper wrote: > > All to sudden I see messages appear in the log about portmap... > > Of course I have portmap access disabled using /etc/hosts.allow and also > run a firewall, but I wondered what port portmap runs on? > > Also, what services really require portmap to run? portmap is used to map sun rpc's to ports because there are way too many of them to reserve a set port number for basicaly... So portmap doesnt run on any one port... It converts rpc numbers to ports so they can be accessed... You need to use portmap when you are running any server that needs make rpc calls, NFS being one of those... Hope that clears it up a bit :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 5:56:46 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.sysadmin-inc.com (ns2.sysadmin-inc.com [209.16.228.145]) by hub.freebsd.org (Postfix) with SMTP id E4B0A37B401 for ; Thu, 5 Jul 2001 05:56:43 -0700 (PDT) (envelope-from peter@sysadmin-inc.com) Received: (qmail 11858 invoked by alias); 5 Jul 2001 12:56:43 -0000 Received: from unknown (HELO 98wkst) (10.10.1.70) by ns2.sysadmin-inc.com with SMTP; 5 Jul 2001 12:56:43 -0000 From: "Peter Brezny" To: Subject: exited on signal 11, core dumped message vdeliver mail. Date: Thu, 5 Jul 2001 08:56:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Recently, i've started getting this message in my kernel logs pid 36781 (vdelivermail), uid 89: exited on signal 11 (core dumped) Could someone point me in the direction to find out more about signal 11. Seems like I remember reading something about signal 11 usually being a problem with cheap ram... Is that the case? Thanks, Peter Brezny SysAdmin Services Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 6: 2:55 2001 Delivered-To: freebsd-isp@freebsd.org Received: from roulen-gw.morning.ru (roulen-gw.morning.ru [195.161.98.242]) by hub.freebsd.org (Postfix) with ESMTP id E519537B401 for ; Thu, 5 Jul 2001 06:02:52 -0700 (PDT) (envelope-from poige@morning.ru) Received: from NIC1 (seven.ld [192.168.11.7]) by roulen-gw.morning.ru (Postfix) with ESMTP id 09A6AD8; Thu, 5 Jul 2001 21:02:51 +0800 (KRAST) Date: Thu, 5 Jul 2001 21:03:09 +0800 From: Igor Podlesny X-Mailer: The Bat! (v1.52 Beta/7) UNREG / CD5BF9353B3B7091 Organization: Morning Network X-Priority: 3 (Normal) Message-ID: <1189934354.20010705210309@morning.ru> To: "Peter Brezny" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: exited on signal 11, core dumped message vdeliver mail. In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Use gdb -c to find out where did the program die. > Recently, i've started getting this message in my kernel logs > pid 36781 (vdelivermail), uid 89: exited on signal 11 (core dumped) > Could someone point me in the direction to find out more about signal 11. > Seems like I remember reading something about signal 11 usually being a > problem with cheap ram... > Is that the case? > Thanks, > Peter Brezny > SysAdmin Services Inc. > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Igor mailto:poige@morning.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 6: 3:46 2001 Delivered-To: freebsd-isp@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id A7FA337B408 for ; Thu, 5 Jul 2001 06:03:39 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1501) id 575AA13618; Thu, 5 Jul 2001 09:03:39 -0400 (EDT) Date: Thu, 5 Jul 2001 09:03:39 -0400 From: Chris Faulhaber To: Peter Brezny Cc: freebsd-isp@freebsd.org Subject: Re: exited on signal 11, core dumped message vdeliver mail. Message-ID: <20010705090339.A8191@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from peter@sysadmin-inc.com on Thu, Jul 05, 2001 at 08:56:07AM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 05, 2001 at 08:56:07AM -0400, Peter Brezny wrote: > Recently, i've started getting this message in my kernel logs >=20 > pid 36781 (vdelivermail), uid 89: exited on signal 11 (core dumped) >=20 > Could someone point me in the direction to find out more about signal 11. > Seems like I remember reading something about signal 11 usually being a > problem with cheap ram... >=20 Or failing hardware... http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGN= AL11 --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjtEZaoACgkQObaG4P6BelCn8wCfST1BkJ5iRb07h4jIy1u4ksBW cpQAn0iQQsmDbSJEeURKfihegwHtWK1q =JgOy -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 6:48:24 2001 Delivered-To: freebsd-isp@freebsd.org Received: from bilver.wjv.com (dhcp-1-86.n01.orldfl01.us.ra.verio.net [157.238.210.86]) by hub.freebsd.org (Postfix) with ESMTP id E4ECE37B405 for ; Thu, 5 Jul 2001 06:48:20 -0700 (PDT) (envelope-from bill@bilver.wjv.com) Received: (from bill@localhost) by bilver.wjv.com (8.11.1/8.11.1) id f65Dlp779413; Thu, 5 Jul 2001 09:47:51 -0400 (EDT) (envelope-from bill) Date: Thu, 5 Jul 2001 09:47:17 -0400 From: Bill Vermillion To: Chris Faulhaber Cc: Peter Brezny , freebsd-isp@FreeBSD.ORG Subject: Re: exited on signal 11, core dumped message vdeliver mail. Message-ID: <20010705094716.C78989@wjv.com> Reply-To: bv@wjv.com References: <20010705090339.A8191@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705090339.A8191@peitho.fxp.org>; from jedgar@fxp.org on Thu, Jul 05, 2001 at 09:03:39AM -0400 Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 09:03:39AM -0400, Chris Faulhaber thus sprach: > On Thu, Jul 05, 2001 at 08:56:07AM -0400, Peter Brezny wrote: > > Recently, i've started getting this message in my kernel logs > > pid 36781 (vdelivermail), uid 89: exited on signal 11 (core dumped) > > Could someone point me in the direction to find out more about signal 11. > > Seems like I remember reading something about signal 11 usually being a > > problem with cheap ram... > Or failing hardware... > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11 > What I notice about this pointer and references from this is that they all just mention signal 11. Perhaps many will recognize signal 11 by its symbol SIGSEGV - or the commonly seen messages in running programs "segmentation violation". On the above, since he only mentioned 'vdelivermail' as the culprit I'd suspect the program or some libraries it uses. -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 6:59:15 2001 Delivered-To: freebsd-isp@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 2D27237B40B for ; Thu, 5 Jul 2001 06:59:11 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1000) id 920DC13619; Thu, 5 Jul 2001 09:59:10 -0400 (EDT) Date: Thu, 5 Jul 2001 09:59:10 -0400 From: Chris Faulhaber To: bv@wjv.com Cc: Peter Brezny , freebsd-isp@FreeBSD.ORG Subject: Re: exited on signal 11, core dumped message vdeliver mail. Message-ID: <20010705095910.A84678@peitho.fxp.org> References: <20010705090339.A8191@peitho.fxp.org> <20010705094716.C78989@wjv.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705094716.C78989@wjv.com>; from bill@wjv.com on Thu, Jul 05, 2001 at 09:47:17AM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 05, 2001 at 09:47:17AM -0400, Bill Vermillion wrote: > On Thu, Jul 05, 2001 at 09:03:39AM -0400, Chris Faulhaber thus sprach: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#= SIGNAL11 > >=20 >=20 > What I notice about this pointer and references from this is that > they all just mention signal 11. Perhaps many will recognize > signal 11 by its symbol SIGSEGV - or the commonly seen messages > in running programs "segmentation violation". >=20 > On the above, since he only mentioned 'vdelivermail' as the culprit > I'd suspect the program or some libraries it uses. >=20 Now that you mention it, wasn't there a discussion (perhaps on -security) recently about a qmail misconfiguration that would cause similiar symptoms? --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjtEcq0ACgkQObaG4P6BelDGiQCfSk8d8oMOP/HXHAOVg4I5YFNZ s5kAn3vt0oOuNQQawakWUtVcLk5M9UZH =nZN9 -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 7:11:42 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.sysadmin-inc.com (ns2.sysadmin-inc.com [209.16.228.145]) by hub.freebsd.org (Postfix) with SMTP id 1C9BC37B403 for ; Thu, 5 Jul 2001 07:11:37 -0700 (PDT) (envelope-from peter@sysadmin-inc.com) Received: (qmail 1172 invoked by alias); 5 Jul 2001 14:11:36 -0000 Received: from unknown (HELO 98wkst) (10.10.1.70) by ns2.sysadmin-inc.com with SMTP; 5 Jul 2001 14:11:36 -0000 From: "Peter Brezny" To: "Chris Faulhaber" Cc: Subject: RE: exited on signal 11, core dumped message vdeliver mail. Date: Thu, 5 Jul 2001 10:10:59 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <20010705095910.A84678@peitho.fxp.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chris, Thanks for the reference to -security. I just found the post you were talking about. I'll look into it. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=173287+0+archive/2001/freebsd-s ecurity/20010527.freebsd-security Yours, Peter Brezny SysAdmin Services Inc. -----Original Message----- From: Chris Faulhaber [mailto:jedgar@fxp.org] Sent: Thursday, July 05, 2001 9:59 AM To: bv@wjv.com Cc: Peter Brezny; freebsd-isp@FreeBSD.ORG Subject: Re: exited on signal 11, core dumped message vdeliver mail. On Thu, Jul 05, 2001 at 09:47:17AM -0400, Bill Vermillion wrote: > On Thu, Jul 05, 2001 at 09:03:39AM -0400, Chris Faulhaber thus sprach: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNA L11 > > > > What I notice about this pointer and references from this is that > they all just mention signal 11. Perhaps many will recognize > signal 11 by its symbol SIGSEGV - or the commonly seen messages > in running programs "segmentation violation". > > On the above, since he only mentioned 'vdelivermail' as the culprit > I'd suspect the program or some libraries it uses. > Now that you mention it, wasn't there a discussion (perhaps on -security) recently about a qmail misconfiguration that would cause similiar symptoms? -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 7:16:55 2001 Delivered-To: freebsd-isp@freebsd.org Received: from bilver.wjv.com (dhcp-1-86.n01.orldfl01.us.ra.verio.net [157.238.210.86]) by hub.freebsd.org (Postfix) with ESMTP id CDC4937B41C for ; Thu, 5 Jul 2001 07:16:42 -0700 (PDT) (envelope-from bill@bilver.wjv.com) Received: (from bill@localhost) by bilver.wjv.com (8.11.1/8.11.1) id f65EGZI79860; Thu, 5 Jul 2001 10:16:35 -0400 (EDT) (envelope-from bill) Date: Thu, 5 Jul 2001 10:16:04 -0400 From: Bill Vermillion To: Peter Brezny Cc: freebsd-isp@freebsd.org Subject: Re: exited on signal 11, core dumped message vdeliver mail. Message-ID: <20010705101604.A79768@wjv.com> Reply-To: bv@wjv.com References: <20010705094716.C78989@wjv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from peter@sysadmin-inc.com on Thu, Jul 05, 2001 at 10:02:52AM -0400 Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 10:02:52AM -0400, Peter Brezny thus sprach: > The odd thing is, that this system ran for six months _without_ > any of these errors. Now, as we've increased the amount of mail > users on the box, this error seems to be poping up more and more > often (sometimes once an hour). > However, even with our increased usage, the system load is > extremely low: > load averages: 0.01, 0.01, 0.00 I've never used that program, but if that's the only thing exhibiting this problem, now that the number of users has increased, my gut reaction is that it is a program problem. Particularly since the error is segmentation violation. I'm not a programmer [more like a jack-of-all-trades SA on more machines than I'd care to remember] but a segv error says the program is trying to access memory outside certain limits. Maybe its some sort of buffer over-run. > Do things just 'go wrong' in programs like vdeliver mail and > what's my best course of action, update vpopmail? I'm not a > programmer and have a very weak programming background so > troubleshooting the code is not really an options for me. I can't help you on that. But I'm more suspicious of the program if that's the only time it happens. If it were hardware problems then when the system was loaded down other things should fail, and your load isn't that of a heavily loaded system. Bad ram, that only gets used when something uses a lot of memory could be that, but if you are using ECC or parity memory [any one using machines in production SHOULD but many dont] you would see errors in the logs. I run parity in the older machines and ECC in the newer ones. But we are quite small at the moment. -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 7:57:19 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 3404A37B405 for ; Thu, 5 Jul 2001 07:57:16 -0700 (PDT) (envelope-from Harald.Schmalzbauer@gmx.de) Received: (qmail 8518 invoked by uid 0); 5 Jul 2001 14:57:14 -0000 Date: Thu, 5 Jul 2001 16:57:14 +0200 (MEST) From: Harald Schmalzbauer To: freebsd-isp@FreeBSD.ORG MIME-Version: 1.0 Subject: Shell account wanted X-Priority: 3 (Normal) X-Authenticated-Sender: #0000301138@gmx.net X-Authenticated-IP: [195.27.12.70] Message-ID: <13681.994345034@www42.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I'm looking for one shell account on every continent. Not neccesarily for free! I need it for testing my network, so most of the free accounts out ther are useless since _nothing_ is allowed. I need ICMP, TCP, UDP unrestricted, at least basic tools like traceroute and nslookup. Preferable login is done via SSH. Does anybody know such accounts/offer them? The most important are the ones for AU and US (I'm in germany, multihomed;-) Thank you, -Harry mailto:H.Schmalzbauer@belenus.com -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net GMX Tipp: Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1! http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 8: 1:22 2001 Delivered-To: freebsd-isp@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id ECFEF37B403 for ; Thu, 5 Jul 2001 08:01:19 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 68737 invoked by uid 1001); 5 Jul 2001 15:01:19 -0000 Date: Thu, 5 Jul 2001 11:01:19 -0400 From: Pete Fritchman To: Harald Schmalzbauer Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Shell account wanted Message-ID: <20010705110119.A68624@databits.net> References: <13681.994345034@www42.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <13681.994345034@www42.gmx.net>; from Harald.Schmalzbauer@gmx.de on Thu, Jul 05, 2001 at 04:57:14PM +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 05/07/01 16:57 +0200 - Harald Schmalzbauer: | I'm looking for one shell account on every continent. Not neccesarily for | free! I need it for testing my network, so most of the free accounts out ther | are useless since _nothing_ is allowed. I need ICMP, TCP, UDP unrestricted, at | least basic tools like traceroute and nslookup. Preferable login is done via | SSH. Perhaps http://www.traceroute.org would be what you're looking for. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 8:35: 8 2001 Delivered-To: freebsd-isp@freebsd.org Received: from pitr.tuxinternet.com (pitr.tuxinternet.com [208.32.175.113]) by hub.freebsd.org (Postfix) with ESMTP id DEFF037B405 for ; Thu, 5 Jul 2001 08:35:03 -0700 (PDT) (envelope-from hugme@pitr.tuxinternet.com) Received: (from hugme@localhost) by pitr.tuxinternet.com (8.11.0/8.11.0) id f65BeMo99015 for freebsd-isp@FreeBSD.ORG; Thu, 5 Jul 2001 11:40:22 GMT (envelope-from hugme) Date: Thu, 5 Jul 2001 11:40:22 +0000 From: Hug Me To: freebsd-isp@FreeBSD.ORG Subject: Re: Shell account wanted Message-ID: <20010705114022.B98928@pitr.tuxinternet.com> References: <13681.994345034@www42.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <13681.994345034@www42.gmx.net>; from Harald.Schmalzbauer@gmx.de on Thu, Jul 05, 2001 at 04:57:14PM +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I offer them: http://www.tuxinternet.com hugme http://www.hugme.org On Thu, Jul 05, 2001 at 04:57:14PM +0200, Harald Schmalzbauer wrote: > Hello all, > > I'm looking for one shell account on every continent. Not neccesarily for > free! I need it for testing my network, so most of the free accounts out ther > are useless since _nothing_ is allowed. I need ICMP, TCP, UDP unrestricted, at > least basic tools like traceroute and nslookup. Preferable login is done via > SSH. > > Does anybody know such accounts/offer them? The most important are the ones > for AU and US (I'm in germany, multihomed;-) > > Thank you, > > -Harry > > mailto:H.Schmalzbauer@belenus.com > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > GMX Tipp: > > Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1! > http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 13: 0:59 2001 Delivered-To: freebsd-isp@freebsd.org Received: from obfs.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 7F1E137B403 for ; Thu, 5 Jul 2001 13:00:57 -0700 (PDT) (envelope-from gskouby@obfs.sitesnow.com) Received: from gskouby by obfs.sitesnow.com with local (Exim 3.22 #5) id 15IFJ3-000P08-00 for freebsd-isp@freebsd.org; Thu, 05 Jul 2001 16:00:57 -0400 Date: Thu, 5 Jul 2001 16:00:57 -0400 From: Greg Skouby To: freebsd-isp@freebsd.org Subject: source routing Message-ID: <20010705160057.C95034@sitesnow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am attempting to set up source routing with my FreeBSD router/firewall using ipfw fwd. I have all outbound traffic coming in through an interface ed1 which is at 192.168.1.5. If it is coming from 10.0.1.0/24 I want to send it out of interface dc0 which is at 192.168.1.4. If it is coming from 10.0.2.0/24 I want to set it out of xl0 which is at 192.168.1.3. 192.168.1.1 is the gateway out of xl0 and 192.168.1.2 is the gateway out of dc0 I through the following commands would get the job done: ipfw add fwd 192.168.1.1 ip from 10.0.2.0/24 to any out via xl0 ipfw add fwd 192.168.1.2 ip from 10.0.1.0/24 to any out via dc0 but those commands produce this error: ipfw: getsockopt(IP_FW_ADD): Invalid argument any ideas?? Thanks for the time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 14:35:19 2001 Delivered-To: freebsd-isp@freebsd.org Received: from arz.lynx.net.lb (FiberLink.64-131.lynx.net.lb [62.84.64.131]) by hub.freebsd.org (Postfix) with ESMTP id B3B9537B40A for ; Thu, 5 Jul 2001 14:35:14 -0700 (PDT) (envelope-from apache@arz.lynx.net.lb) Received: (from apache@localhost) by arz.lynx.net.lb (8.11.2/8.11.2) id f65LTvv13690; Fri, 6 Jul 2001 00:29:57 +0300 Date: Fri, 6 Jul 2001 00:29:57 +0300 Message-Id: <200107052129.f65LTvv13690@arz.lynx.net.lb> To: freebsd-isp@freebsd.org Subject: Buy All, Sell All From: mail@elmazad.com Content-Type: text/html Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org

Pets, Computers, Laptops, CDs and even Elton John tickets are available for sale on

If you have anything to sell, sell it through elmazad, you will pay nothing if your item does not find a buyer.

If you choose to put your item on the elmazad hot list for a $10 fee, it will be listed  automatically in alwaseet at no additional charge. It will make your item viewed by hundreds of thousands of alwaseet readers other than elmazad's 2000 visitors per day.

 (For a full list of elmazad fees click here)

Click here to become a member of the largest e-commerce community in Lebanon.

Thank you for making elmazad the leading e-commerce site in Lebanon.



To Unsubscribe, click here To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 14:50:37 2001 Delivered-To: freebsd-isp@freebsd.org Received: from pitr.tuxinternet.com (pitr.tuxinternet.com [208.32.175.113]) by hub.freebsd.org (Postfix) with ESMTP id 20BC237B409 for ; Thu, 5 Jul 2001 14:50:35 -0700 (PDT) (envelope-from hugme@pitr.tuxinternet.com) Received: (from hugme@localhost) by pitr.tuxinternet.com (8.11.0/8.11.0) id f65Htx700570 for freebsd-isp@FreeBSD.ORG; Thu, 5 Jul 2001 17:55:59 GMT (envelope-from hugme) Date: Thu, 5 Jul 2001 17:55:59 +0000 From: Hug Me To: freebsd-isp@FreeBSD.ORG Subject: Re: Buy All, Sell All Message-ID: <20010705175538.H99425@pitr.tuxinternet.com> References: <200107052129.f65LTvv13690@arz.lynx.net.lb> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107052129.f65LTvv13690@arz.lynx.net.lb>; from mail@elmazad.com on Fri, Jul 06, 2001 at 12:29:57AM +0300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am glad we have volenteers for hacker bait here the other lists I am on are so boring ;-) hugme http://www.hugme.org On Fri, Jul 06, 2001 at 12:29:57AM +0300, mail@elmazad.com wrote: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 5 18:38:39 2001 Delivered-To: freebsd-isp@freebsd.org Received: from keep.scn.ru (SCN-SibInet.sibinet.ru [213.24.217.138]) by hub.freebsd.org (Postfix) with ESMTP id 6801037B40B for ; Thu, 5 Jul 2001 18:38:31 -0700 (PDT) (envelope-from alx@scn.ru) Received: from scn.ru (alx.sc.ten [10.0.7.13]) by keep.scn.ru (8.9.3/8.9.3) with ESMTP id JAA54232 for ; Fri, 6 Jul 2001 09:39:10 +0800 (KRAST) (envelope-from alx@scn.ru) Message-ID: <3B4523E8.D6E958DC@scn.ru> Date: Fri, 06 Jul 2001 09:35:20 +0700 From: "Alex N. Zhuravlev" Organization: SCT X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: PPPoE vs radius Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------msB264B750300129020D3B17EE" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------msB264B750300129020D3B17EE Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi ! Can somebody advice me some PPPoE server-side with radius AAA support ? Alex N. Zhuravlev --------------msB264B750300129020D3B17EE Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIHzAYJKoZIhvcNAQcCoIIHvTCCB7kCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BZ8wggJuMIIB16ADAgECAgMEBK4wDQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhh d3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDIwMDAuOC4zMDAeFw0wMTAxMjIwNTMwMjJaFw0wMjAxMjIwNTMwMjJa MDwxHzAdBgNVBAMTFlRoYXd0ZSBGcmVlbWFpbCBNZW1iZXIxGTAXBgkqhkiG9w0BCQEWCmFs eEBzY24ucnUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAL6xOQ+P7j3NLmm36pC8vpZv lyKct+zmoLfBoEEreyfHlEw8e1rZgzL6Tj5rFGeFoZLmEhZUMRsXimFh321hKwcrwlS9bu0g yO30t4shvV7I59RnYY9OLSlZ3CN9k1s/xWTWhoYZKYP7Bg51t/9SLhNpH0R/45Wn3kCHFN63 rQhhAgMBAAGjJzAlMBUGA1UdEQQOMAyBCmFseEBzY24ucnUwDAYDVR0TAQH/BAIwADANBgkq hkiG9w0BAQQFAAOBgQByXaoPC3ReT0nne6u81fWiTrnhHgenOwlOwfIfe8GbGAnkewRl++4j NAC6qPO8IjUMy6Tx2g4IYs20xaBuds4w9X4maQLwZIcehpyJxytafxl/9nH6Am7OWSoKeVxg u+8IT7jTj/XJWA9vrE/x3mi4Jo5IPgWLLiv4ymuvMeG1hjCCAykwggKSoAMCAQICAQwwDQYJ KoZIhvcNAQEEBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQ BgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsT H0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhh d3RlLmNvbTAeFw0wMDA4MzAwMDAwMDBaFw0wMjA4MjkyMzU5NTlaMIGSMQswCQYDVQQGEwJa QTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoT BlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNv bmFsIEZyZWVtYWlsIFJTQSAyMDAwLjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB AN4zMqZjxwklRT7SbngnZ4HF2ogZgpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjx w0+iZdsN+kvx1t1hpfmFzVWaNRqdknWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0 m1SKE4f/s5udSWYALQmJ7JRr6aFpAgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQD ExFQcml2YXRlTGFiZWwxLTI5NzASBgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjAN BgkqhkiG9w0BAQQFAAOBgQBzG28mZYv/FTRLWWKK7US+ScfoDbuPuQ1qJipihB+4h2N0HG23 zxpTkUvhzeY42e1Q9DpsNJKs5pKcbsEjAcIJp+9LrnLdBmf1UG8uWLi2C8FQV7XsHNfvF7bV iJu3ooga7TlbOX00/LaWGCVNavSdxcORL6mWuAU8Uvzd6WIDSDGCAfUwggHxAgEBMIGaMIGS MQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv d24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAm BgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAwLjguMzACAwQErjAJBgUrDgMCGgUA oIGxMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAxMDcwNjAy MzUyMVowIwYJKoZIhvcNAQkEMRYEFKVYAqKwjHLP0/fB63zMmEdNFLh9MFIGCSqGSIb3DQEJ DzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMAcGBSsOAwIHMA0GCCqGSIb3DQMC AgFAMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIGAJoX7d1Hmbodl+H3/aPkVpTaP 2pkXFvaiPypLQxjgIxZFy9W1OT5Oe01MbfOpuBJIdMbD/DqfP4V9WPtTiPOE7qfSVrkNIruO Z3Ies8aRHTGkHsMk++gjHAvLRp00IYj54MbnKeBklTTKIfiKuxhhpbOztXO+t3lRxiH3v1Ru o9w= --------------msB264B750300129020D3B17EE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 2:53: 0 2001 Delivered-To: freebsd-isp@freebsd.org Received: from pippo.dada.it (giovit.dada.it [195.110.97.5]) by hub.freebsd.org (Postfix) with ESMTP id 8124037B405 for ; Fri, 6 Jul 2001 02:52:57 -0700 (PDT) (envelope-from drummino@yahoo.com) Received: (from root@localhost) by pippo.dada.it (8.11.4/8.11.4) id f669pU000979; Fri, 6 Jul 2001 11:51:30 +0200 (CEST) (envelope-from drummino@yahoo.com) Date: Fri, 6 Jul 2001 11:51:30 +0200 From: Matteo To: Greg Skouby Cc: freebsd-isp@freebsd.org Subject: Re: source routing Message-ID: <20010706115130.B435@pippo.dada.it> Reply-To: matteo.niccoli@dada.net References: <20010705160057.C95034@sitesnow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705160057.C95034@sitesnow.com>; from Greg Skouby on Thu, Jul 05, 2001 at 04:00:57PM -0400 X-Mailer: Mutt 1.2.5i on FreeBSD 4.3 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 04:00:57PM -0400, Greg Skouby wrote: > ipfw: getsockopt(IP_FW_ADD): Invalid argument > > any ideas?? > Thanks for the time. options IPFIREWALL_FORWARD in your config file. Bye bye... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 8:17:47 2001 Delivered-To: freebsd-isp@freebsd.org Received: from obfs.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 63AAC37B407 for ; Fri, 6 Jul 2001 08:17:45 -0700 (PDT) (envelope-from gskouby@obfs.sitesnow.com) Received: from gskouby by obfs.sitesnow.com with local (Exim 3.22 #5) id 15IXMW-000Ipt-00 for freebsd-isp@freebsd.org; Fri, 06 Jul 2001 11:17:44 -0400 Date: Fri, 6 Jul 2001 11:17:44 -0400 From: Greg Skouby To: freebsd-isp@freebsd.org Subject: source routing (again) Message-ID: <20010706111744.A72361@sitesnow.com> References: <20010705160057.C95034@sitesnow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705160057.C95034@sitesnow.com>; from gskouby@sitesnow.com on Thu, Jul 05, 2001 at 04:00:57PM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is there a way to specify which interface the traffic should go out of if the address is x.x.x.x? Thanks. n Thu, Jul 05, 2001 at 04:00:57PM -0400, Greg Skouby wrote: > Hello, > > > I am attempting to set up source routing with my FreeBSD > router/firewall using ipfw fwd. > > > > I have all outbound traffic coming in through an > interface ed1 which is at 192.168.1.5. If it is > coming from 10.0.1.0/24 I want to send it out of > interface dc0 which is at 192.168.1.4. If it is > coming from 10.0.2.0/24 I want to set it out of xl0 > which is at 192.168.1.3. > > 192.168.1.1 is the gateway out of xl0 and > 192.168.1.2 is the gateway out of dc0 > > > I through the following commands would get the job done: > > ipfw add fwd 192.168.1.1 ip from 10.0.2.0/24 to any out via xl0 > ipfw add fwd 192.168.1.2 ip from 10.0.1.0/24 to any out via dc0 > > > but those commands produce this error: > > ipfw: getsockopt(IP_FW_ADD): Invalid argument > > any ideas?? > Thanks for the time. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 8:19:46 2001 Delivered-To: freebsd-isp@freebsd.org Received: from kermit.netivity.nl (wc-68.r-195-85-144.essentkabel.com [195.85.144.68]) by hub.freebsd.org (Postfix) with ESMTP id 126B437B407 for ; Fri, 6 Jul 2001 08:19:37 -0700 (PDT) (envelope-from enriko.groen@netivity.nl) Received: by KERMIT with Internet Mail Service (5.5.2650.21) id <32P3XFBD>; Fri, 6 Jul 2001 17:19:31 +0200 Message-ID: <510EAC2065C0D311929200A0247252622F798C@NETIVITY-FS> From: Enriko Groen To: 'Greg Skouby' , freebsd-isp@freebsd.org Subject: RE: source routing (again) Date: Fri, 6 Jul 2001 17:19:30 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > -----Original Message----- > From: Greg Skouby [mailto:gskouby@sitesnow.com] > > Is there a way to specify which interface the traffic should > go out of if the address is x.x.x.x? I tried finding a solution for this to, but I haven't found a clue. I suppose it's not possible with FreeBSD at this moment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 8:53: 0 2001 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id 2E0B837B401 for ; Fri, 6 Jul 2001 08:52:57 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 15IXiw-0007Zd-00; Fri, 6 Jul 2001 08:40:54 -0700 Date: Fri, 6 Jul 2001 08:40:51 -0700 (PDT) From: Tom Samplonius To: Enriko Groen Cc: 'Greg Skouby' , freebsd-isp@freebsd.org Subject: RE: source routing (again) In-Reply-To: <510EAC2065C0D311929200A0247252622F798C@NETIVITY-FS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 6 Jul 2001, Enriko Groen wrote: > > -----Original Message----- > > From: Greg Skouby [mailto:gskouby@sitesnow.com] > > > > Is there a way to specify which interface the traffic should > > go out of if the address is x.x.x.x? > > I tried finding a solution for this to, but I haven't found a clue. > I suppose it's not possible with FreeBSD at this moment. fwd sets a new gateway address. The traffic will go out interface appropriate for that gateway address, the exact same way destination routing works. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 9: 6:27 2001 Delivered-To: freebsd-isp@freebsd.org Received: from obfs.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 151EA37B406 for ; Fri, 6 Jul 2001 09:06:24 -0700 (PDT) (envelope-from gskouby@obfs.sitesnow.com) Received: from gskouby by obfs.sitesnow.com with local (Exim 3.22 #5) id 15IY7b-000Jjo-00 for freebsd-isp@freebsd.org; Fri, 06 Jul 2001 12:06:23 -0400 Date: Fri, 6 Jul 2001 12:06:23 -0400 From: Greg Skouby To: freebsd-isp@freebsd.org Subject: Re: source routing (again) Message-ID: <20010706120623.B75468@sitesnow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alright, let me break it down like this. 192.168.1.1 is the gateway address. In my network I can get to it through fxp0 and fxp1. However, out fxp1 is a firewall/bridge that also does content filtering. If the user has signed up for that filtered access I need to assign him a certain IP (I figured that part out) and route his/her traffic out fxp1, through the filtering bridge and to 192.168.1.1. If the user doesn't want filtered access I need to assign an IP out of a different block and route out of fxp0 to 192.168.1.1. That is why I need to be able to specify which interface, not just which next hop for the packet. Any ideas? Thanks. On Fri, Jul 06, 2001 at 08:40:51AM -0700, Tom Samplonius wrote: > > On Fri, 6 Jul 2001, Enriko Groen wrote: > > > > -----Original Message----- > > > From: Greg Skouby [mailto:gskouby@sitesnow.com] > > > > > > Is there a way to specify which interface the traffic should > > > go out of if the address is x.x.x.x? > > > > I tried finding a solution for this to, but I haven't found a clue. > > I suppose it's not possible with FreeBSD at this moment. > > fwd sets a new gateway address. The traffic will go out interface > appropriate for that gateway address, the exact same way destination > routing works. > > Tom > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 9:38:57 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mgnmail3.mgn.co.uk (mgn1.mgn.co.uk [195.92.144.201]) by hub.freebsd.org (Postfix) with ESMTP id CC94A37B403 for ; Fri, 6 Jul 2001 09:38:52 -0700 (PDT) (envelope-from tony.mccrory@mgn.co.uk) Subject: Multiport serial cards To: freebsd-isp@freebsd.org X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: From: tony.mccrory@mgn.co.uk Date: Fri, 6 Jul 2001 17:38:51 +0100 X-MIMETrack: Serialize by Router on LNPRODUCTION1CW/MG_CW(Release 5.0.5 |September 22, 2000) at 06/07/2001 17:38:44 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can anyone recommend a multiport pci serial card that works with FreeBSD ? I'm looking for a unit that can handle at least 16 modems. Alternatively is there some hardware that can present multiple modems to the system as seperate devices? Cheers! Tony -- Tony McCrory IT, Trinity Mirror group (Ireland) (028) 9068 0168 tony.mccrory@mgn.co.uk IMPORTANT NOTICE The information in this e-mail is confidential and should only be read by those persons to whom it is addressed and is not intended to be relied upon by any person without subsequent written confirmation of its contents. Furthermore, the content of this e-mail is the personal view of the sender and does not represent the advice, views or opinion of our company. Accordingly, our company disclaim all responsibility and accept no liability (including in negligence) for the consequences of any person acting, or refraining from acting, on such information prior to the receipt by those persons of subsequent written confirmation. In particular (but not by way of limitation) our company disclaims all responsibility and accepts no liability for any e-mails which are defamatory, offensive, racist or in any other way are in breach of any third party's rights, including breach of confidence, privacy or other rights. If you have received this e-mail message in error, please notify me immediately by telephone. Please also destroy and delete the message from your computer. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message is strictly prohibited. Trinity Mirror plc is the holding company for the Trinity Mirror group of companies and is registered in England No. 82548, with its address at Kingsfield Court, Chester Business Park, Chester CH4 9RE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 10:43:43 2001 Delivered-To: freebsd-isp@freebsd.org Received: from thunderer.cnchost.com (thunderer.concentric.net [207.155.252.72]) by hub.freebsd.org (Postfix) with ESMTP id AEC6437B405 for ; Fri, 6 Jul 2001 10:43:40 -0700 (PDT) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (adsl-209-204-185-216.sonic.net [209.204.185.216]) by thunderer.cnchost.com id NAA29675; Fri, 6 Jul 2001 13:43:38 -0400 (EDT) [ConcentricHost SMTP Relay 1.14] Message-ID: <200107061743.NAA29675@thunderer.cnchost.com> To: Greg Skouby Cc: freebsd-isp@freebsd.org Subject: Re: source routing (again) In-reply-to: Your message of "Fri, 06 Jul 2001 12:06:23 EDT." <20010706120623.B75468@sitesnow.com> Date: Fri, 06 Jul 2001 10:43:38 -0700 From: Bakul Shah Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > 192.168.1.1 is the gateway address. In my network > I can get to it through fxp0 and fxp1. However, > out fxp1 is a firewall/bridge that also does content filtering. > If the user has signed up for that filtered access I need > to assign him a certain IP (I figured that part out) and > route his/her traffic out fxp1, through the filtering bridge and > to 192.168.1.1. If the user doesn't want filtered access I need > to assign an IP out of a different block and route out of fxp0 to > 192.168.1.1. That is why I need to be able to specify which interface, > not just which next hop for the packet. Standard *BSD stack won't let you choose different interfaces to the same next hop unless it is directly reachable. But if the firewall is a router (or you can put a router in front of the firewall bridge) this is trivial. server fxp0 --------------------- gateway fxp1 | | | +---------- firewall--------------+ Then for the clients that go through the firewall, you just add a route that points to the firewall. For example if such clients are in the block a.b.c/24, and firewall has the address 10.0.0.1, you can do route add a.b.c.0 -netmask 0xffffff00 10.0.0.1 Of course, fxp1 is on the 10. net. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 15:27:16 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id F2DC637B401 for ; Fri, 6 Jul 2001 15:27:11 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id IAA44641 for ; Sat, 7 Jul 2001 08:27:02 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Sat, 7 Jul 2001 08:27:00 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: kernel routing space Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, su-2.03# route get default route: writing to routing socket: No buffer space available Any idea what this means? Does a kernel need a tweak if it's handling a lot of routes? This machine has about 420. This same machine also once lost all (!) of its interfaces, ie "ifconfig -a" returned nothing, not even lo0 or virtual interfaces like ppp0. No idea what would cause this, either... The primary function of the machine is to act as a mini NAP, with a few modems connected to it plus an IP tunnel to a larger NAP, all running BGP via MRTd. (MRTd may also have something to do with the oddities, but it hasn't played up before) The machine runs 3.2-RELEASE, until recently its uptime was several months and it was steady as a rock. Not sure what's happened... As you can tell, I'm fairly lost with this one. ;-) Thanks for any help. Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9329-5498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 6 17:24:46 2001 Delivered-To: freebsd-isp@freebsd.org Received: from backup.dagupan.com (www.psysc.org.ph [206.101.69.5]) by hub.freebsd.org (Postfix) with ESMTP id 2F2A337B405 for ; Fri, 6 Jul 2001 17:24:43 -0700 (PDT) (envelope-from francisv@dagupan.com) Received: by chat.dagupan.com with Internet Mail Service (5.5.2653.19) id <3M2R91W2>; Sat, 7 Jul 2001 08:24:54 +0800 Message-ID: <10F29E27A956D511B0940050DA8D86A908F636@chat.dagupan.com> From: francisv@dagupan.com To: isp@freebsd.org Subject: Optimizing the kernel for Squid Date: Sat, 7 Jul 2001 08:24:53 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, You might have an idea on how to optimize the kernel for Squid proxy/cache usage. Right now, I have a FreeBSD 4.3-STABLE box running the latest Squid auto-generated tarball (2.4STABLE1) and my kernel was built with the following optimizations: options MSGMNB=16384 options MSGMNI=41 options MSGSEG=2049 options MSGSSZ=64 options MSGTQL=512 options SHMSEG=16 options SHMMNI=32 options SHMMAX=2097152 options SHMALL=4096 options MAXDSIZ=536870912 options DFLDSIZ=134217728 options NMBCLUSTERS=10240 I'm also using 'diskd' as the filesystem type in Squid which uses SYSVSHM, SYSVMSG, and SYSVSEM. -- Francis Vidal [::Bitstop Internet::] streaming media services [v] +63 (75) 522-0092 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jul 7 7: 4:35 2001 Delivered-To: freebsd-isp@freebsd.org Received: from aspenworks.com (aspenworks.com [192.94.236.1]) by hub.freebsd.org (Postfix) with ESMTP id AD37D37B401 for ; Sat, 7 Jul 2001 07:04:33 -0700 (PDT) (envelope-from alex@aspenworks.com) Received: from d7k (matrix.aspenworks.com [216.38.199.82]) by aspenworks.com (8.9.3/8.9.3) with SMTP id IAA99058 for ; Sat, 7 Jul 2001 08:04:31 -0600 (MDT) (envelope-from alex@aspenworks.com) Message-ID: <000901c106ed$bcad3bd0$1900a8c0@d7k> From: "Alex Huppenthal" To: Subject: Best DHCP server Date: Sat, 7 Jul 2001 08:04:24 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We're setting up a client who wants to support roaming Windows wireless adapters (802.11b), but only if they register their MAC address with them. We're going to use DHCP to allocate an IP and bandwidth depending on the MAC address. Any suggestions or comments on the best DHCP server for FreeBSD? -Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jul 7 7:30:37 2001 Delivered-To: freebsd-isp@freebsd.org Received: from moat.teksupport.net.au (moat.teksupport.net.au [203.17.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 3042C37B405 for ; Sat, 7 Jul 2001 07:30:32 -0700 (PDT) (envelope-from robseco@teksupport.net.au) Received: from rob.secombe (robseco.secombe [192.168.1.2]) by moat.teksupport.net.au (8.11.0/8.11.0) with SMTP id f67EUO346327 for ; Sun, 8 Jul 2001 00:30:24 +1000 (EST) (envelope-from robseco@teksupport.net.au) Message-Id: <3.0.5.32.20010708003023.03759b60@secombe> X-Sender: robseco@secombe X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sun, 08 Jul 2001 00:30:23 +1000 To: freebsd-isp@freebsd.org From: Rob Secombe Subject: Can anyone explain this? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I recently upgraded a customers link from ISDN using a TA to ADSL using the Alcatel Speed Touch Home ADSL modem and pppoe, as supplied by the access provider. The machine is acting as a gateway/firewall with one NIC connected to the LAN and a second connecting the ADSL modem and uses userland ppp -nat and ipfw. Here is the problem. Everthing works fine from the gateway machine to any machine on the inside or the outside. Browsing works ok provided we use a proxy on the gateway. As soon as we try to forward packets across the gateway via ppp nat something goes awry. For instance, if I try to collect mail from an external pop server the client will establish a connection but will not transfer data. Passive FTP works ok from the gateway but not from a workstation on the inside. We were ipforwarding external smtp to a internal mail server but that doesn't work either. I have temporarily set up sendmail on the gateway to route the mail to the internal server. which does work. The wierd thing is that I can ping hosts across the gateway with varing packet sizes, establish a telnet session with a pop server and even manually do a 'retr' but if I use a mail client it locks up and the pop server drops the connection. The Internal network is not using 'private' ip's but the customer owns the class c, it is behind NAT and the network is not advertised. I have also tried it with the firewall open but to no avail. Here is the config: FreeBSD 3.4-RELEASE ppp.conf adsl: set device PPPoE:rl1 set mru 1492 set mtu 1492 set authname xxxxxxxx set authkey xxxxxxxxx set speed sync enable lqr set cd 5 set dial set login set redial 0 0 set ifaddr 0/0 0/0 add default HISADDR nat enable yes #nat port tcp 203.34.150.3:25 25 nat port tcp 203.34.150.3:80 8000 nat port tcp 203.34.150.2:80 80 nat port tcp 203.34.150.5:80 8080 nat port tcp 203.34.150.5:81 8001 nat port tcp 203.34.150.5:13000 13000 nat port tcp 203.34.150.5:13001 13001 nat port tcp 203.34.150.5:13999 13999 ifconfig rl0: flags=8843 mtu 1500 inet 203.34.150.1 netmask 0xffffff00 broadcast 203.34.150.255 ether 00:60:67:06:94:0b media: autoselect (100baseTX ) supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP rl1: flags=8843 mtu 1500 inet 10.0.0.1 netmask 0xff000000 broadcast 10.255.255.255 ether 00:60:67:79:61:c2 media: autoselect supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP tun0: flags=8051 mtu 1492 inet xxx.xxx.xxx.xxx --> yyy.yyy.yyy.yyy netmask 0xffffff00 Anybody got any ideas - 'cause I have run out. Thanks Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jul 7 7:51:23 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id B973437B408 for ; Sat, 7 Jul 2001 07:51:20 -0700 (PDT) (envelope-from LConrad@Go2France.com) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id D0F1316B13 for ; Sat, 7 Jul 2001 16:51:18 +0200 (CEST) Received: from IBM-HIRXKN66F0W.Go2France.com [195.115.185.184] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A3E1DBAE0128; Sat, 07 Jul 2001 16:59:45 +0200 Message-Id: <5.1.0.14.0.20010707164418.0376cd70@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 07 Jul 2001 16:52:06 +0200 To: freebsd-isp@freebsd.org From: Len Conrad Subject: Re: Best DHCP server In-Reply-To: <000901c106ed$bcad3bd0$1900a8c0@d7k> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >We're setting up a client who wants to support roaming Windows wireless >adapters (802.11b), but only if they register their MAC address with them. >We're going to use DHCP to allocate an IP and bandwidth depending on the MAC >address. Any suggestions or comments on the best DHCP server for FreeBSD? Thatīs two things: For open source DHCP, www.ISC.org, ask them how they feel about your application. For bandwidth throttling, thereīs dummynet, or commercially, the excellent www.etinc.com bw-mgr. All reports Iīve heard about bw-mgr have been postive, over the last two years. etinc is in general supportive of FreeBSD. Weīve used their WAN cards for two years without any technical problems. I donīt know if bw-mgr throttles by MAC address. But if you gave MAC addresses infinite leases, then bw-mgr could throttle by ip. Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jul 7 7:53:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id 3B9A037B407 for ; Sat, 7 Jul 2001 07:53:33 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id AAA47751 for ; Sun, 8 Jul 2001 00:53:29 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Sun, 8 Jul 2001 00:53:26 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: Re: Can anyone explain this? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 8 Jul 2001, Rob Secombe wrote: > rl0: flags=8843 mtu 1500 ... > rl1: flags=8843 mtu 1500 ... > tun0: flags=8051 mtu 1492 > inet xxx.xxx.xxx.xxx --> yyy.yyy.yyy.yyy netmask 0xffffff00 I'd say it's an MTU/MSS problem. Your internal machines are probably advertising that they can receive a 1500 byte packet, but your ADSL gateway can only pass a 1492 byte packet without fragmenting. If a full size 1500 byte packet with the "Don't Fragment" bit arrives, the gateway should be sending back ICMP "need to fragment: MTU 1492" messages, but perhaps NAT does something strange here, or perhaps some silly person has blocked that particular ICMP message somewhere in the path. (I ran into this very problem with an anal firewall at www.theage.com.au when playing with DSL). Do a tcpdump on tun0 when you're trying to collect mail, see what ICMP messages (if any) are floating around... You can also try configuring the workstations to use a lower MSS; I'm not sure how involved that is for your particular setup. Unfortunately, it may be the only simple solution... :-( My solution was to set up an IP tunnel with the ISP at the other end, the tunnel itself can pass a 1500 byte packet with DF set even though it ends up as 2 encapsulated packets between the two ends of the tunnel. If your upstream isn't Telstra then it may be worth asking for assistance, see if you can find someone with clue who can tinker a little. If it's Telstra then I wouldn't bother. :-\ Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9329-5498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message