CAP ax configuration problem.

I’m a new member on this forum.
Maybe someone can help me. I’ve a CAP configuration problem.
I’m unable to resolve this and now I hope someone can help me.
The CAP-network: Wired and with Wifi no connection to the router and networkcontrol says: “DNS-server don’t react”. With a Mikrotik WAP (another network) there is no problem. Only the CAP is problematic.
My Asus router seems okay because through my main network I go online with desktop (wired) and laptop (WiFi).

My installation:
Asus R-AX86S router: IP-address 192.168.1.1.
CAP AX: IP 192.168.88.1
Asus router gives the CAP AX a static-IP: 192.168.1.254

Configuration:

# 2023-08-09 16:18:57 by RouterOS 7.10.2 
# software id = 
# 
# model = cAPGi-5HaxD2HaxD 
# serial number = 

/interface bridge 
add name=bridge-LAN 
/interface list 
add name=LAN 
add name=WAN 
/interface wifiwave2 security 
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=profile 
/interface wifiwave2 
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=2300-7300 \ 
    .width=20/40/80mhz configuration.country=Netherlands .mode=ap .ssid=Mik5 \ 
    disabled=no security=profile security.authentication-types=\ 
    wpa2-psk,wpa3-psk 
set [ find default-name=wifi2 ] channel.band=2ghz-ax .frequency=2300-7300 \ 
    .width=20mhz configuration.country=Netherlands .mode=ap .ssid=Mik2 \ 
    disabled=no security=profile security.authentication-types=\ 
    wpa2-psk,wpa3-psk 
/interface bridge port 
add bridge=bridge-LAN interface=ether1 
add bridge=bridge-LAN interface=ether2 
add bridge=bridge-LAN interface=wifi1 
add bridge=bridge-LAN interface=wifi2 
/interface list member 
add interface=bridge-LAN list=LAN 
/ip address 
add address=192.168.88.1/24 interface=bridge-LAN network=192.168.88.0 
/ip dhcp-client 
add interface=bridge-LAN 
/ip dns 
set servers=8.8.8.8,8.8.4.4 
/ip dns static 
add address=192.168.1.1 name="Static DNS" 
/ip route 
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-table=main \ 
    suppress-hw-offload=no 
/system clock 
set time-zone-name=Europe/Amsterdam 
/system identity 
set name="MikroTik CAP ax" 
/system note 
set show-at-login=no

I hope someone is able to help me and I await your advice with interest.
A lot of thanks

Why do you have static IP address and DHCP client both on bridge ?

/ip address 
add address=192.168.88.1/24 interface=bridge-LAN network=192.168.88.0 
/ip dhcp-client 
add interface=bridge-LAN

If your cap needs to get an IP from Asus, no need for fixed address.
Remove that first address.

Normally route should not be needed either if you get address through DHCP (provided your Asus transfers that info).

And on that first wifi-itf, please correct frequency range.
Something is not correct there for a 5GHz radio (tip: it will not work in 2GHz range). Similar for 2GHz radio on wifi2.

Thank you for your quick response and for wanting to help me. I’ve been trying to find a solution for a week now and I don’t have much experience. So I have now remove that ip address? What I have to do more?

First remove that unneeded address and then we can see from there.
Remove static route as well if you see there is a dynamic one (D = dynamic = comes from DHCP server).

Removed! and further?

From terminal, can you ping, let’s say, … parool.nl ?
:smiley:

reaction: invalid value of Mac-address, Mac address required
invalid value for argument ipv6-address
while resolving ip-address: could not get answer from dns-server

What I’ve to change in Wifi1 or 2?

Wait a moment, that’s very odd those responses.

1 bridge
All interfaces connected to it
Dhcp client on bridge

And that’s all there should be to it for starting.

Can you show terminal
/ip route
/interface bridge

export:

/interface bridge
add name=bridge-LAN
/interface bridge port
add bridge=bridge-LAN interface=ether2
add bridge=bridge-LAN interface=wifi1
add bridge=bridge-LAN interface=wifi2
add bridge=bridge-LAN interface=ether1

Terminal commands, not export.

Those commands (forgot one part, my bad)
/ip route print
/interface bridge print

It seems you don’t have a MAC address on your bridge ?
Set it the same as ether1 interface.

How are you connected to that device ? Winbox MAC ? Or Winbox IP ?

It’s very difficult because I’ve Winbox opened in windows11 and I write with you on my laptop. So I have a lot to copied.

Here are the results:

/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 pref-src=“” routing-table=main
scope=30 suppress-hw-offload=no target-scope=10
[admin@MikroTik CAP ax] /ip/route> print
Flags: I, A - ACTIVE; s, y - BGP-MPLS-VPN; H - HW-OFFLOADED
Columns: DST-ADDRESS, GATEWAY, DISTANCE

DST-ADDRESS GATEWAY DISTANCE

0 IsH 0.0.0.0/0 192.168.1.1 1
[admin@MikroTik CAP ax] /ip/route> /interface bridge
[admin@MikroTik CAP ax] /interface/bridge> print
Flags: X - disabled, R - running
0 R name=“bridge-LAN” mtu=auto actual-mtu=1500 l2mtu=1568 arp=enabled arp-timeout=auto
mac-address=48:A9:8A:C2:8B:26 protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=yes
ageing-time=5m priority=0x8000 max-message-age=20s forward-delay=15s transmit-hold-count=6
vlan-filtering=no dhcp-snooping=no

bridge_LAN has a Mac-address ended with 26 and the bridge-Lan 24. I try to change but how. I thought copy and paste but that’s impossible

Doesn’t matter, your export does not show the MAC address but print does. So it’s ok.
(auto mac =yes)

What does /ip address print show ?

Excus me. Bridge-LAN ended with 26 ether1 with 24. But it’s not changeable.

/ip address> print
nothing at all

I was already wondering … you’re not getting a DHCP lease.

Your DHCP client is still connected to bridge ?
Your device is effectively connected to the Asus modem (direct or indirect) ?
How is it being powered ? Using the supplied POE injector ?

DHCP client connected with Bridge-LAN
220V no PoE
I’ve a ethernetcable in my desktop and the CAP and use network Mik2 try every time to connect with internet

Will I place the CAP with an ethernetcable in the router and than network Mik2 activated?

In the interface I see activity on bridge-LAN and Ether1