Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2001 22:19:28 -0500
From:      Devin Smith <devin-freebsdquestions@rintrah.org>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re(2): two nics on 1 subnet
Message-ID:  <20011106031928.16163@mail.rintrah.org>
In-Reply-To: <Pine.GSO.4.33.0111051832190.27038-100000@corten8.billschoolcraft.com>
References:  <Pine.GSO.4.33.0111051832190.27038-100000@corten8.billschoolcraft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[snip]

>devin-->fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>devin-->        inet 10.0.0.5 netmask 0xffffff00 broadcast 10.0.0.255
>devin-->        inet6 fe80::290:27ff:fe30:a16e%fxp0 prefixlen 64 scopeid 0x1
>devin-->        atalk 65280.195 range 0-65534 phase 2 broadcast 0.255
>devin-->        ether 00:90:27:30:a1:6e
>devin-->        media: autoselect (100baseTX <full-duplex>) status: active
>devin-->        supported media: autoselect 100baseTX <full-duplex> 100baseTX
>devin-->10baseT/UTP <full-duplex> 10baseT/UTP
>devin-->de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>devin-->        inet6 fe80::200:94ff:fea1:6e29%de0 prefixlen 64 scopeid 0x2
>devin-->        inet 10.0.0.15 netmask 0xffffffff broadcast 10.0.0.15
>devin-->        ether 00:00:94:a1:6e:29
>devin-->        media: autoselect (10baseT/UTP) status: active
>devin-->        supported media: autoselect 100baseTX <full-duplex> 100baseTX
>devin-->10baseT/UTP <full-duplex> 10baseT/UTP
>devin-->
>
>Hmm, I see some major differences between the netmask and broadcast
>addresses of each nic, is it suppose to be like that ?

yes. I was trying to see if changing the broadcast address of de0 helped.
It didn't. The way I usually run it is with:

fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 10.0.0.5 netmask 0xffffff00 broadcast 10.0.0.255
        inet6 fe80::290:27ff:fe30:a16e%fxp0 prefixlen 64 scopeid 0x1 
        atalk 65280.195 range 0-65534 phase 2 broadcast 0.255
        ether 00:90:27:30:a1:6e 
        media: autoselect (100baseTX <full-duplex>) status: active
        supported media: autoselect 100baseTX <full-duplex> 100baseTX
10baseT/UTP <full-duplex> 10baseT/UTP
de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::200:94ff:fea1:6e29%de0 prefixlen 64 scopeid 0x2 
        inet 10.0.0.15 netmask 0xffffff00 broadcast 10.0.0.255
        ether 00:00:94:a1:6e:29 
        media: autoselect (10baseT/UTP) status: active
        supported media: autoselect 100baseTX <full-duplex> 100baseTX
10baseT/UTP <full-duplex> 10baseT/UTP

which gets the same errors.



--devin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011106031928.16163>