From owner-freebsd-stable@FreeBSD.ORG Wed Jan 14 20:47:56 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 093551065686 for ; Wed, 14 Jan 2009 20:47:56 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id D41EF8FC16 for ; Wed, 14 Jan 2009 20:47:55 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so774598wfg.7 for ; Wed, 14 Jan 2009 12:47:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=dSAZrJVvhZCb5w2JQmZjG5hl1LsjMzcj4HZC/iYCiZU=; b=VMWi/3NuBVlQLqN3jnUBPtSohMT6YG4qg9TD8zQe+VT8HNaNt6XGZpyKQZ0jbab6Dt 6kqzQ0fPwE6kR32HMqAjQ1fY7YH+hA2qTPE58cJMEiIcP7UNAPhrjgmBVy04Z1ZcRYaG LMtBxOT4sBNGaGPEOG1fvegzmRgZp97LPac+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=j9PLRVHcatWYFoEOXvtH2vhc+fpfspFIXZ4kfbiWhpheWnBkBCQ1umS8q/A4ssa9Fm RNuyy7E/aaECLCZkWCcyxlbCBTKs2NitGK6GtwyXda7FpucOQAUqPDNSLOhjTMzScEzp VwFdPIC2l1yY9KnldxYBQtkd4N9JrbwJFDJkY= Received: by 10.142.48.14 with SMTP id v14mr162632wfv.138.1231964585761; Wed, 14 Jan 2009 12:23:05 -0800 (PST) Received: by 10.142.201.8 with HTTP; Wed, 14 Jan 2009 12:23:05 -0800 (PST) Message-ID: Date: Wed, 14 Jan 2009 18:23:05 -0200 From: "Eduardo Meyer" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Multiple Routing Tables (FIB) + IPFW problem (basic understading wont work) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 20:47:56 -0000 Hello, I am trying the new FIB stuff on -STABLE with IPFW, I made many tests and it did not work as I expected. Quick testing: # lynx -dump http://www.whatismyip.org 200.165.75.10 # setfib -1 lynx -dump http://www.whatismyip.org 189.52.141.2 # setfib -2 lynx -dump http://www.whatismyip.org 201.91.92.154 # ipfw -q flush # ipfw add 1 setfib 1 all from any to any 00001 setfib 1 ip from any to any # lynx -dump http://www.whatismyip.org 200.165.75.10 Check for counters: # ipfw -q add 2 allow all from any to any fib 1 # ipfw show 00001 388599 139653215 setfib 1 ip from any to any 00002 4253 2221474 allow ip from any to any fib 1 65535 2419650 983279227 allow ip from any to any # lynx -dump http://www.whatismyip.org 200.165.75.10 # setfib -1 lynx -dump http://www.whatismyip.org 189.52.141.2 Whats wrong with my concepts? -- =========== Eduardo Meyer pessoal: dudu.meyer@gmail.com profissional: ddm.farmaciap@saude.gov.br