Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

General • Re: hap ac3 ax - From 7.13 to 7.14 betas - No 2.4Ghz WiFi, Winbox, PING - 5Ghz WiFi and LAN works

$
0
0
Sure, I'll explain a bit better. But I am now scared since you said "overwhelmed" :S

1. Device B (HAP AC3 AX), IP 192.168.25.3, is connected via RJ45 to Device A (RB4011 WiFi), IP 192.168.25.2.
2. Device B sits outside of the apartment (private storage room in the building) and is responsible for allowing access to Internet, plus comms with IoT WiFi devices and driving regular LAN/WiFi comms for devices in that room.
3. Device A is responsible for WAN access, plus regular LAN/WiFi and IoT WiFi.
4. Currently I do not have IoT WiFi segregated in its own VLAN (still have to find the time to dwell in mDNS and other important elements for Home Assistant to work properly with all my IoT devices)
5. VLAN10 (172.16.10.0/24) is used only for Hyper-V VMs, where I tag the VLAN ID for the respective interfaces where I want to just provide Internet access
6. Ether4 is where my Windows Server is connected to (which will have access to regular LAN and VMs to VLAN10)
6. 172.25.0.0/24 is the subnet for ZeroTier, which is configured in Device A (192.168.25.2)

Hopefully that provides a bit more clarity.

Thanks for your help!

Edit: This device has been working for quite some time now. The specific behavior I mentioned started happening recently, and IIRC, it started showing up after 7.13.

