From owner-freebsd-net@FreeBSD.ORG Fri Apr 18 10:17:51 2003 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 D532037B401 for ; Fri, 18 Apr 2003 10:17:50 -0700 (PDT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66FE43FEA for ; Fri, 18 Apr 2003 10:17:49 -0700 (PDT) (envelope-from brett@lariat.org) Received: from mustang.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id LAA04993; Fri, 18 Apr 2003 11:17:41 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <4.3.2.7.2.20030418111623.02819bd0@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Apr 2003 11:17:36 -0600 To: Sten Daniel Sørsdal , From: Brett Glass In-Reply-To: <0AF1BBDF1218F14E9B4CCE414744E70F07DE93@exchange.wanglobal. net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: RE: Userland PPP/PPTP tunneling problem 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, 18 Apr 2003 17:17:52 -0000 At 03:47 PM 4/17/2003, Sten Daniel Sørsdal wrote: >> >Say if client gets 192.168.1.2 when client connects, you >> need to manually >> >Enter: route -p add 192.168.0.0 mask 255.255.0.0 192.168.1.2 >> >On the windows client before connecting. >> >> But won't the Windows machine still get the broadcast address >> wrong? Seems >> to me that it'd send to 192.168.1.255 instead of 192.168.255.255. >> >> --Brett > >It would send to 192.168.1.255 Yep, and miss the boat. >Broadcast and tunneling isnt a good combination, Yes, but broadcast is needed for ARP. To tunnel effectively, you need to be able to ARP (for example) the printer on the LAN you're tunneling into. --Brett