Hi guys, My main 951(pppoe client) has a Virtual AP that works, I get normal DHCP but when I try on my other 951, I get a random DHCP 169.254.107.164
Here’s my export of both MT-951.
951.1 (my Main):
interface bridge
add fast-forward=no name=bridge1
add fast-forward=no name=bridge2-vlan
/interface pppoe-client
add add-default-route=yes default-route-distance=0 disabled=no interface=ether1
keepalive-timeout=60 max-mru=1480 max-mtu=1480 mrru=1600 name=pppoe-out1
user=****
/interface vlan
add interface=bridge1 name=VLAN10 vlan-id=10
/interface list
add name=LAN
add name=WAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” management-protection=
allowed mode=dynamic-keys name=hobbit supplicant-identity=“”
add authentication-types=wpa2-psk eap-methods=“” management-protection=allowed
mode=dynamic-keys name=RicovApartmani supplicant-identity=“”
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge security-profile=
hobbit ssid=Hobbiton
add disabled=no keepalive-frames=disabled mac-address=6C:3B:6B:F1:FF:CE
master-interface=wlan1 multicast-buffering=disabled name=wlan2
security-profile=RicovApartmani ssid=RicovGuest vlan-id=10 wds-cost-range=0
wds-default-cost=0 wps-mode=disabled
/ip pool
add name=dhcp_pool0 ranges=192.168.10.50-192.168.10.254
add name=dhcp_pool1 ranges=172.16.1.2-172.16.1.254
add name=dhcp_pool2 ranges=10.0.1.2-10.0.1.254
/ip dhcp-server
add address-pool=dhcp_pool0 authoritative=after-2sec-delay disabled=no
interface=bridge1 name=dhcp1
/queue type
add kind=pcq name=PCQ_download pcq-classifier=dst-address pcq-rate=3M
add kind=pcq name=PCQ_upload pcq-classifier=src-address pcq-rate=1M
/queue simple
add limit-at=1M/3M max-limit=1M/3M name=Wlan2 queue=PCQ_upload/PCQ_download
target=bridge2-vlan
/ip dhcp-server
add address-pool=dhcp_pool2 authoritative=after-2sec-delay disabled=no
insert-queue-before=Wlan2 interface=bridge2-vlan lease-time=15m name=dhcp2
/interface bridge port
add bridge=bridge1 hw=no interface=ether2
add bridge=bridge1 hw=no interface=ether3
add bridge=bridge1 hw=no interface=ether4
add bridge=bridge1 hw=no interface=ether5
add bridge=bridge1 interface=wlan1
add bridge=bridge2-vlan interface=wlan2
/interface list member
add interface=bridge1 list=WAN
add interface=bridge2-vlan list=WAN
/ip address
add address=192.168.10.1/24 interface=bridge1 network=192.168.10.0
add address=10.0.1.1/24 interface=bridge2-vlan network=10.0.1.0
/ip dhcp-server config
set store-leases-disk=immediately
/ip dhcp-server network
add address=10.0.1.0/24 gateway=10.0.1.1
add address=172.16.1.0/24 gateway=172.16.1.1
add address=192.168.10.0/24 gateway=192.168.10.1
/ip dns
set servers=1.1.1.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip route
add distance=1 gateway=pppoe-out1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name=Glavni
/system leds
set 5 interface=wlan1
/system routerboard settings
set silent-boot=no
951.2:
/interface bridge
add fast-forward=no name=bridge1
add fast-forward=no name=bridge2-vlan
/interface vlan
add interface=bridge1 name=VLAN10 vlan-id=10
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” management-protection=allowed mode=dynamic-keys name=profile1 supplicant-identity=“”
add authentication-types=wpa2-psk eap-methods=“” management-protection=allowed mode=dynamic-keys name=ricovguest supplicant-identity=“”
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge security-profile=profile1 ssid=Hobbiton
add disabled=no keepalive-frames=disabled mac-address=66:D1:54:D4:00:CB master-interface=wlan1 multicast-buffering=disabled name=wlan2 security-profile=ricovguest ssid=RicovGuest vlan-id=10 wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge2-vlan interface=wlan2
/interface list member
add interface=bridge1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=wlan1 list=LAN
add interface=ether1 list=LAN
add interface=bridge2-vlan list=WAN
/ip address
add address=192.168.10.2/24 interface=bridge1 network=192.168.10.0
add address=10.0.1.2/24 interface=VLAN10 network=10.0.1.0
/ip dns
set servers=0.0.0.0
/ip route
add distance=1 gateway=192.168.10.1
add distance=1 gateway=bridge2-vlan
add distance=1 gateway=wlan1
add distance=1 gateway=wlan2
add distance=1 dst-address=10.0.1.0/24 gateway=bridge2-vlan
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name=R2
/system routerboard settings
set silent-boot=no
Any help appreciated, thanks!