mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication metadata
This commit is contained in:
parent
c5b2488589
commit
9bf7cfb744
14 changed files with 82 additions and 64 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: "DHCP for Raspberry Pi"
|
||||
date: 2021-02-15T22:46:21-05:00
|
||||
date: 2021-02-16 03:46:21
|
||||
draft: false
|
||||
tags: ["Networking"]
|
||||
medium_enabled: true
|
||||
medium_post_id: 8c13511f5b45
|
||||
tags:
|
||||
- Networking
|
||||
title: DHCP for Raspberry Pi
|
||||
---
|
||||
|
||||
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`.
|
||||
|
@ -55,5 +57,4 @@ dhcp-range=192.168.0.50,192.168.0.150,12h
|
|||
# Enable DHCPv6. Note that the prefix-length does not need to be specified
|
||||
# and defaults to 64 if missing/
|
||||
#dhcp-range=1234::2, 1234::500, 64, 12h
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue