Set up static IP address
If you want to set up static IP address for rescue system, complete the following steps during the booting process:
-
At the GRUB menu, select Recover or Automatic Recover item and press āeā to edit boot options.
-
Append desired network setting in the following format:
ip=<client-ip>:<srv-ip>:<gw-ip>:<netmask>:<host>:<device>:<autoconf> nameserver=<nameserver>
For example:
ip=10.220.83.123::10.220.83.1:255.255.255.0:::off nameserver=10.220.0.10
-
Enter Ctrl-x or F10 to boot.
After booting, ensure that network settings have been applied correctly using ip a command.