README.EoE
changeset 785 c7e600cd2812
parent 703 daaa2e8ae232
child 1327 4d179b06dd3c
equal deleted inserted replaced
784:0a0994fdafb8 785:c7e600cd2812
     4 
     4 
     5 This file shall give additional information on how to set up a network
     5 This file shall give additional information on how to set up a network
     6 environment with Ethernet-over-EtherCAT devices.
     6 environment with Ethernet-over-EtherCAT devices.
     7 
     7 
     8 A virtual network interface will appear for every EoE-capable slave. The
     8 A virtual network interface will appear for every EoE-capable slave. The
     9 interface naming scheme is eoeXsY, where X is the master index and Y is the
     9 interface naming scheme is either eoeXsY, where X is the master index and Y is
    10 slave's ring position. Please provide a network configuration file for any of
    10 the slave's ring position, or (if the slave has an alias set) eoeXaZ, where Z
    11 these interfaces. On SUSE systems, these can look like the following:
    11 is the (decimal) alias address. Please provide a network configuration file for
       
    12 any of these interfaces. On SUSE systems, these can look like the following:
    12 
    13 
    13 /etc/sysconfig/network/ifcfg-eoe0s14:
    14 /etc/sysconfig/network/ifcfg-eoe0s14:
    14 IPADDRESS=10.0.0.14/8
    15 IPADDRESS=10.0.0.14/8
    15 STARTMODE=auto
    16 STARTMODE=auto
    16 
    17