andre silva escreveu:
> Obrigado mano, me dgia so mais uma coisa, onde vc encontrou informacoes
> sobre esta opcao, pois no man ifconfig nao consta. Desde de ja agradeco pela
> atencao.
>
>
>
>> From: FreeBSD® Hack <[EMAIL PROTECTED]>
>> Reply-To: Lista Brasileira de Discussão sobre FreeBSD (FUG-BR)
>> <[email protected]>
>> To: "Lista Brasileira de Discussão sobre FreeBSD (FUG-BR)"
>> <[email protected]>
>> Subject: Re: [FUG-BR] Velocidade placa de rede
>> Date: Tue, 02 May 2006 15:48:02 -0300
>>
>> andre silva escreveu:
>>
>>> Ola a todos!! alguem poderia informar como abaixar a velocidade da placa
>>>
>> de
>>
>>> rede para 10 half duplex?? estou usando a sintaxe abaixo, porem esta
>>>
>> ficando
>>
>>> em full duplex.
>>> "ifconfig_interface inet 10.0.0.2 netmask 255.255.255.0 media
>>>
>> 10baseT/UDP"
>>
>>> _______________________________________________
>>> freebsd mailing list
>>> [email protected]
>>> https://www.fug.com.br/mailman/listinfo/freebsd
>>>
>>>
>>>
>>>
>> Assim é full duplex:
>> ifconfig hme0 media 100baseTX mediaopt full-duplex
>>
>> Assim é Half Duplex
>> ifconfig hme0 media 100baseTX -mediaopt full-duplex
>>
>>
>> Note o "-" menos antes do mediaopt
>>
>> no seu caso seria:
>>
>> ifconfig_interface inet 10.0.0.2 netmask 255.255.255.0 media 10baseT/UDP
>> -mediaopt full-duplex
>>
>>
>>
>> Fui!!!
>> _______________________________________________
>> freebsd mailing list
>> [email protected]
>> https://www.fug.com.br/mailman/listinfo/freebsd
>>
>
>
> _______________________________________________
> freebsd mailing list
> [email protected]
> https://www.fug.com.br/mailman/listinfo/freebsd
>
>
>
No proprio MAN do ifconfig
man ifconfig
mediaopt opts
If the driver supports the media selection system, set the
speci-
fied media options on the interface. The opts argument is a
comma delimited list of options to apply to the interface.
Refer
to the interfaces' driver specific man page for a complete list
of available options.
-mediaopt opts
If the driver supports the media selection system, disable the
specified media options on the interface.
Fui!
_______________________________________________
freebsd mailing list
[email protected]
https://www.fug.com.br/mailman/listinfo/freebsd