Intel® Arria® 10 SoC UEFI Boot Loader User Guide

ID 683536
Date 12/15/2017
Public
Document Table of Contents

1.7.2. Use a Static IP Address

To use the static IPv4 address configuration for the Ethernet interface, type the following command:
ifconfig -s eth0 static 192.168.0.5 255.255.255.0 192.168.0.1
where the parameters are:
IFCONFIG [-s <Name> dhcp | <static <IP> <Mask> <Gateway>> | <dns <IP>>]
Note: Type help ifconfig for a detailed explanation of the command.