Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2005 17:33:30 -0700
From:      Sean Murphy <smurphy@calarts.edu>
To:        dave <dmehler26@woh.rr.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: two dc cards on 5.4
Message-ID:  <42FA9CDA.1080504@calarts.edu>
In-Reply-To: <42FA9AE9.3040003@calarts.edu>
References:  <000501c59e02$6ceece00$0200a8c0@satellite>	<42FA92B5.30800@calarts.edu>	<000701c59e06$9fbfd9b0$0200a8c0@satellite> <42FA9AE9.3040003@calarts.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Sean Murphy wrote:
> dave wrote:
> 
>> Hi,
>>     Thanks for your reply. I'll give that a shot. My problem is the 
>> dc0 card
>> gets it's ip via dhcp, can i still use media and mediaopt with dhcp?
>> Thanks.
>> Dave.
>>
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to 
>> "freebsd-questions-unsubscribe@freebsd.org"
>>
> 
> try this in your rc.conf
> 
> ifconfig_dc0="DHCP"
> ifconfig_dc0="100baseTX mediaopt full-duplex"
> 
> ifconfig_dc1="DHCP"
> ifconfig_dc1="100baseTX mediaopt full-duplex"
> 
> 

*Correction*

ifconfig_dc0="DHCP"
ifconfig_dc0="media 100baseTX mediaopt full-duplex"

ifconfig_dc1="DHCP"
ifconfig_dc1="media 100baseTX mediaopt full-duplex"

-- 
Sean Murphy
Senior Network Technician
California Institute of the Arts
661-253-7732
smurphy@calarts.edu



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