From owner-freebsd-isdn Sun Mar 24 6:11:19 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id EE3E237B404 for ; Sun, 24 Mar 2002 06:11:15 -0800 (PST) Received: from fwd10.sul.t-online.de by mailout02.sul.t-online.com with smtp id 16p7Fb-0007mO-02; Sun, 24 Mar 2002 13:37:31 +0100 Received: from Magelan.Leidinger.net (520065502893-0001@[80.131.110.219]) by fmrl10.sul.t-online.com with esmtp id 16p7FN-19h5aSC; Sun, 24 Mar 2002 13:37:17 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.2/8.12.2) with ESMTP id g2OCb9iH001274; Sun, 24 Mar 2002 13:37:13 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200203241237.g2OCb9iH001274@Magelan.Leidinger.net> Date: Sun, 24 Mar 2002 13:37:09 +0100 (CET) From: Alexander Leidinger Subject: Re: Problems using isp devices other then isp0 To: fsteevie@wish.net Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: <000601c1d32a$4fea8020$0200a8c0@coyote> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Sender: 520065502893-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 24 Mär, Steven Looman wrote: > This is a part of my rc.conf: > network_interfaces="isp0 isp1 isp2 rl0 lo0" > ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0" > ifconfig_isp0="inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255" > ifconfig_isp1="inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255" > ifconfig_isp2="inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255" Don't set 0.0.0.1 on every interface, you have to use different destinations: ---snip--- isp0: flags=a010 mtu 1500 inet 0.0.0.0 --> 0.0.0.2 netmask 0xffffff00 ether 00:00:00:00:00:00 isp1: flags=a010 mtu 1500 inet 0.0.0.0 --> 0.0.0.1 netmask 0xffff0000 ether 00:00:00:00:00:00 ---snip--- Bye, Alexander. -- Press every key to continue. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message