> I would like to know if this command 'ifconfig fxp0 media 100baseTX mediaopt
> full-duplex' remains effective even after reboots.
> And, how can I set full-duplex option for a particular interface while it is
> initializing at boot time ?
> 

No, it won't survive a cold start, 
and I doubt it would survive a reboot. 

In /etc/rc.conf, you should append
" media 100baseTX mediaopt full-duplex" 
to your existing ifconfig_fxp0.

example:

ifconfig_fxp0="inet a.b.c.d netmask w.x.y.z media 100baseTX mediaopt full-duplex"

If this is a DHCP interface, then it might be
best to add the media settings to either 
rc.local, or to /etc/start_if.fxp0

--daxbert

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to