From owner-freebsd-questions@FreeBSD.ORG Sat May 17 14:18:54 2003 Return-Path: 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 BCA7537B401 for ; Sat, 17 May 2003 14:18:54 -0700 (PDT) Received: from smtp.noos.fr (nan-smtp-01.noos.net [212.198.2.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9035543FBD for ; Sat, 17 May 2003 14:18:53 -0700 (PDT) (envelope-from puyol@noos.fr) Received: (qmail 1607228 invoked by uid 0); 17 May 2003 21:18:51 -0000 Received: from unknown (HELO noos.fr) ([212.198.199.129]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 May 2003 21:18:51 -0000 Date: Sat, 17 May 2003 23:18:50 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Robert Puyol To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <27871523-88AD-11D7-A24E-000393562F10@noos.fr> X-Mailer: Apple Mail (2.552) Subject: dual homed host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 21:18:55 -0000 Hi: My setup is: one FreBSD server, one interface, two ISP, each providing a router. So I would like to set up a dual homed host, to be able use the two ISP. From some reading of the FreeBSD documentation and gooooooooooogle, here are my questions: 0) do I need to do a sysctl net.inet.ip.forwarding=1 to get a working dual homed host ? 1) I set an alias (private IP to use the ISP2): "ifconfig rl0 inet 10.0.1.4 netmask 255.255.255.0 alias", the I can ping 10.0.1.4 but not the router at 10.0.1.1. What's wrong ? 2) I set route: "route add -net 10.0.1/24 10.0.1.1 0", but yet I am still not able to ping the router at 10.0.1.1 or to ping my public IP from another network. If I set the defaultrouter=10.0.1.1 (ISP2 router on my network) in rc.conf I can use the ISP2 public IP to acces my server, but then I loose the access to the primary IP of the ISP1... Thanks a lot for your help. -- Robert Puyol