Jun 15, 2025, 11:47 AM
This commit is contained in:
14
homelab.md
14
homelab.md
@ -28,13 +28,18 @@
|
||||
|
||||
### Home auth
|
||||
|
||||
## Hardware
|
||||
|
||||
* Mikrotik CSS318-16G-2S+IN
|
||||
* [manual](https://help.mikrotik.com/docs/spaces/SWOS/pages/76415036/CRS3xx+and+CSS326-24G-2S+series+Manual#CRS3xxandCSS32624G2S+seriesManual-LAG)
|
||||
|
||||
## Network
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
internet((Internet))<-->nest_wifi_pro(Nest Wifi Pro);
|
||||
nest_wifi_pro<-->microtik;
|
||||
microtik<==>LACP(LACP/VLAN trunk);
|
||||
nest_wifi_pro<-->mikrotik;
|
||||
mikrotik<==>LACP(LACP/VLAN trunk);
|
||||
LACP<-->vlan86;
|
||||
LACP<-->vlan200;
|
||||
vlan86<-->proxmox_eth0[eth0]<-->proxmox;
|
||||
@ -110,3 +115,8 @@ graph LR;
|
||||
* 192.168.200.102
|
||||
* `proxmox3.hh.lan`
|
||||
* 192.168.200.103
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[2025-06-15]: 2025-06-15.md "2025-06-15"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
Reference in New Issue
Block a user