Evan Harmon - Memex

Set Static IP Address on Linux

Something like

vi /etc/dhcpcd.conf

interface wlan0
static_routers=192.168.1.1
static domain_name_servers=192.168.1.1
static ip_address=192.168.1.121/24
Set Static IP Address on Linux
Interactive graph
On this page
Set Static IP Address on Linux
Something like