https:///weradocs/Linux_Network.shtml Last update:

Wera Linux Configuration - Network

There should be two ethernet ports installed on the Linux host:

Interface    IP address      network mask
eth0:        134.100.83.1    255.255.0.0   (or whatever you need)

eth1:        192.168.0.254   255.255.255.0
             hostname: vxwhost
             no routing activated

The configuration of eth1 is essential for the communication to the CL7. You can check the actual network communication with:

ifmwera2:~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 00:E0:81:23:4E:FC
          inet addr:134.100.83.21  Bcast:134.100.83.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:81ff:fe23:4efc/10 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:554600 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2354 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:111385754 (106.2 Mb)  TX bytes:539673 (527.0 Kb)
          Interrupt:3 Base address:0x1800

eth1      Link encap:Ethernet  HWaddr 00:E0:81:23:4E:FD
          inet addr:192.168.0.254  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:81ff:fe23:4efd/10 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1697806 errors:0 dropped:0 overruns:0 frame:0
          TX packets:331215 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:2375150434 (2265.1 Mb)  TX bytes:49785131 (47.4 Mb)
          Interrupt:11 Base address:0x1880

BACK


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)