-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added networking page - minor edit to resin printers
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Networking | ||
|
||
## Overview | ||
|
||
We have two DHCP servers and 3 WiFi SSIDS. | ||
|
||
### Wifi: | ||
|
||
- synshop - 10.0.40.x range | ||
- synshop_unfiltered - 10.0.50.x range | ||
- synshop_hostile - 10.0.60.x range | ||
|
||
### DHCP: | ||
|
||
- 10.0.40.x range - Managed by PiHole, with static leases for infrastructure devices and 24hr dhcp leases for users. This network uses PiHole for DNS | ||
- 10.0.50/60.x range - Managed by the Router, both will bypass the DNS of PiHole using their own DNS | ||
|
||
### IP info | ||
|
||
All IP addresses are tracked in a spreadsheet, and can be found int he tech-team discord channel. |
This file contains 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