From owner-freebsd-hackers@FreeBSD.ORG Mon May 24 22:08:11 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 F357F16A4CE for ; Mon, 24 May 2004 22:08:10 -0700 (PDT) Received: from ns.mmk.ru (ns1.mmk.ru [193.16.208.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277EE43D1F for ; Mon, 24 May 2004 22:08:03 -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 i4P57rug004640 for ; Tue, 25 May 2004 11:07:54 +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 i4P54uTe005932 for ; Tue, 25 May 2004 11:05:03 +0600 (YEKST) Received: from wall (localhost [127.0.0.1]) by wall.mmk.ru (8.12.10/8.12.10) with SMTP id i4P56V1L017692 for ; Tue, 25 May 2004 11:06:33 +0600 (YEKST) (envelope-from freebsd@mmk.ru) Message-ID: <01e701c44216$582e7590$02010101@wall> From: "Dmitry A. Bondareff" To: References: <026201c43d69$b0d695d0$02010101@wall> <40AB1AE4.4050100@siue.edu> Date: Tue, 25 May 2004 11:08:38 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit 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 Subject: Re: 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: Tue, 25 May 2004 05:08:11 -0000 Hello, hackers! Thanks for all. Problem solved by changing access lists on Cisco Router. ICMP was denyed by it and Windows box do not accept icmp (need to frag). Now all works fine. Regards, Dmitry. P.S. I think that mpd is good product and work fine. > Dmitry A. Bondareff wrote: > > >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=1500) FreeBSD (mtu=1024) ========== VPN over Internet > >======> (mtu=1024)FreeBSD (mtu=1500)---> 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) > > > >_______________________________________________ > >freebsd-hackers@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > >To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"