-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: remove redundant whitespace and migrate to callouts
- Loading branch information
Showing
9 changed files
with
91 additions
and
156 deletions.
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
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
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 |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
|
||
## Setup | ||
|
||
The firewall is set up using the personal setup type, using the [email protected] account (stored in pwsafe | ||
The firewall is set up using the personal setup type, using the [email protected] account (stored in `pwsafe` | ||
|
||
2FA is stored on the same device as the Github 2FA code. | ||
|
||
### Automatic Updates | ||
|
@@ -17,44 +18,34 @@ We have a 10 GB/s link to DCU's core. | |
|
||
### Users | ||
|
||
The current elected admins should all have access to the rbadmin account on the firewall. Rootholders **should not** have | ||
access to the firewall unless they are explicity granted access. | ||
The current elected admins should all have access to the rbadmin account on the firewall. Rootholders **should not** have access to the firewall unless they are explicity granted access. | ||
|
||
The owner account of the unifi equipment is `rbadmins` (email: [email protected]) with the password stored | ||
in pwsafe under `unifi`. | ||
The owner account of the unifi equipment is `rbadmins` (email: [email protected]) with the password stored in pwsafe under `unifi`. | ||
|
||
There is a "super admin" account that can be used for **local access only**, details are stored in pwsafe under | ||
`udmpro-super-admin`. | ||
There is a "super admin" account that can be used for **local access only**, details are stored in pwsafe under `udmpro-super-admin`. | ||
|
||
### Updates | ||
|
||
The UDM Pro should be kept up to date at all times using the web interface. Please ensure there are no breaking changes before | ||
updating. | ||
The UDM Pro should be kept up to date at all times using the web interface. Please ensure there are no breaking changes before updating. | ||
|
||
!!! error | ||
### AUTO UPDATES SHOULD NEVER BE ENABLED! | ||
|
||
This is to prevent a bad update from breaking the UDM Pro and thus the entire network. | ||
If you are confident that Unifi can produce stable updates, you may turn it on, however please let the next admins | ||
know that you have done this (and update these docs with a comment!). | ||
> [!ERROR] AUTO UPDATES SHOULD NEVER BE ENABLED! | ||
> This is to prevent a bad update from breaking the UDM Pro and thus the entire network. | ||
> If you are confident that Unifi can produce stable updates, you may turn it on, however please let the next admins know that you have done this (and update these docs with a comment!). | ||
### Advanced Settings | ||
|
||
SSH is enabled to allow for rollbacks in case of a bad update (I warned you!). | ||
SSH is enabled to allow for rollbacks in case of a bad update *(I warned you!)*. | ||
|
||
Remote access is disabled as it should not be needed, the admin vpn should provide enough access for you. | ||
If it is enabled in future, please update these docs with your reasons. | ||
Remote access is disabled as it should not be needed, the admin [`VPN`](./vpn.md) should provide enough access for you. If it is enabled in future, please update these docs with your reasons. | ||
|
||
### Backups | ||
|
||
Backups are configured to run every week at 1am on a Sunday. 20 backups are stored at a time, therefore storing 20 weeks | ||
of configuration. This should be plenty of time to recover from a bad configuration change. | ||
Backups are configured to run every week at 1am on a Sunday. 20 backups are stored at a time, therefore storing 20 weeks of configuration. This should be plenty of time to recover from a bad configuration change. | ||
|
||
## External Addresses | ||
|
||
`Mordor` is natted when it accesses the Internet. This is because the link address between it and DCU is on a private address. | ||
This natting is used *only* for the UDM pro device itself, not for the 136.206.16.0/24 network, and is to allow the UDM | ||
box itself to access the Internet. | ||
`Mordor` is NATted when it accesses the Internet. This is because the link address between it and DCU is on a private address. | ||
This NATting is used *only* for the UDM pro device itself, not for the `136.206.16.0/24` network, and is to allow the UDM box itself to access the Internet. | ||
|
||
The 136.206.16.0/24 network is routed down to the UDM pro box, within the DCU network. Essentially there is a route in | ||
DCU's network that says "if you want to access 136.206.16.0/24 go to mordor". | ||
The `136.206.16.0/24` network is routed down to the UDM pro box, within the DCU network. Essentially there is a route in DCU's network that says "if you want to access `136.206.16.0/24` go to `mordor`". |
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
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
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
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
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
Oops, something went wrong.