i configured my RB951G on my lan with range 192.168.215.0/24 an wlan 192.168.214.0/24.
What i want to do is separate both network ranges and only route some traffic ports(like http and mail).
With Bridge on wlan1/eth2 disabled, the connection works fine, and the dhcp server on if wlan1 works also (ip range 192.168.214.0 offered to clients). But no traffic is forwarded.(Maybe only a forwarding issue??)
When i enable the bridge on wlan1ð2, traffic works fine to the internet, but the internal dhcp on my mikrotik interface bridge is ignored, and my dhcp server from my internal lan (192.168.215.0) is used, so that my wlan clients get an ip from the LAN range(192.168.215.0).
Also blocking the forward udp port 67&68 on interface “all wireless” does not help.
Internet ---- Fritzbox exposed host(192.168.216.0) to ---> Mikrotik ----> LAN (192.168.215.0)
|
WLAN (192.168.214.0)
Could someone please help me out. I’m still a beginner with mikrotik routers
I tried to “mix” your config with my existent config.
I disabled the bridge (wlan ↔ lan).
Also your bridge for lan2-5 are deleted. (as i don’t need them for the moment)
I print my config. Maybe you have the time to have a look ?
Connection to wlan works fine. Also the DHCP server pushed the right settings to the client. But no traffic goes out.
192.168.216.154 = my fritzbox connected to my provider.
Edit: I found the error:
IP of the wlan interface was 192.168.214.0/24 but should be 192.168.215.154/24
Also the default gateway pushed by the DHCP-server was 216.154 → changed to 214.154.
Now the traffic goes out.