VAR-SOM-AM33 GBIT Ethernet

From Variscite Wiki
Revision as of 12:37, 22 December 2015 by Admin (talk | contribs) (Created page with "= Gbit Ethernet = On Target: First, enable the eth1 Gbit ethernet interface: <pre>$ ifconfig eth1 up $ udhcpc -i eth1 </pre> To test the performance of the interface, please...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gbit Ethernet

On Target:

First, enable the eth1 Gbit ethernet interface:

$ ifconfig eth1 up
$ udhcpc -i eth1

To test the performance of the interface, please type the following on the target:

$ ifconfig
$ iperf -s -u

On Host:

$ iperf -c 192.168.1.189 -u -b400M