Description: To modify the linux to machine bind to static IP address. the example is for raspberry pi, but similar skills works for the other linux.
Edit /etc/dhcpcd.conf and then append below line at end
interface eth0 # for raspberry pi eth0 refers to ethernet port, wlan refers to wifi
static ip_address={ip}/{subnet mast}
static routers={router ip}
static domain_name_servers={dns server}
Page:
Page:
Page: