This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
date: 2025-4-02
|
||||
updated: 2025-4-03
|
||||
author: "Michael Housh"
|
||||
tags: network, infrastructure
|
||||
---
|
||||
@@ -53,12 +54,15 @@ This is the network where all the VoIP phones are on. It is considered
|
||||
|
||||
This is the network where all IoT (internet of things) devices are. This is
|
||||
considered an "untrusted" network and communications with other networks are
|
||||
minimized to what is actually needed to work.
|
||||
minimized to what is actually needed to work. This network is not able to
|
||||
communicate with the internet, because these devices are made by so many
|
||||
different companies with unknown intentions, this adds an extra layer of
|
||||
security by ensuring all communications are internal to our networks.
|
||||
|
||||
The exception to items placed on the IoT network is "apple" specific devices,
|
||||
The exception to items placed on the IoT network are "apple" specific devices,
|
||||
such as home-pods and apple-tv because there are network challenges with these
|
||||
devices operating properly when placed on the IoT network (which may be resolved
|
||||
in the future).
|
||||
devices operating properly when placed on the IoT network, such as airdrop and
|
||||
screen casting (which may be resolved in the future).
|
||||
|
||||
## Firewall
|
||||
|
||||
@@ -72,9 +76,9 @@ from communicating with other networks or the internet.
|
||||
|
||||
## DNS
|
||||
|
||||
DNS is what translates IP addresses to domain names (i.e. `po.housh.dev` ->
|
||||
`192.168.50.6`). This is managed by the unifi management console and is accessed
|
||||
via `Settings -> Routing -> DNS`.
|
||||
DNS is what translates IP addresses to domain names (i.e.
|
||||
`po.housh.dev -> 192.168.50.6`). This is managed by the unifi management console
|
||||
and is accessed via `Settings -> Routing -> DNS`.
|
||||
|
||||
We primarily use wildcard records, which allow the actual routing to be handled
|
||||
by the servers to the correct service.
|
||||
|
||||
Reference in New Issue
Block a user