From owner-freebsd-questions@FreeBSD.ORG Wed Jun 7 12:20:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AD75816BE9C for ; Wed, 7 Jun 2006 11:15:41 +0000 (UTC) (envelope-from timsan775@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id B372343D4C for ; Wed, 7 Jun 2006 11:15:40 +0000 (GMT) (envelope-from timsan775@googlemail.com) Received: by nf-out-0910.google.com with SMTP id l24so115228nfc for ; Wed, 07 Jun 2006 04:15:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=eNQTTGklBp6h3aBFmydu4b0mMXT4nFUR7Eh6Myd0NCE+7WZAGS/adQ3vxy04X55e8DhKr32eiV/jJGmD94J+IbMij3Vb8fjtSlTi1AigT+tFO2gDdkrXQ73ExFLdlcIK9DjE//9BH0ktZQyFm1xStU3XhdAMMLWFuqNWq+rr9b0= Received: by 10.48.208.18 with SMTP id f18mr341484nfg; Wed, 07 Jun 2006 04:15:38 -0700 (PDT) Received: by 10.49.64.1 with HTTP; Wed, 7 Jun 2006 04:15:38 -0700 (PDT) Message-ID: <82832a960606070415t14e96eehb7b7ded8c949ae01@mail.gmail.com> Date: Wed, 7 Jun 2006 13:15:38 +0200 From: "tim m" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: routing on FreeBSD 6.1 (from FreeBSD 4.10) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:20:43 -0000 hello .. I've been doing this on FreeBSD 4.10 and it has worked very well: # for using sip_spoof static_routes="spt mxs" route_spt="-net 10.0.0.138/32 -interface 213.xx.xxx.xxx -cloning" route_mxs="default 10.0.0.138" this is with a Speedtouch 510, doing the "sip_spoof". I now need to use a Speedtouch 715v5 using FreeBSD 6.1. I've set up the modem using a beta-sip_spoof, however, it seems that this routing is not working. Would FreeBSD 6.1 do this differently from FreeBSD 4.10? ta, t.