From owner-freebsd-hackers@FreeBSD.ORG Tue May 18 23:21:46 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F8B16A621 for ; Tue, 18 May 2004 23:21:28 -0700 (PDT) Received: from ns.mmk.ru (ns1.mmk.ru [193.16.208.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E8943D45 for ; Tue, 18 May 2004 23:21:23 -0700 (PDT) (envelope-from freebsd@mmk.ru) Received: from antivirus.mmk.ru (antivirus [161.8.100.3]) by ns.mmk.ru (8.12.9p1/8.12.9) with ESMTP id i4J6Lo3K031426 for ; Wed, 19 May 2004 12:21:50 +0600 (YEKST) (envelope-from freebsd@mmk.ru) Received: from wall.mmk.ru (localhost [127.0.0.1]) by antivirus.mmk.ru (8.12.9/8.12.9) with ESMTP id i4J6J8Te002299 for ; Wed, 19 May 2004 12:19:09 +0600 (YEKST) Received: from wall (localhost [127.0.0.1]) by wall.mmk.ru (8.12.10/8.12.10) with SMTP id i4J6LBFC021500 for ; Wed, 19 May 2004 12:21:11 +0600 (YEKST) (envelope-from freebsd@mmk.ru) Message-ID: <026201c43d69$b0d695d0$02010101@wall> From: "Dmitry A. Bondareff" To: Date: Wed, 19 May 2004 12:22:41 +0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: IP frag need X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 06:21:47 -0000 Hello hackers! I have two office in the Internet. And now I trying to make VPN between it. I using mpd for it. Client ---> (mtu=3D1500) FreeBSD (mtu=3D1024) = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D VPN over Internet =3D=3D=3D=3D=3D=3D> (mtu=3D1024)FreeBSD (mtu=3D1500)---> WindowsNT Client trying to use mounted disk from WindowsNT 11.8.24.25 - WindowsNT 11.8.11.1 - FreeBSD tcpdump info: 17:26:55.100097 11.8.24.25.139 > 11.8.11.1.1049: tcp 1460 (DF) 17:26:55.100175 11.8.11.1 > 11.8.24.25: icmp: 11.8.11.1 unreachable - = need to frag (mtu 1024) (DF) 17:26:57.287737 11.8.24.25.139 > 11.8.11.1.1049: tcp 1460 (DF) 17:26:57.287813 11.8.11.1 > 11.8.24.25: icmp: 11.8.11.1 unreachable - = need to frag (mtu 1024) (DF) As you can see IP frag needed, but WindowsNT don't want to do it. What I cat do on FreeBSD box to solve the problem ?? Dmitry. (Sorry for my English)