Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 372 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 372 Bytes

etherip

EtherIP(RFC3378) for Linux

Confirmed to work with NEC UNIVERGE IX series

install

make
sudo make install

Usage

etherip -h

// example
sudo ip tuntap add mode tap dev tap0
sudo ip link set up dev tap0
sudo ip addr add 192.168.1.2/24 dev tap0
sudo etherip ipv4 dst 10.10.10.1 src 192.168.10.2 tap tap0

uninstall

sudo make remove