From owner-freebsd-questions Thu Apr 5 16:28:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kenny.blue-box.net (kenny.blue-box.net [204.245.221.97]) by hub.freebsd.org (Postfix) with ESMTP id B119637B422 for ; Thu, 5 Apr 2001 16:28:09 -0700 (PDT) (envelope-from vince@blue-box.net) Received: from localhost (vince@localhost) by kenny.blue-box.net (8.11.2/8.11.2/BBMX) with ESMTP id f35NS9B78461 for ; Thu, 5 Apr 2001 16:28:09 -0700 (PDT) (envelope-from vince@blue-box.net) Date: Thu, 5 Apr 2001 16:28:09 -0700 (PDT) From: Vince Valenti To: Subject: Correct way to have a host on two networks Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Right now, I have a machine that I want to be on two networks. This is what I have in my /etc/rc.conf: network_interfaces="fxp0 lo0" ifconfig_fxp0="inet 199.2.205.6 netmask 255.255.255.0" ifconfig_fxp0_alias0="inet 206.163.50.6 netmask 255.255.255.255" defaultrouter="199.2.205.254" It seems to work, but I get messages like this from my kernel: arplookup 206.163.50.254 failed: host is not on local network Is there a way I can specify another default route for the second network? What is the correct way to do this? I appreciate any help. Thanks, -- Vince Valenti Systems Administrator BendNet - Rosenet - Rio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message