Date: Sat, 30 Mar 2002 12:04:39 +0100 From: "Steven Looman" <fsteevie@wish.net> To: "Alexander Leidinger" <Alexander@Leidinger.net> Cc: "ISDN Mailinglist" <freebsd-isdn@FreeBSD.ORG> Subject: Re: Problems using isp devices other then isp0 Message-ID: <000b01c1d7da$b0dd4ca0$0200a8c0@coyote> References: <200203241237.g2OCb9iH001274@Magelan.Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
isp0: flags=8010<POINTOPOINT,MULTICAST> 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<POINTOPOINT,MULTICAST> 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<POINTOPOINT,MULTICAST> 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" <Alexander@Leidinger.net>
To: <fsteevie@wish.net>
Cc: <freebsd-isdn@FreeBSD.ORG>
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<POINTOPOINT,LINK1,MULTICAST> mtu 1500
> inet 0.0.0.0 --> 0.0.0.2 netmask 0xffffff00
> ether 00:00:00:00:00:00
> isp1: flags=a010<POINTOPOINT,LINK1,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c1d7da$b0dd4ca0$0200a8c0>
