Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
bsd [2006/07/06 12:58]
a working with vlans
bsd [2006/08/25 11:54]
a
Line 5: Line 5:
  
 ==== Network stuff ==== ==== Network stuff ====
 +**Forcing link speed**
  
-**working with routes**+   ifconfig em0 media 100BaseFX mediaopt full-duplex 
 + 
 +^parameter^description^ 
 +|**autoselect**|Enables auto-negotiation for speed and duplex.| 
 +|**10baseT/UTP**|Sets 10Mbps operation.  Use the mediaopt option to select            full-duplex mode.| 
 +|**100baseTX**|Sets 100Mbps operation.  Use the mediaopt option to select                full-duplex mode.| 
 +|**1000baseSX**|Sets 1000Mbps operation.  Only full-duplex mode is supported                  at this speed.| 
 +|**1000baseTX**|Sets 1000Mbps operation.  Only full-duplex mode is supported                  at this speed.| 
 +|**full-duplex**|Forces full-duplex operation| 
 +|**half-duplex**|Forces half-duplex operation.| 
 + 
 +**working with routes (print routing table)**
    netstat -rn    netstat -rn
  
bsd.txt · Last modified: 2010/06/08 13:50 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready