From owner-freebsd-net@FreeBSD.ORG Fri Jul 2 03:17:41 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D090E16A4CE for ; Fri, 2 Jul 2004 03:17:41 +0000 (GMT) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1431F43D46 for ; Fri, 2 Jul 2004 03:17:36 +0000 (GMT) (envelope-from john@veidit.net) Received: from [192.168.20.39] ([213.113.142.243] [213.113.142.243]) by mxfep02.bredband.com with ESMTP id <20040702031623.FIIV26240.mxfep02.bredband.com@[192.168.20.39]> for ; Fri, 2 Jul 2004 05:16:23 +0200 Message-ID: <40E4D334.8060109@veidit.net> Date: Fri, 02 Jul 2004 05:15:00 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040611 X-Accept-Language: sv, en-gb, en, en-us MIME-Version: 1.0 To: net@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: VPN up but no traffic X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:17:41 -0000 I have a small problem with my VPN connection, It's up and running but I can't ping the other end, I get traffic from the other end in form of: 22:17:56.114188 192.168.5.2.netbios-ns > 192.168.5.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST 22:17:56.863179 192.168.5.2.netbios-ns > 192.168.5.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST 22:17:57.612417 192.168.5.2.netbios-ns > 192.168.5.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST but when I try to ping I just get: 22:20:06.082020 arp who-has 192.168.5.2 tell 192.168.5.1 22:20:08.093102 arp who-has 192.168.5.2 tell 192.168.5.1 22:20:10.103089 arp who-has 192.168.5.2 tell 192.168.5.1 22:20:12.113091 arp who-has 192.168.5.2 tell 192.168.5.1 22:20:14.123231 arp who-has 192.168.5.2 tell 192.168.5.1 5.1 Is the system on my side and 5.2 is the remote system, everything is working perfectly otherwise and i have opened up my ipfw config to an allow all from any to any just to test it out. The system worked fine and then someone pulled the plug from the server and now everything is back up and working except the traffic over the VPN, what could I be doing wrong? /John