Forum Discussion
james57
Occasional Contributor
3 years agoSetting static Ip and MAC address - Stratix 10
Hi all, I am wondering how to set a static IP and MAC address for the Stratix 10 SX on boot such that it remains static after power cycles. Is this possible and if so how can it be configured? ...
paveetirrasrie_Altera
Frequent Contributor
3 years agoHi James,
It is possible through Linux. "ifconfig" command give the details to all ethernet available.
For an example:
ifconfig eth0 192.168.1.2 up >> This will set static IP
ifconfig eth0 hw ether 02:5d:6c:e8:8d:b2 >> This will set static MAC