Skip to content

Instantly share code, notes, and snippets.

View mckartha's full-sized avatar

Mohan Kartha mckartha

View GitHub Profile
### This gist is a set of notes from this blog post: https://sureshjoshi.com/development/raspberry-pi-wifi-to-ethernet-bridge
###
### NOTE: This is not a ruanable script - it is strictly a breakdown of the snippets from the blog article, not an automated script.
### For automation, refer to the Ansible role
###
### Some sets of commands below have been added to allow specific blocks to be copied and run at the command-line
### Setup a Static IP
## Original instructions to set up a static IP address for the ethernet eth0 interface ...