From owner-freebsd-isdn Sat Mar 30 7:10:18 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from host.wishhosting.nl (host.wishhosting.nl [212.123.128.13]) by hub.freebsd.org (Postfix) with ESMTP id 3E4B737B41E for ; Sat, 30 Mar 2002 07:10:08 -0800 (PST) Received: from coyote (p9973.nl.wish.net [212.123.176.245]) by host.wishhosting.nl (8.11.5/8.10.1) with SMTP id g2UF8VN83115; Sat, 30 Mar 2002 16:08:32 +0100 (CET) Message-ID: <001901c1d7fc$c3e43d50$0200a8c0@coyote> From: "Steven Looman" To: "Alexander Leidinger" Cc: "ISDN Mailinglist" References: <200203301118.g2UBII7S005622@Magelan.Leidinger.net> Subject: Re: Problems using isp devices other then isp0 Date: Sat, 30 Mar 2002 16:08:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Oh, heh.. forgot to add that. Firewall type = OPEN Here it is: isp2 offline: isp2: flags=8010 mtu 1500 inet6 fe80::220:18ff:fea0:7ae4%isp2 prefixlen 64 scopeid 0xd inet 0.0.0.0 --> 0.0.0.3 netmask 0xffffffff ether 00:00:00:00:00:00 isp2 online: isp2: flags=8051 mtu 1500 inet6 fe80::220:18ff:fea0:7ae4%isp2 prefixlen 64 scopeid 0xd inet 213.227.129.137 --> 0.0.0.3 netmask 0xffffffff ether 00:00:00:00:00:00 routing table: Internet: Destination Gateway Flags Refs Use Netif Expire default 0:0:0:0:0:0 USc 38 86 isp2 0.0.0.3 213.227.129.137 UH 0 0 isp2 127.0.0.1 127.0.0.1 UH 184 1254 lo0 192.168.0 link#1 UC 4 0 rl0 ... ... ipfw list: 00050 divert 8668 ip from any to any via isp2 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 65000 allow ip from any to any 65535 deny ip from any to any Well.. thats all, i believe. Steven ----- Original Message ----- From: "Alexander Leidinger" To: Cc: Sent: Saturday, March 30, 2002 12:18 PM Subject: Re: Problems using isp devices other then isp0 > On 30 Mär, Steven Looman wrote: > > Hi, > > > > It works, partially... I'm getting ip's, but there is no traffic possible to > > or from the ip I get or the remote ip. > > I've changed all the firewall rules and routing tables, but still nothing. > > Can you try it without a wirewall (firewall_type="OPEN")? > What does "netstat -rn" print while online? And what does the ifconfig > output looks like while online. > > Bye, > Alexander. > > > isp0: flags=8010 mtu 1500 > > inet 0.0.0.0 --> 0.0.0.1 netmask 0xffffffff > > inet6 fe80::220:18ff:fea0:7ae4%isp0 prefixlen 64 scopeid 0xb > > ether 00:00:00:00:00:00 > > isp1: flags=8010 mtu 1500 > > inet6 fe80::220:18ff:fea0:7ae4%isp1 prefixlen 64 scopeid 0xc > > inet 0.0.0.0 --> 0.0.0.2 netmask 0xffffffff > > ether 00:00:00:00:00:00 > > isp2: flags=8010 mtu 1500 > > inet6 fe80::220:18ff:fea0:7ae4%isp2 prefixlen 64 scopeid 0xd > > inet 0.0.0.0 --> 0.0.0.3 netmask 0xffffffff > > ether 00:00:00:00:00:00 > > > > I really don't know what it is, I've tried lost of things. > > > > Steven > > > > ----- Original Message ----- > > From: "Alexander Leidinger" > > To: > > Cc: > > Sent: Sunday, March 24, 2002 1:37 PM > > Subject: Re: Problems using isp devices other then isp0 > > > > > >> 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--- > > -- > I believe the technical term is "Oops!" > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message