[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with media/mediaopt Called from /etc/netstart



On Sun, May 02, 2004 at 02:49:48PM -0500, vxla@nxio.us wrote:
> I have recently been trying to set all my hosts to their maximum
> speed. We have a few machines with a fxp0/sis0/bge0 connected to a 
> Cisco 3570 switch. All switch ports for these interfaces are set to
> 100, full-duplex (1000/full-duplex for the interfaces connected to
> the bge cards).
> 
> Using a hostname.if as listed here, things work fine...
> 
> $ cat hostname.fxp0
> inet 10.10.10.10 netmask 255.255.128.0 NONE
> 
> However, if I try and force interfaces in the hostname.if files to
> the following, I get errors...
> 
> $ cat hostname.sis0
> inet 172.16.0.8 netmask 255.255.255.128 media 100baseTX media-opt full-duplex

"media" isn't a valid broadcast address.  You still need the NONE in
there before the extra options.  You already know about the other 2
mistakes obviously.

But apart from that, I would recommend you just leave them on autodetect on
both the switch and the openbsd machines.  Do your job on assuming the
person who will take over after you is a violent person who knows where
you live.

Adam