Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblem solved... Simply change eth1 device to eth0. Seems like Quartus assumes you always have a device no eth0.
From SuSE 11.3 terminal as root user:# rcnetwork stop# vim /etc/udev/rules.d/70-persistent-net.rules
Changed the device name to "eth0" in this file. Reboot and done! Hope this helps others... -J