This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 ... |
OlderNewer