Christian Helmuth 4febaff66e netperf: netperf w/ static ip address on linux
The netperf test configures the target Genode system for with
10.0.2.55/24. Also, nic_drv on base-linux uses the virtual ethernet
device 'tap0', which must be configured for the test user and network
address 10.0.2.1/24 on the test host like follows.

  tunctl -t tap0 -u <user running test>
  ip address add 10.0.2.1/24 dev tap
  ip link set tap0 up
2013-09-06 15:05:38 +02:00
..
2013-08-13 17:27:40 +02:00
2013-02-19 14:45:55 +01:00
2012-08-22 09:51:22 +02:00
2013-08-22 15:13:12 +02:00
2013-08-22 11:33:10 +02:00
2013-08-22 11:33:10 +02:00
2013-08-22 11:33:10 +02:00
2013-08-22 11:33:10 +02:00
2013-09-05 12:28:48 +02:00