Thanks. There were two bridges. Now back to one as it should be.
The goal is for the trunk to be on ether3 and I now trying to get vlan10 with wifi-vl1002 & wifi-vl105 working. When I plug a cable into ether3 or connect to the SSIDs, I don’t get an IP address from the DHCP server for VLAN10. Any idea where I should start looking to find what’s wrong?
# 1970-01-03 18:09:27 by RouterOS 7.11
# software id = U2BP-38L2
#
# model = C52iG-5HaxD2HaxD
# serial number = ***********
/interface bridge
add name=BR1 protocol-mode=none vlan-filtering=yes
/interface ethernet
set [ find default-name=ether3 ] comment=\
"trunk port, carries VL00, VL10, VL20, and VL30 (TRUNK)"
set [ find default-name=ether4 ] comment="Trying to get VL10 here"
set [ find default-name=ether5 ] comment="MGMT Access Port" name=ether5-mgmt
set [ find default-name=ether1 ] comment="WAN Port" name=wan1
set [ find default-name=ether2 ] comment="WAN Port" name=wan2
/interface wifiwave2
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=\
10min-cac .width=20/40/80mhz configuration.mode=ap .ssid=rad \
datapath.vlan-id=100 disabled=no security.authentication-types=\
wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=\
10min-cac .width=20/40mhz configuration.mode=ap .ssid=rad \
datapath.vlan-id=100 disabled=no security.authentication-types=\
wpa2-psk,wpa3-psk
/interface vlan
add interface=BR1 name=VL00 vlan-id=100
add interface=BR1 name=VL10 vlan-id=10
add interface=BR1 name=VL20 vlan-id=20
add interface=BR1 name=VL30 vlan-id=30
/interface wifiwave2
add comment=VL10 configuration.mode=ap .ssid=rad10 datapath.vlan-id=10 \
disabled=no mac-address=4A:A9:8A:9D:25:60 master-interface=wifi2 name=\
wifi-vl102 security.authentication-types=wpa2-psk,wpa3-psk
add comment=VL10 configuration.mode=ap .ssid=rad10 datapath.vlan-id=10 \
disabled=no mac-address=4A:A9:8A:9D:25:60 master-interface=wifi1 name=\
wifi-vl105 security.authentication-types=wpa2-psk,wpa3-psk
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
add name=ACCESS
add name=VLAN
/interface wifiwave2
add comment="ACCESS - No DHCP" configuration.hide-ssid=no .mode=ap .ssid=\
radaccess datapath.interface-list=ACCESS disabled=no mac-address=\
4A:A9:8A:9D:25:5F master-interface=wifi1 name=wifi-mgmt \
security.authentication-types=wpa2-psk,wpa3-psk
/ip pool
add name=ACCESS-POOL ranges=10.10.10.101-10.10.10.254
add name=VL00_POOL ranges=10.0.0.101-10.0.0.254
add name=VL10_POOL ranges=10.0.10.101-10.0.10.254
add name=VL20_POOL ranges=10.0.20.101-10.0.20.254
add name=VL30_POOL ranges=10.0.30.101-10.0.30.254
/ip dhcp-server
add address-pool=ACCESS-POOL interface=ether5-mgmt name=ACCESS-DHCP
add address-pool=VL00_POOL interface=VL00 name=VL00_DHCP
add address-pool=VL10_POOL interface=VL10 name=VL10_DHCP
add address-pool=VL20_POOL interface=VL20 name=VL20_DHCP
add address-pool=VL30_POOL interface=VL30 name=VL30_DHCP
/interface bridge port
add bridge=BR1 interface=ether4 pvid=10
add bridge=BR1 interface=wifi2 pvid=100
add bridge=BR1 interface=wifi1 pvid=100
add bridge=BR1 interface=ether3 pvid=100
add bridge=BR1 interface=wifi-vl102 pvid=10
add bridge=BR1 interface=wifi-vl105 pvid=10
/ip neighbor discovery-settings
set discover-interface-list=ACCESS
/interface bridge vlan
add bridge=BR1 tagged=ether4 vlan-ids=10
add bridge=BR1 tagged=ether3 vlan-ids=10
add bridge=BR1 tagged=ether3 vlan-ids=20
add bridge=BR1 tagged=ether3 vlan-ids=30
add bridge=BR1 tagged=BR1,ether3 vlan-ids=100
/interface list member
add interface=ether5-mgmt list=ACCESS
add interface=wifi-mgmt list=ACCESS
add interface=wifi1 list=ACCESS
add interface=wifi2 list=ACCESS
add interface=wan1 list=WAN
add interface=wan2 list=WAN
add interface=VL00 list=VLAN
add interface=VL10 list=VLAN
add interface=VL20 list=VLAN
add interface=VL30 list=VLAN
add interface=VL00 list=ACCESS
add interface=wifi-vl102 list=LAN
add interface=wifi-vl105 list=LAN
add interface=VL10 list=LAN
/ip address
add address=10.10.10.1/24 interface=ether5-mgmt network=10.10.10.0
add address=10.0.0.1/24 interface=VL00 network=10.0.0.0
add address=10.0.10.1/24 interface=VL10 network=10.0.10.0
add address=10.0.20.1/24 interface=VL20 network=10.0.20.0
add address=10.0.30.1/24 interface=VL30 network=10.0.30.0
/ip dhcp-client
add interface=wan1 use-peer-dns=no use-peer-ntp=no
add interface=wan2 use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=10.0.0.1 gateway=10.0.0.1
add address=10.0.10.0/24 dns-server=10.0.10.1 gateway=10.0.10.1
add address=10.0.20.0/24 dns-server=10.0.20.1 gateway=10.0.20.1
add address=10.0.30.0/24 dns-server=10.0.30.1 gateway=10.0.30.1
add address=10.10.10.0/24 dns-server=10.10.10.1 gateway=10.10.10.1
/ip dns
set allow-remote-requests=yes servers=9.9.9.9
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/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=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 hw-offload=yes
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=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
add action=drop chain=input comment=Drop
add action=drop chain=forward comment=Drop
add action=accept chain=input comment="Allow Estab & Related" \
connection-state=established,related
add action=accept chain=input comment="Allow VLAN" in-interface-list=VLAN
add action=accept chain=input comment="Allow ether5-access Full Access" \
in-interface=ether5-mgmt
add action=accept chain=input comment="Allow wifi-mgmt Full Access" \
in-interface=wifi-mgmt
add action=accept chain=input comment="Allow VL00 Full Access" in-interface=\
VL00
add action=drop chain=input comment=Drop
add action=accept chain=forward comment="Allow Estab & Related" \
connection-state=established,related
add action=accept chain=forward comment="VLAN inter-VLAN routing" \
connection-state=new in-interface-list=VLAN
add action=drop chain=forward comment=Drop
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 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 ICMPv6" protocol=\
icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
33434-33534 protocol=udp
add action=accept chain=input comment=\
"defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
ipsec-esp
add action=accept chain=input comment=\
"defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
"defconf: drop everything else not coming from LAN" in-interface-list=\
!LAN
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=drop chain=forward comment=\
"defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
"defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
ipsec-esp
add action=accept chain=forward comment=\
"defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
"defconf: drop everything else not coming from LAN" in-interface-list=\
!LAN
/system identity
set name=radhAPAX2
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=ACCESS
/tool mac-server mac-winbox
set allowed-interface-list=ACCESS
20231017-01.rsc (9.92 KB)