Comments
1- Get rid of legacy 88 stuff.
2 - Your WIFI is very confusing, do you not have an RB4011 with wifi????
It is supposed to have 5 Chains!!
You should be able to assign wlan1- 5ghz, wlan2 - 5ghz, wlan3 - 5ghz, wlan 4- 2ghz, wlan 5- 2ghz or something like that.
Its missing wlans too.
3 - dont forget vlan 5 is home wifi, vlan15 is home wifi devices (in your config you have dropped the word devices from vlan15 entries making the config very confusing.)
4 - Errors also in that you need to apply actual IPs for firewall address lists and one of your firewall address lists is supposed to be an interface list!
/interface bridge
add admin-mac=C4:AD:34:60:85:C1 auto-mac=no name="Home Bridge"
/interface ethernet
set [ find default-name=ether1 ] name="1 - Valerie WAN"
set [ find default-name=ether2 ] name="2 - AdminPC"
set [ find default-name=ether3 ] name="3 - Server"
set [ find default-name=ether4 ] name="4 - Work PC"
set [ find default-name=ether5 ] name="5 - RPi"
set [ find default-name=ether6 ] name="6 - HTPC"
set [ find default-name=ether7 ] name="7 - Synology"
set [ find default-name=ether8 ] name="8 - Printer"
set [ find default-name=sfp-sfpplus1 ] disabled=yes
/interface pppoe-client
add add-default-route=yes disabled=no interface="1 - Valerie WAN" name=\
"PPPoE WAN" service-name="Virgin Mobile PPPoE" user=\
REDACTED@virginmobile.ca
/interface vlan
add interface="Home Bridge" name="AdminPC VLAN101" vlan-id=101
add interface="Home Bridge" name="Google VLAN30" vlan-id=30
add interface="Home Bridge" name="Guest WiFi VLAN40" vlan-id=40
add interface="Home Bridge" name="Home WiFi
??? Devices VLAN15" vlan-id=15
add interface="Home Bridge" name="IoT VLAN50" vlan-id=50
add interface="Home Bridge" name="Printer & Home WiFi VLAN5" vlan-id=5
add interface="Home Bridge" name="Server/Lab VLAN10" vlan-id=10
add interface="Home Bridge" name="Synology & HTPC VLAN20" vlan-id=20
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
]add name=Admin
add name=Internet
(5) Until we get the number of chains resolved not much we can do on wifi................. you need to use all five chains
iotdevices 2ghz, home wifi devices -2ghz home wifi - 5ghz, guest wifi-5ghz, google-5ghz
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
20/40/80mhz-XXXX country=canada disabled=no distance=indoors frequency=\
auto hide-ssid=yes installation=indoor mode=ap-bridge name="Home WiFi" \
secondary-channel=auto security-profile=home ssid="JBHLMH Home 5GHz" \
wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=2ghz-b/g/n channel-width=20/40mhz-eC \
country=canada disabled=no frequency=2452 mode=ap-bridge name="IoT WiFi" \
security-profile=iot ssid="JBHLMH IoT 2GHz" wireless-protocol=802.11 \
wps-mode=disabled
add hide-ssid=yes keepalive-frames=disabled mac-address=76:4D:28:BE:98:0E \
master-interface="IoT WiFi" multicast-buffering=disabled name=\
"Backup IoT WiFi" security-profile=iot ssid="JBHLMH IoT Backup" \
wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
add disabled=no keepalive-frames=disabled mac-address=C6:AD:34:60:85:CD \
master-interface="Home WiFi" multicast-buffering=disabled name=\
"Google WiFi" security-profile=iot ssid="JBHLMH Google 5GHz" \
wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/ip pool
add name="Default Pool" ranges=192.168.88.10-192.168.88.254
add name="Admin Pool" ranges=192.168.101.2-192.168.101.254
add name="Printer & Home WiFi Pool" ranges=192.168.5.1-192.168.5.254
add name="Server Pool" ranges=192.168.10.1-192.168.10.254
add name="Home WiFi Pool" ranges=192.168.15.2-192.168.15.254
add name="Synology and HTPC Pool" ranges=192.168.20.2-192.168.20.254
add name="Google Pool" ranges=192.168.30.2-192.168.30.254
add name="Guest WiFi Pool" ranges=192.168.40.2-192.168.40.254
add name="IoT Pool" ranges=192.168.50.2-192.168.50.254
/ip dhcp-server
add address-pool="Default Pool" disabled=no interface="Home Bridge" name=\
"Default DHCP"
add address-pool="Admin Pool" disabled=no interface="AdminPC VLAN101" name=\
"Admin DHCP"
add address-pool="Printer & Home WiFi Pool" disabled=no interface=\
"Printer & Home WiFi VLAN5" name="Printer & Home WiFi DHCP"
add address-pool="Server Pool" disabled=no interface="Server/Lab VLAN10" \
name="Server DHCP"
add address-pool="Home WiFi
???? (devices) Pool" disabled=no interface="Home WiFi VLAN15" \
name="Home WiFi DHCP"
add address-pool="Synology and HTPC Pool" disabled=no interface=\
"Synology & HTPC VLAN20" name="Synology & HTPC DHCP"
add address-pool="Google Pool" disabled=no interface="Google VLAN30" name=\
"Google DHCP"
add address-pool="Guest WiFi Pool" disabled=no interface="Guest WiFi VLAN40" \
name="Guest WiFi DHCP"
add address-pool="IoT Pool" disabled=no interface="IoT VLAN50" name=\
"IoT DHCP"
/interface bridge port
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="2 - AdminPC" pvid=101
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="3 - Server" pvid=10
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="4 - Work PC" pvid=40
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="5 - RPi" pvid=10
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="6 - HTPC" pvid=20
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="7 - Synology" pvid=20
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="8 - Printer" pvid=5
add bridge="Home Bridge" comment=defconf disabled=yes interface=ether9
add bridge="Home Bridge" comment=defconf disabled=yes interface=ether10
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="Home WiFi
???Devices" pvid=15
add bridge="Home Bridge" comment=defconf frame-types=\
admit-only-untagged-and-priority-tagged interface="IoT WiFi" pvid=50
add bridge="Home Bridge" disabled=yes interface="Backup IoT WiFi" what the heck is this LOL.
add bridge="Home Bridge" frame-types=admit-only-untagged-and-priority-tagged \
interface="Google WiFi" pvid=30
{missing home wifi vlan 5}
{missing guest wifi vlan 40}
/ip neighbor discovery-settings
set discover-interface-list=LAN
6. Yikes, major clean up here........stuff in reds gotta go
/interface bridge vlan
add bridge="Home Bridge" tagged="Home Bridge" untagged="2 - AdminPC,
3 - Server\
,4 - Work PC,5 - RPi,6 - HTPC,7 - Synology,8 - Printer,Home WiFi,Google Wi\
Fi,IoT WiFi" vlan-ids=101
add bridge="Home Bridge" tagged="Home Bridge" untagged=\
"8 - Printer,Home WiFi,
1 - Valerie WAN" vlan-ids=5
add bridge="Home Bridge" tagged="Home Bridge" untagged=\
"3 - Server,
7 - Synology,8 - Printer,Home WiFi,1 - Valerie WAN" vlan-ids=\
10
add bridge="Home Bridge" tagged="Home Bridge" untagged=\
Home WIFI Devices WLAN "1 - Valerie WAN,7 - Synology,8 - Printer" vlan-ids=15
add bridge="Home Bridge" tagged="Home Bridge" untagged=\
"6 - HTPC", "7 - Synology" "1- Valerie WAN,3 - Server,8 - Printer" vlan-ids=20
add bridge="Home Bridge" tagged="Home Bridge" untagged=
google wlan "1 - Valerie WAN" \
vlan-ids=30
add bridge="Home Bridge" tagged="Home Bridge" untagged=
guest wifi wlan "
1 - Valerie WAN" \
vlan-ids=40
add bridge="Home Bridge" tagged="Home Bridge" untagged="IoT WiFi
"3 - Server" vlan-ids=\
50
/interface detect-internet
set detect-interface-list=WAN
/interface list member
add comment=defconf interface="Home Bridge" list=LAN
add comment=defconf disabled=yes interface="1 - Valerie WAN" list=WAN
add interface="PPPoE WAN" list=WAN
add interface="Printer & Home WiFi VLAN5" list=Admin
add interface="Server/Lab VLAN10" list=Admin
add interface="Home WiFi VLAN15" list=Admin
add interface="Synology & HTPC VLAN20" list=Admin
add interface="Google VLAN30" list=Admin
add interface="Guest WiFi VLAN40" list=Admin
add interface="IoT VLAN50" list=Admin
add interface="AdminPC VLAN101" list=Internet
add interface="Printer & Home WiFi VLAN5" list=Internet
add interface="Server/Lab VLAN10" list=Internet
add interface="Home WiFi VLAN15" list=Internet
add interface="Synology & HTPC VLAN20" list=Internet
add interface="Google VLAN30" list=Internet
add interface="Guest WiFi VLAN40" list=Internet
/ip address
add address=192.168.88.1/24 comment=defconf interface="Home Bridge" network=\
192.168.88.0
add address=192.168.101.1/24 interface="AdminPC VLAN101" network=\
192.168.101.0
add address=192.168.5.0/24 interface="Printer & Home WiFi VLAN5" network=\
192.168.5.0
add address=192.168.10.0/24 interface="Server/Lab VLAN10" network=\
192.168.10.0
add address=192.168.15.0/24 interface="Home WiFi VLAN15" network=192.168.15.0
add address=192.168.20.0/24 interface="Synology & HTPC VLAN20" network=\
192.168.20.0
add address=192.168.30.0/24 interface="Google VLAN30" network=192.168.30.0
add address=192.168.40.0/24 interface="Guest WiFi VLAN40" network=\
192.168.40.0
add address=192.168.50.0/24 interface="IoT VLAN50" network=192.168.50.0
/ip dhcp-client
add comment=defconf interface="1 - Valerie WAN"
/ip dhcp-server lease
add address=192.168.88.203 client-id=1:0:4:20:f0:9:54 mac-address=\
00:04:20:F0:09:54 server="Default DHCP"
/ip dhcp-server network
add address=192.168.5.0/24 gateway=192.168.5.1
add address=192.168.10.0/24 gateway=192.168.10.1
add address=192.168.15.0/24 gateway=192.168.15.1
add address=192.168.20.0/24 gateway=192.168.20.1
add address=192.168.30.0/24 gateway=192.168.30.1
add address=192.168.40.0/24 gateway=192.168.40.1
add address=192.168.50.0/24 gateway=192.168.50.1
add address=192.168.60.0/24 gateway=192.168.60.1
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
add address=192.168.101.0/24 gateway=192.168.101.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
7. This is also an area with some issues.
Remember
Note4: Make a firewall address list
synology
IP=wifidevices - you need the IP address of the synology here!! it needs to be made static.
printer
IP=wifidevices - same comment for printer IP
Note5: Make a firewall address list
homelab
IP=HTPC - same comment for homelabIP
printer
IP=HTPC - same comment for printerIP
synology
IP=HTPC - same comment for synology IP.
note3: Make a firewall address list for server home lab access to other devices
vlan5subnet=LAB
synology
IP=LAB
vlan50subnet=LAB
/ip firewall address-list
add address=192.168.5.0/24 list=LAB
OK
add address=192.168.20.0/24 list=LAB
[add address=192.168.50.0/24 list=LAB
OK
add address=192.168.20.0/24 list="WiFi Devices"
add address=192.168.5.0/24 list="WiFi Devices"
add address=192.168.20.0/24 list=HTPC
add address=192.168.5.0/24 list=HTPC
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
"defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=accept chain=input comment="VLAN Allow Admin to Router" \
in-interface="AdminPC VLAN101" (
add source IP address= admin PC (put in the actual IP of the admin pc as well)
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=accept chain=forward comment="VLAN Admin Access" in-interface=\
"AdminPC VLAN101" out-interface-list=Admin
source-ip=adminpcIP (like above put in actual ip of admin pc)
add action=accept chain=forward comment="VLAN Internet Access" \
in-interface-list=Internet out-interface-list=WAN
add action=accept chain=forward comment="Server Access" dst-address-list=LAB \
in-interface="Server/Lab VLAN10"
source ip=serverhomeIP
add action=accept chain=forward comment="VLAN WiFi Device Access" \
dst-address-list="WiFi Devices" in-interface="Home WiFi VLAN15"
add action=accept chain=forward comment="VLAN IoT Access"
dst-address-list=\
LAB dst-address= serverlabIP in-interface="IoT VLAN50"
add action=accept chain=forward comment="VLAN HTPC Access" dst-address-list=\
HTPC in-interface="Synology & HTPC VLAN20"
src-address-list=HTPC src-address=htpcIP
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN