Mikrotik WiFi Bridge

– Asus has DHCP server pool 192.168.1.1/25
– Mikrotik gets WiFi Station hooked on DHCP given IP 192.168.1.87
– I’ve created IP 192.168.2.0/24 in ETH2 interface of Mikrotik
– Assigned IP 192.168.2.233 to my laptop
– Created routing on Asus for 192.168.2.0/24 towards 192.168.1.87 (Mirotik wifi wlan interface IP)
– Defined routing on MK with 192.168.2.0/24 towares ETH2 port where PC was connected.

For some reason the routing did not work until I define specifically 192.168.2.233 -> 192.168.2.233 ETH2 gateway. 
Any idea why subnet based routing does not work?
I also noticed it is good idea to disable FW on laptop win OS while trying to ping interfaces.

Firewall NAT rule did not have effect on the functionality of the routing.

[admin@MikroTik] > export hide-sensitive
# jan/31/2019 00:30:37 by RouterOS 6.43.4
# software id = 415L-97G0
#
# model = 2011UiAS-2HnD
# serial number = 91E109895A96
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name="Praha password" supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=2417 nv2-security=enabled security-profile="Praha password" ssid=PRAHA
/ip address
add address=192.168.1.128/25 interface=ether1 network=192.168.1.128
add address=192.168.2.0/24 interface=ether2 network=192.168.2.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=wlan1
/ip dns
set servers=8.8.4.4,8.8.8.8
/ip dns static
add address=8.8.4.4 name=Google
/ip firewall nat
add action=masquerade chain=srcnat ipsec-policy=out,none out-interface=wlan1
/ip route
add distance=1 gateway=192.168.1.1
add distance=1 dst-address=192.168.1.233/32 gateway=192.168.1.233
add distance=1 dst-address=192.168.2.233/32 gateway=192.168.2.233
/system clock
set time-zone-name=Europe/Prague
/system routerboard settings
set silent-boot=no
[admin@MikroTik] > 
wifibridge winbox.PNG


wifibridge winbox.PNG (71.95 KiB) Not viewed yet

wifibridge asusrt.PNG

wifibridge asusrt.PNG (107.9 KiB) Not viewed yet

wifibridge netlayout.PNG

wifibridge netlayout.PNG (48.32 KiB) Not viewed yet

https://forum.mikrotik.com/viewtopic.php?f=7&t=144658&p=712237#p712237
Jan D.
Jan D.

"The only real security that a man will have in this world is a reserve of knowledge, experience, and ability."

Articles: 673

Leave a Reply

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *