Jun 15, 2025, 11:47 AM
This commit is contained in:
14
homelab.md
14
homelab.md
@ -28,13 +28,18 @@
|
|||||||
|
|
||||||
### Home auth
|
### 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
|
## Network
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD;
|
graph TD;
|
||||||
internet((Internet))<-->nest_wifi_pro(Nest Wifi Pro);
|
internet((Internet))<-->nest_wifi_pro(Nest Wifi Pro);
|
||||||
nest_wifi_pro<-->microtik;
|
nest_wifi_pro<-->mikrotik;
|
||||||
microtik<==>LACP(LACP/VLAN trunk);
|
mikrotik<==>LACP(LACP/VLAN trunk);
|
||||||
LACP<-->vlan86;
|
LACP<-->vlan86;
|
||||||
LACP<-->vlan200;
|
LACP<-->vlan200;
|
||||||
vlan86<-->proxmox_eth0[eth0]<-->proxmox;
|
vlan86<-->proxmox_eth0[eth0]<-->proxmox;
|
||||||
@ -110,3 +115,8 @@ graph LR;
|
|||||||
* 192.168.200.102
|
* 192.168.200.102
|
||||||
* `proxmox3.hh.lan`
|
* `proxmox3.hh.lan`
|
||||||
* 192.168.200.103
|
* 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