From owner-freebsd-net@FreeBSD.ORG Thu May 18 15:31:25 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 BB57516A403 for ; Thu, 18 May 2006 15:31:25 +0000 (UTC) (envelope-from ale@seudns.net) Received: from connectmed.com.br (s200-189-171-55.ipb.diveo.net.br [200.189.171.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FD9943D6E for ; Thu, 18 May 2006 15:31:23 +0000 (GMT) (envelope-from ale@seudns.net) Received: (qmail 21425 invoked from network); 18 May 2006 15:30:38 -0000 Received: from unknown (HELO ?192.168.3.109?) (192.168.3.109) by donald.connectmed.com.br with SMTP; 18 May 2006 15:30:37 -0000 Message-ID: <446C934A.3040600@seudns.net> Date: Thu, 18 May 2006 12:31:22 -0300 From: Alexandre Biancalana User-Agent: Thunderbird 1.5 (X11/20060213) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't delete route X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:31:25 -0000 Hi List, Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 Running netstat -nr I get the following: 0&0xa000011 255.255.0.0 UGSc 15 332 fxp0 => this is incorrect, the interface should be fxp1 not fxp0 (that is the default interface). And Why the destination network is 0&0xa000011 and not 128.110.0.0 Trying to delete this route the follow error occur: # route delete -net 128.110.0.0 255.255.0.0 10.0.0.17 route: writing to routing socket: No such process delete net 128.110.0.0: gateway 255.255.0.0: not in table The company gateway is FreeBSD 4.10-STABLE. Any Ideas ?? Best Regards, Alexandre Biancalana