From owner-freebsd-questions Wed Feb 8 15:54:10 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA22801 for questions-outgoing; Wed, 8 Feb 1995 15:54:10 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id PAA22794 for ; Wed, 8 Feb 1995 15:54:06 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id PAA03646; Wed, 8 Feb 1995 15:53:57 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id PAA13674; Wed, 8 Feb 1995 15:53:56 -0800 Message-Id: <199502082353.PAA13674@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Tom Samplonius cc: questions@FreeBSD.org Subject: Re: SLIP MTU in 1.1.5.1 In-reply-to: Your message of "Wed, 08 Feb 95 14:54:16 PST." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 08 Feb 1995 15:53:56 -0800 Sender: questions-owner@FreeBSD.org Precedence: bulk > > How do you change the SLIP MTU on 1.1.5.1? I have tried putting the >line: > >options "SLMTU=1500" > >in my kernel config file. You can't reliably use an MTU this large without changing other things in the kernel. I'd recommend using an MTU of 552 - this usually acheives the best performance (several reasons why...but I won't go into this now). The above 'options' line is correct except for the value being too large. -DG