User Tools

Site Tools


network

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network [2009/10/21 02:00] suapapanetwork [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 13: Line 13:
 iperf -s iperf -s
 iperf -c <server name> iperf -c <server name>
 +</code>
 +====== 랜카드 설정 속도 검사 및 수정 ======
 +<code bash>
 +$ sudo ethtool eth0
 +Settings for eth0:
 + Supported ports: [ TP ]
 + Supported link modes:   10baseT/Half 10baseT/Full 
 +                         100baseT/Half 100baseT/Full 
 +                         1000baseT/Half 1000baseT/Full 
 + Supports auto-negotiation: Yes
 + Advertised link modes:  10baseT/Half 10baseT/Full 
 +                         100baseT/Half 100baseT/Full 
 +                         1000baseT/Half 1000baseT/Full 
 + Advertised auto-negotiation: Yes
 + Speed: 100Mb/s
 + Duplex: Full
 + Port: Twisted Pair
 + PHYAD: 0
 + Transceiver: internal
 + Auto-negotiation: on
 + Supports Wake-on: pg
 + Wake-on: d
 + Current message level: 0x000000ff (255)
 + Link detected: yes
 +$ ethtool -s eth0 speed 1000 duplex full
 </code> </code>
  
 ====== references ====== ====== references ======
   *[[http://images.google.co.kr/images?hl=ko&client=firefox-a&rls=com.ubuntu%3Ako-KR%3Aunofficial&um=1&newwindow=1&sa=3&q=gigabit+crosscable&btnG=%EC%9D%B4%EB%AF%B8%EC%A7%80+%EA%B2%80%EC%83%89|gigabit crosscable]]   *[[http://images.google.co.kr/images?hl=ko&client=firefox-a&rls=com.ubuntu%3Ako-KR%3Aunofficial&um=1&newwindow=1&sa=3&q=gigabit+crosscable&btnG=%EC%9D%B4%EB%AF%B8%EC%A7%80+%EA%B2%80%EC%83%89|gigabit crosscable]]
network.1256090449.txt.gz · Last modified: 2013/08/03 05:04 (external edit)