fp@1745: ------------------------------------------------------------------------------- fp@1745: fp@1745: $Id$ fp@1745: fp@1745: This file shall give additional information on how to set up a network fp@1745: environment with Ethernet-over-EtherCAT devices. fp@1745: fp@1745: A virtual network interface will appear for every EoE-capable slave. The fp@1745: interface naming scheme is eoeXsY, where X is the master index and Y is the fp@1745: slave's ring position. Please provide a network configuration file for any of fp@1745: these interfaces. On SUSE systems, these can look like the following: fp@1745: fp@1745: /etc/sysconfig/network/ifcfg-eoe0s14: fp@1745: IPADDRESS=10.0.0.14/8 fp@1745: STARTMODE=auto fp@1745: fp@1745: This will tell the ifupd to configure and open the device after it appears. fp@1745: fp@1745: If the interfaces shall be part of a network bridge, the IPADDRESS line is not fp@1745: necessary. Instead, copy the file script/ifup-eoe.sh to your systems if-up.d fp@1745: directory (on SUSE, this is /etc/sysconfig/network/if-up.d), and customize the fp@1745: included variables. fp@1745: fp@1745: -------------------------------------------------------------------------------