User Tools

Site Tools


network

This is an old revision of the document!


랜카드 이름 매칭

/etc/udev/rules.d/70-persistant-net

# 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"

speed test

using iref

iperf -s
iperf -c <server name>

references

network.1256090449.txt.gz · Last modified: 2013/08/03 05:04 (external edit)