mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Adding tags
This commit is contained in:
parent
43f257d090
commit
ed43dcbe89
43 changed files with 46 additions and 41 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "DHCP for Raspberry Pi"
|
||||
date: 2021-02-15T22:46:21-05:00
|
||||
draft: false
|
||||
tags: []
|
||||
tags: ["Networking"]
|
||||
---
|
||||
|
||||
Recently I ran across the use case where I needed a Raspberry Pi to be connected to the Internet via a WiFI connection, while also providing DHCP leases through an Ethernet connection. I couldn't find a great way to achieve this with `dhcpcd` so instead I grabbed a tool that I'm more familiar with `dnsmasq`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue