Re: [etherlab-users] Open source virtual Linux Ethercat Slave

2012-11-25 Thread babbittner
I'm attempting to run multiple virtual slaves on one host. I setup a TUN/TAP interface via tunctl named tap0. Then I issued the commands: ./ecslave tap0 ./ecslave eth0 tap0 but I get a message the tap0 interface is LINK DOWN. Possibly I'm misusing the TUN/TAP virtual interfaces?

Re: [etherlab-users] Open source virtual Linux Ethercat Slave

2012-11-25 Thread Raz Ben Yehuda
On Mon, 2012-11-26 at 02:35 +0100, babbitt...@aol.com wrote: I'm attempting to run multiple virtual slaves on one host. I setup a TUN/TAP interface via tunctl named tap0. Then I issued the commands: ./ecslave tap0 ./ecslave eth0 tap0 but I get a message the tap0 interface is LINK DOWN.