Changed folder structure; added authelia config files
This commit is contained in:
39
homelab/mikrotik/config.toml
Normal file
39
homelab/mikrotik/config.toml
Normal file
@ -0,0 +1,39 @@
|
||||
net_interface = "eth0"
|
||||
|
||||
[devices]
|
||||
|
||||
[devices."B0:22:7A:91:01:CB"]
|
||||
description = "HP Printer"
|
||||
origin_pool = 10
|
||||
shared_pools = [30]
|
||||
|
||||
[devices."48:A6:B8:A5:BC:7E"]
|
||||
description = "Sonos One #1"
|
||||
origin_pool = 10
|
||||
shared_pools = [30]
|
||||
|
||||
[devices."48:A6:B8:A5:BB:7C"]
|
||||
description = "Sonos One #2"
|
||||
origin_pool = 10
|
||||
shared_pools = [30]
|
||||
|
||||
[devices."48:A6:B8:B0:4C:80"]
|
||||
description = "Sonos Arc"
|
||||
origin_pool = 10
|
||||
shared_pools = [30]
|
||||
|
||||
[devices."F0:B3:EC:05:48:3D"]
|
||||
description = "Apple TV"
|
||||
origin_pool = 10
|
||||
shared_pools = [30]
|
||||
|
||||
[vlan]
|
||||
|
||||
[vlan.10]
|
||||
ip_source = "10.10.10.2"
|
||||
|
||||
[vlan.20]
|
||||
ip_source = "10.10.20.2"
|
||||
|
||||
[vlan.30]
|
||||
ip_source = "10.10.30.2"
|
||||
Reference in New Issue
Block a user