Community discussions

MikroTik App
 
dwz63
just joined
Topic Author
Posts: 7
Joined: Fri Sep 27, 2013 11:39 am
Location: Russia

two wireless networks via the bridge.

Fri Sep 27, 2013 12:06 pm

Network scheme
Image

Router 1: RouterBOARD 750UP - R1
port1 - "WAN" 192.168.10.10/24
port2 - "LAN" 192.168.11.1/24
Ports 2-5 are combined switch.

DHCP server - 192.168.11.0/24
DHCP server - 192.168.12.0/24(in the future for guest network)

Router 2: RouterBOARD 951G-2HnD - R2
wlan - "Wi-fi"
port1 - "WAN" 192.168.11.20/24
port2 - "LAN"
wlan2 - VirtualAP (in the future for guest network)

Port1, port2 and wlan are combined BRIDGE. Wireless clients use ip 192.168.11.0/24.

Router 3: RouterBOARD 951G-2HnD - R3
wlan - "Wi-fi"
port1 - "WAN" 192.168.11.30/24
port2 - "LAN"
wlan2 - VirtualAP (in the future for guest network)

Port1, port2 and wlan are combined BRIDGE. Wireless clients use ip 192.168.11.0/24.


Hi,
How to create wireless AP(on routers R2 and R3) for insulated guest network that uses DHCP server(192.168.12.0/24) on the router R1?
Must use vlan?
Please help me. I need manual steb-by-step ;)

Sorry I'm noob :(
Thank you.
 
User avatar
asaleh75
Trainer
Trainer
Posts: 193
Joined: Thu Nov 17, 2011 2:51 pm
Location: Dhaka, Bangladesh
Contact:

Re: two wireless networks via the bridge.

Fri Sep 27, 2013 7:38 pm

Hi,
You can do it by two ways. By VLAN or EoIP.
 
dwz63
just joined
Topic Author
Posts: 7
Joined: Fri Sep 27, 2013 11:39 am
Location: Russia

Re: two wireless networks via the bridge.

Mon Sep 30, 2013 10:59 am

Hi,
You can do it by two ways. By VLAN or EoIP.
Thank you!

I chose to use vlan..

That's what I did:
Router - R1
1)disable "switch mode" for ports 2-5.
2)created bridge1 for ports 2-5.
3)add ip-address for bridge1.(192.168.11.1)
4)created vlan interface on bridge1.(vlan12)
5)add ip-address for vlan12.(192.168.12.1)
6)created new DHCP for guest network.(192.168.12.0/24)

Router - R2
1)created vlan interface on bridge1.(vlan12)
2)created bridge2 for ports vlan12 and wlan2(Virtual AP).
3)add ip-address for bridge2.(192.168.12.2)
4)Configured wlan2 (ssid, password and etc)

Router R3 configured same router R2.


It's working! 8)
But the guest network is not insulated.
Thought, I decided to add the following rule:

ip route rule> print
Flags: X - disabled, I - inactive 
 0   src-address=192.168.11.0/24 dst-address=192.168.12.0/24 action=unreachable 

 1   src-address=192.168.12.0/24 dst-address=192.168.11.0/24 action=unreachable 
Is that right?

Who is online

Users browsing this forum: Sddaw and 101 guests