Forum Discussion
Altera_Forum
Honored Contributor
9 years agoAre you running on Linux? The network interface needs to be named eth0. If you have a reasonably new Linux distro it is probably named something like enp0 (check by e.g. typing "ip link show" in a terminal), but you can create a virtual network interface with the name eth0 with the MAC (also called NIC) adress that is specified in your license file:
sudo ip tuntap add dev eth0 mode tap
sudo ip link set dev eth0 address <your mac address>