From owner-freebsd-net@FreeBSD.ORG Mon Feb 26 10:48:53 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BBB616A403 for ; Mon, 26 Feb 2007 10:48:53 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id AD71813C4A3 for ; Mon, 26 Feb 2007 10:48:52 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 89392 invoked from network); 26 Feb 2007 10:22:12 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Feb 2007 10:22:12 -0000 Message-ID: <45E2BB17.40701@freebsd.org> Date: Mon, 26 Feb 2007 11:48:55 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: aditya kiran References: <994cd1cf0702260213k7a57b3e5h1c957bbfc8a01be2@mail.gmail.com> In-Reply-To: <994cd1cf0702260213k7a57b3e5h1c957bbfc8a01be2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: PMTU Discovery - How to enable X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 10:48:53 -0000 aditya kiran wrote: > Hi, > I would like to know how to enable Path MTU Discovery in Free BSD 6.0. > Do I need to apply some patch to get it work? No patch is needed. PMTU discovery should be enabled by default on all FreeBSD machines. You can check with "sysctl net.inet.tcp.path_mtu_discovery". -- Andre