ifconfig – NIC capabilities / functions

find out what is the capability of an network interface, e.g. :

ifconfig -m vr0

configure / set media types of a NIC, e.g :

ifconfig vr0 media 100baseTX
ifconfig vr0 media autoselect

Related posts:

  1. Configure IPV6 on Apple and Windows Do you have IPV6 network ready in your office? Lets...
  2. Change NIC characteristic in linux For some reason, my debian box does not enable my...
  3. OURMON Installation and Configuration on FreeBSD 7 with Multi-threading Support OURMON is popular known as open source Network Monitoring and...
  4. Network Time Protocol Sync with External Server on Windows Server configure / set network time server : net time /setsntp:0.pool.ntp.org...

Leave a Reply