User Tools

Site Tools


network

Differences

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

Link to this comparison view

Next revision
Previous revision
network [2009/10/20 16:14] – created suapapanetwork [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 랜카드 이름 매칭 ======
 +/etc/udev/rules.d/70-persistant-net
 +<code bash>
 +# PCI device 0x11ab:0x4362 (sky2)
 +SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:f2:1b:12:98", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
 +
 +# PCI device 0x10ec:0x8139 (8139too)
 +SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:fc:08:95:41", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
 +</code>
 ====== speed test ====== ====== speed test ======
 using iref using iref
Line 4: 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.1256055293.txt.gz · Last modified: 2013/08/03 05:04 (external edit)