| Summary: | The system doesn't get connects on one of his addreses. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Donskoy V. <dvb> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | dvb |
| Priority: | Normal | ||
| Version: | 4.3-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Donskoy V.
2001-07-06 11:50:01 UTC
On Fri, Jul 06, 2001 at 02:42:50PM +0400, Donskoy V. wrote:
>
> >Number: 28768
> >Category: kern
> >Synopsis: The system doesn't get connects on one of his addreses.
> >Originator: Donskoy V.
> >Release: FreeBSD 4.3-STABLE i386
> >Organization:
> VSPU
> >Environment:
> System: FreeBSD bsd.vspu.ru 4.3-STABLE FreeBSD 4.3-STABLE #3: Thu May 17 16:36:47 MSD 2001 root@bsd.vspu.ru:/usr/src/sys/compile/VSPU i386
> Network card: Intel EtherExpress 100+, Allied Telesyn AT-2500TX (on Realtek 8139).
>
> >Description:
>
> We have router on FreeBSD 4.3-stable with 2 network cards (IP only).
> The networks are divided on two parts: one card (fxp0) has addreses from
> 1 to 126, the other card (rl0) has addreses from 129 to 254. The first
> interface has address .2, the second card has .129.
>
> fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
> inet xxx.xxx.xxx.129 netmask 0xffffff80 broadcast xxx.xxx.xxx.127
> ether 00:a0:c9:6e:dc:80
> media: autoselect (100baseTX <full-duplex>) status: active
> supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 100baseTX <hw-loopback>
> rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
Are you sure that the broadcast address should be .127, and not e.g. .255?
I think that the broadcast address should fall within the netblock
specified by the address and the netmask. .127 is definitely not within
the upper 128 addresses of the /24 block, as specified by an IP address
of .129 and a netmask of 0xffffff80.
G'luck,
Peter
--
.siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI
I attempted all cases - 255 and 127 too. Now it is not working with .255 broadcast address. And I wrote that if I load old kernel, then all work nice, so problem in kernel! Thank you, V.Donskoy. Hi, Is it still a problem with recent FreeBSD releases? -- Maxim Konovalov State Changed From-To: open->closed Feedback timeout. |