From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 12:54:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB3B416A4CE for ; Fri, 28 Nov 2003 12:54:10 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BEA43FE0 for ; Fri, 28 Nov 2003 12:54:09 -0800 (PST) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.12.3/8.12.3) with ESMTP id hASKrotf072314 for ; Fri, 28 Nov 2003 17:53:50 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 28 Nov 2003 17:53:50 -0300 (ART) From: Fernando Gleiser To: questions@freebsd.org Message-ID: <20031128174904.A64171-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.37 Subject: mpd as a VPN client to a Cisco Concentrator X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 20:54:10 -0000 I solved the former problem I was having to route to GRE packets trhough the VPN. But it still doesn't work :( The tunel builds fine, I authenticate, I got an IP, the routing is properly set up, but as soon as a try to send anything through the tunnel, MPS starts to vive the folowing errors: [mpd-vpn:vpn_bbk] [vpn_bbk] LCP: rec'd Protocol Reject #2 link 0 (Opened) [vpn_bbk] LCP: protocol 0x366a was rejected [vpn_bbk] LCP: rec'd Protocol Reject #3 link 0 (Opened) [vpn_bbk] LCP: protocol 0xd24d was rejected [vpn_bbk] LCP: rec'd Protocol Reject #4 link 0 (Opened) [vpn_bbk] LCP: protocol 0x359a was rejected [vpn_bbk] LCP: rec'd Protocol Reject #5 link 0 (Opened) [vpn_bbk] LCP: protocol 0x875d was rejected [vpn_bbk] LCP: rec'd Protocol Reject #6 link 0 (Opened) [vpn_bbk] LCP: protocol 0x9ff6 was rejected [vpn_bbk] LCP: rec'd Protocol Reject #7 link 0 (Opened) [vpn_bbk] LCP: protocol 0x3771 was rejected [vpn_bbk] LCP: rec'd Protocol Reject #8 link 0 (Opened) [vpn_bbk] LCP: protocol 0xc168 was rejected [vpn_bbk] LCP: rec'd Terminate Request #9 link 0 (Opened) and after that it disconnects the VPN. Any pointers, ideas, suggestions would be greatly welcome Fer