Open a window and type this:
man dhcpcd.conf[ENTER]
When a window like
Code: Select all
DHCPCD.CONF(5) BSD File Formats Manual DHCPCD.CONF(5)
NAME
dhcpcd.conf — dhcpcd configuration file
DESCRIPTION
Although dhcpcd can do everything from the command line, there are cases
where it's just easier to do it once in a configuration file. Most of
the options found in dhcpcd(8) can be used here. The first word on the
line is the option and the rest of the line is the value. Leading and
trailing whitespace for the option and value are trimmed. You can escape
characters in the value using the \ character.
Blank lines and lines starting with # are ignored.
Here's a list of available options:
allowinterfaces pattern
When discovering interfaces, the interface name must match
pattern which is a space or comma separated list of patterns
passed to fnmatch(3). If the same interface is matched in
denyinterfaces then it is still denied.
Manual page dhcpcd.conf(5) line 1 (press h for help or q to quit)
appears type:
/static [ENTER] n [ENTER] n [ENTER]
By
[ENTER] I mean the big enter key on your keyboard.