From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 16:16:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85AE516A4A5 for ; Fri, 16 Nov 2007 16:16:05 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 36AAF13C458 for ; Fri, 16 Nov 2007 16:16:04 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so720631rvb for ; Fri, 16 Nov 2007 08:15:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8Ji6wqv6e9KLgJBcb1T+MGXX+KJwpVDB7YFZageYYKg=; b=Go109URiqsbb7/24mkjvTQeyzwmh3rzRS+LEWycITbCYnR3GG8bOvubsZbXwvF5A0PRiJtnMbLTKD/79t8zbStiPz6tppD4RxodUZX0/QmHiTau8NVfMvtGw+70jfb+5kruF6ZyhpuewweoZsM8Feg9CppqeuKhIkP9N5BO+RgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cZ2y/tj1rGzJESvf8/pRxsHsDYG8uOv+WfaXDA7VuAlX8o3BHHEr7xXfqJDElM7XcPa23w47W/A5l0axppl0w/fbEJF6w+11laTbeJESnbOqGhf2W1kSP1w6Yxqx4kfG9SpnznSewbdEaIfBGSFdAWDIMC10TbOdqZhZwzVPZQs= Received: by 10.115.47.1 with SMTP id z1mr116910waj.1195229755091; Fri, 16 Nov 2007 08:15:55 -0800 (PST) Received: by 10.114.176.14 with HTTP; Fri, 16 Nov 2007 08:15:55 -0800 (PST) Message-ID: <6ae50c2d0711160815n2647432bs931f8302133bda23@mail.gmail.com> Date: Fri, 16 Nov 2007 11:15:55 -0500 From: alexus To: girishvenkatachalam@gmail.com, freebsd-questions@freebsd.org In-Reply-To: <20071116063832.GB4164@saraswathy.susmita.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ae50c2d0711152118h2f2a9989q2b39eba077154041@mail.gmail.com> <20071116063832.GB4164@saraswathy.susmita.org> Cc: Subject: Re: multihome network 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: Fri, 16 Nov 2007 16:16:05 -0000 yes, i know that, and i want my defaultroute to stay 192.168.1.1, what i also want is to be able to access it through 216.112.241.30 (fxp1) On Nov 16, 2007 1:38 AM, Girish Venkatachalam wrote: > On 00:18:42 Nov 16, alexus wrote: > > Hello, > > > > I have two NICs on my box, one (primary) connected to switch and have > > private IP. that IP also have a static route on Cisco PIX for > > accessing this box from outside. the other interface has public IP > > that is connected to another switch, i configure both IPs through > > /etc/rc.conf, but I can not for some reason access my box through that > > public IP, no firewall rules would prevent me from doing so. here is > > my output for netstat -rn > > > > alexus# netstat -rn > > Routing tables > > > > Internet: > > Destination Gateway Flags Refs Use Netif Expire > > default 192.168.1.1 UGS 0 250 fxp0 > > 127.0.0.1 127.0.0.1 UH 0 2 lo0 > > 192.168.1 link#1 UC 0 0 fxp0 > > 192.168.1.1 00:0d:29:09:90:61 UHLW 2 2 fxp0 1171 > > 192.168.1.250 00:16:cb:94:10:e9 UHLW 1 12 fxp0 1169 > > 216.112.241.24/29 link#2 UC 0 0 fxp1 > > Your default route is 192.168.1.1 and not 216.112.241.24 > > regards, > Girish > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- http://alexus.org/