Hello!
I need change duplex on my FreeBSD to full-duplex.
Any help please?
I need change duplex on my FreeBSD to full-duplex.
Code:
FreeBSD 10.3-RELEASE (FreeNAS.amd64) #0 52dd777(freebsd10):
[root@freenas] ~# ifconfig ix0
ix0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: connected to SW-OKA (Te1/0/1)
options=e407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether a0:36:9f:94:af:68
inet 192.168.0.240 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (Unknown <rxpause,txpause>)
status: active
[root@freenas] ~# dmesg | grep ix0
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
ix0: link state changed to DOWN
ix0: link state changed to UP
[root@freenas] ~#
[root@freenas] ~# ifconfig ix0 media 10Gbase < full-duplex >
Missing name for redirect.
[root@freenas] ~#
[root@freenas] ~# ifconfig ix0 media 10Gbase-SR < full-duplex >
Missing name for redirect.
[root@freenas] ~# ifconfig ix0 192.168.0.240 netmask 255.255.255.0 media 10Gbase-SR < full-duplex >
Missing name for redirect.
[root@freenas] ~#