Skip to content

Instantly share code, notes, and snippets.

View mckartha's full-sized avatar

Mohan Kartha mckartha

View GitHub Profile
### NOTE: This is strictly a breakdown of the snippets from the blog article, not an automated script.
### For automation, refer to the Ansible role
### Setup a Static IP
nano /etc/dhcpcd.conf
# Add these fields with your desired IP address
> interface eth0
> static ip_address=10.10.10.1/24
> static routers=10.10.10.0