Edit 2: Re-did the whole VLAN configuration based on the post you mentioned. I hope I have interpreted it correctly. Also applied the necessary changes to Device A VLAN configuration.
Code:
[admin@Storage] > /export hide-sensitive # 2024-01-02 17:48:20 by RouterOS 7.14beta4# software id = Y5YP-7K50## model = RBD53iG-5HacD2HnD/interface bridgeadd admin-mac=DC:2C:6E:2E:42:82 auto-mac=no comment=defconf ingress-filtering=no name=bridge port-cost-mode=short vlan-filtering=yes/interface ethernetset [ find default-name=ether1 ] comment="Router LAN Port"set [ find default-name=ether4 ] comment=DARKSTARset [ find default-name=ether5 ] poe-out=off/interface vlanadd interface=bridge name=vlan10 vlan-id=10/interface ethernet switch portset 0 default-vlan-id=auto vlan-mode=disabledset 1 default-vlan-id=auto vlan-mode=disabledset 2 default-vlan-id=auto vlan-mode=disabledset 3 default-vlan-id=auto vlan-mode=disabledset 4 default-vlan-id=auto vlan-mode=disabledset 5 default-vlan-id=auto vlan-mode=disabled/interface listadd comment=defconf name=LAN/interface lte apnset [ find default=yes ] ip-type=ipv4 use-network-apn=no/interface wifi channeladd band=5ghz-ac disabled=no name=5GHz_AC_20_40_80MHz width=20/40/80mhzadd band=2ghz-n disabled=no name=2GHz_N_20_40MHz width=20/40mhz/interface wifi datapathadd bridge=bridge disabled=no interface-list=LAN name=datapath1/interface wifi securityadd authentication-types=wpa2-psk disabled=no name=WIFI wps=disableadd authentication-types=wpa2-psk disabled=no name="WIFI - IoT" wps=disable/interface wifi configurationadd channel=5GHz_AC_20_40_80MHz channel.band=5ghz-ac .width=20/40/80mhz country=Portugal datapath=datapath1 datapath.bridge=bridge disabled=no mode=ap name=cfg1 security=WIFI \    security.authentication-types=wpa2-psk,wpa3-psk .wps=disable ssid=WIFIadd channel=2GHz_N_20_40MHz channel.band=2ghz-n .skip-dfs-channels=all .width=20/40mhz country=Portugal datapath=datapath1 datapath.bridge=bridge disabled=no mode=ap name=cfg2 \    security="WIFI - IoT" security.authentication-types=wpa2-psk .management-protection=disabled .wps=disable ssid="WIFI - IoT"/interface wifiset [ find default-name=wifi1 ] channel=2GHz_N_20_40MHz channel.skip-dfs-channels=all configuration=cfg2 configuration.mode=ap datapath=datapath1 disabled=no security=\    "WIFI - IoT" security.authentication-types=wpa2-pskset [ find default-name=wifi2 ] channel=5GHz_AC_20_40_80MHz channel.skip-dfs-channels=all configuration=cfg1 configuration.mode=ap .multicast-enhance=enabled datapath=datapath1 \    disabled=no security=WIFI security.authentication-types=wpa2-psk/ip ipsec profileset [ find default=yes ] dh-group=modp2048 enc-algorithm=aes-256 hash-algorithm=sha256/ip ipsec proposalset [ find default=yes ] auth-algorithms=sha256 enc-algorithms=aes-256-cbc pfs-group=modp2048/ppp profileset *FFFFFFFE use-compression=no use-encryption=required use-ipv6=no use-mpls=no/interface bridge portadd bridge=bridge comment=defconf ingress-filtering=no interface=ether2 internal-path-cost=10 path-cost=10add bridge=bridge comment=defconf ingress-filtering=no interface=ether3 internal-path-cost=10 path-cost=10add bridge=bridge comment=defconf ingress-filtering=no interface=ether4 internal-path-cost=10 path-cost=10add bridge=bridge comment=defconf ingress-filtering=no interface=ether5 internal-path-cost=10 path-cost=10add bridge=bridge comment="::: defconf" ingress-filtering=no interface=ether1 internal-path-cost=10 path-cost=10add bridge=bridge comment="::: defconf" interface=wifi1add bridge=bridge comment="::: defconf" interface=wifi2add bridge=bridge interface=vlan10/ip firewall connection trackingset udp-timeout=10s/ip neighbor discovery-settingsset discover-interface-list=!dynamic/ipv6 settingsset disable-ipv6=yes max-neighbor-entries=8192/interface bridge vlanadd bridge=bridge tagged=ether1,ether4,bridge,vlan10 vlan-ids=10add bridge=bridge untagged=bridge,ether1,ether2,ether3,ether4,ether5,wifi1,wifi2 vlan-ids=1/interface list memberadd comment=defconf interface=bridge list=LAN/interface ovpn-server serverset auth=sha1,md5/ip addressadd address=192.168.25.3/24 comment=LAN interface=bridge network=192.168.25.0add address=172.16.10.3/24 interface=vlan10 network=172.16.10.0/ip dhcp-clientadd comment=defconf disabled=yes interface=ether1/ip dnsset allow-remote-requests=yes servers=192.168.25.9/ip dns staticadd address=192.168.88.1 comment=defconf name=router.lanadd address=192.168.25.3 name=router.lan/ip firewall filteradd action=drop chain=forward in-interface=vlan10 out-interface=!vlan10add action=fasttrack-connection chain=forward comment="fasttrack established/related" connection-state=established,related hw-offload=yesadd action=accept chain=forward comment="accept established/related" connection-state=established,related/ip firewall service-portset ftp disabled=yesset tftp disabled=yesset h323 disabled=yesset sip disabled=yesset pptp disabled=yes/ip ipsec policyset 0 disabled=yes/ip routeadd disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.25.2 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10add disabled=no distance=1 dst-address=172.25.0.0/24 gateway=192.168.25.2 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10/ip sshset forwarding-enabled=remote/system clockset time-zone-name=Europe/Lisbon/system identityset name=Storage/system ledsset 0 disabled=yes interface=*1 leds=led1,led2,led3,led4,led5 type=wireless-signal-strengthset 1 disabled=yes leds=poe-led type=poe-out/system leds settingsset all-leds-off=immediate/system loggingadd disabled=yes topics=wireless,debug/system noteset show-at-login=no/system package updateset channel=testing/system routerboard settingsset auto-upgrade=yes silent-boot=yes/system watchdogset watch-address=192.168.25.2/tool bandwidth-serverset authenticate=no/tool mac-serverset allowed-interface-list=LAN/tool mac-server mac-winboxset allowed-interface-list=LAN

Statistics: Posted by anthonws — Tue Jan 02, 2024 6:40 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles