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

Wireless Networking • WiFi and VLANs

$
0
0
I am trying to setup a 951G-2HnD to achieve the following:

Native VLAN 1(public) in all ports but ether2;
Ether1 -> VLAN 1 (native) and VLAN 100 tagged (802.1Q);
Port 2 -> native VLAN 100 (PVID 100);
The "Public" SSID set on wlan1 WiFi interface;
The "Private" SSID set on a virtual wlan2 WiFi interface;
The management IP address must be set on VLAN 100, the private VLAN;
On ether2 (native VLAN 100) there is a server that I can communicate with via physical connection I have on ether1.

Questions:
Why I can't ping the IP address set on wlan2 interface but I can ping the server connected to it?
Why wlan2 (via WiFi) does not provide access to the server I have ether2?

The relevant part of my configuration is as follows.

Many thanks for you help!
Code:
# software id = MEBG-IZS9# model = 951G-2HnD/interface bridgeadd name=bridge1 vlan-filtering=yes/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTikadd authentication-types=wpa2-psk mode=dynamic-keys name=Public supplicant-identity="" wpa2-pre-shared-key=<secret>add authentication-types=wpa2-psk mode=dynamic-keys name=Private supplicant-identity="" wpa2-pre-shared-key=<secret>/interface wirelessset [ find default-name=wlan1 ] country=portugal disabled=no mode=ap-bridge security-profile=Public ssid=Public wireless-protocol=802.11add disabled=no keepalive-frames=disabled mac-address=D6:CA:6D:BA:C5:37 master-interface=wlan1 multicast-buffering=disabled name=wlan2 security-profile=Private \    ssid=Private vlan-id=100 vlan-mode=use-tag wds-cost-range=0 wds-default-cost=0 wps-mode=disabled/tool user-manager customerset admin access=own-routers,own-users,own-profiles,own-limits,config-payment-gw/interface bridge portadd bridge=bridge1 interface=ether1add bridge=bridge1 interface=ether2 pvid=100add bridge=bridge1 interface=ether3add bridge=bridge1 interface=ether4add bridge=bridge1 interface=ether5add bridge=bridge1 interface=wlan1add bridge=bridge1 interface=wlan2 pvid=100/interface bridge vlanadd bridge=bridge1 tagged=ether1,ether3,ether4,ether5 untagged=ether2 vlan-ids=100/ip addressadd address=10.0.20.254/24 interface=wlan2 network=10.0.20.0

Statistics: Posted by moacir2016 — Mon Mar 11, 2024 2:16 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles