Community discussions

MikroTik App
 
wireks
just joined
Topic Author
Posts: 1
Joined: Sat Jan 28, 2023 11:16 pm

No communication to MT devices when AP change

Sat Jan 28, 2023 11:27 pm

I have 2 devices in my home network:

S53UG+5HaxD2HaxD&EG18-EA (MB-GW)
C53UiG+5HPaxD2HPaxD (MB-AP2)
they are connected with ethernet cabel.

When I connect to WIFI on MB-GW i cant reach MB-AP2 (Request time out on ping) for few minuts ( about 3-5 min ) but devices which are connected to MB-AP2 are reachable right away. After few minuts MB-AP2 are reachable to.

When I connect to WIFI on MB-AP2 i cant reach MB-GW, and i dont have internet access. And the same behavior - after few minuts everything works.

Can you help me ?

MB-AP1 config:

/interface bridge
add name=bridge protocol-mode=none
/interface wifiwave2
set [ find default-name=wifi1 ] arp-timeout=30s channel.band=5ghz-ax \
.skip-dfs-channels=all .width=20/40/80mhz configuration.chains=0,1 \
.country=Poland .mode=ap .ssid=Wireks_Net .tx-chains=0,1 disabled=no \
security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] arp-timeout=30s channel.band=2ghz-ax \
.frequency=2412,2437,2462 .skip-dfs-channels=all .width=20/40mhz \
configuration.chains=0,1 .country=Poland .mode=ap .ssid=Wireks_Net \
.tx-chains=0,1 disabled=no security.authentication-types=wpa2-psk,wpa3-psk
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=wifi1
add bridge=bridge interface=wifi2
/ip dhcp-client
add interface=bridge
/system clock
set time-zone-name=Europe/Warsaw
/system identity
set name=MB-AP2

MB-GW config:
/disk
set disk1 parent=usb1 partition-offset=512 partition-size="62 518 853 120" slot=disk1
/interface bridge
add name=bridge protocol-mode=none
add name=dockers_bridge protocol-mode=none
/interface wifiwave2
set [ find default-name=wifi1 ] arp-timeout=30s channel.band=5ghz-ax .skip-dfs-channels=all .width=20/40/80mhz configuration.chains=0,1 .country=Poland .mode=ap .ssid=Wireks_Net .tx-chains=0,1 disabled=no security.authentication-types=\
wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] arp-timeout=30s channel.band=2ghz-ax .frequency=2412,2437,2462 .skip-dfs-channels=all .width=20/40mhz configuration.chains=0,1 .country=Poland .mode=ap .ssid=Wireks_Net .tx-chains=0,1 disabled=no \
security.authentication-types=wpa2-psk,wpa3-psk
/interface veth
add address=10.0.0.2/24 gateway=10.0.0.1 name=veth1-adguard
/interface lte apn
add apn=vpn authentication=chap ip-type=ipv4 name=public_ip use-peer-dns=no user=vpn
/interface lte
set [ find default-name=lte1 ] allow-roaming=no apn-profiles=public_ip band="" network-mode=lte
/ip pool
add name=home_pool ranges=192.168.1.100-192.168.1.200
/ip dhcp-server
add address-pool=home_pool interface=bridge name=dhcp_server1
/port
set 0 name=serial0
/container
add interface=veth1-adguard root-dir=disk1/docker/adguard start-on-boot=yes workdir=/opt/adguardhome/work
/container config
set registry-url=https://registry-1.docker.io tmpdir=disk1/pull
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=wifi1
add bridge=bridge interface=wifi2
add bridge=dockers_bridge interface=veth1-adguard
/interface detect-internet
set detect-interface-list=all
/ip address
add address=192.168.1.1/24 interface=bridge network=192.168.1.0
add address=10.0.0.1/24 interface=dockers_bridge network=10.0.0.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-server lease
add address=192.168.1.2 client-id=1:18:fd:74:c2:d8:ac mac-address=18:FD:74:C2:D8:AC server=dhcp_server1
add address=192.168.1.3 client-id=1:48:a9:8a:5:79:82 mac-address=48:A9:8A:05:79:82 server=dhcp_server1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=192.168.1.1 gateway=192.168.1.1
/ip dns
set allow-remote-requests=yes servers=10.0.0.2
/ip firewall nat
add action=masquerade chain=srcnat out-interface=lte1 src-address=192.168.1.0/24
add action=masquerade chain=srcnat out-interface=lte1 src-address=10.0.0.0/24
/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/Warsaw
/system identity
set name=MB-GW
/tool graphing interface
add store-on-disk=no

Who is online

Users browsing this forum: hatred, mszru and 72 guests