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 "[EMAIL PROTECTED]"


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
[EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to