You are on page 1of 4

Layer 2 over Layer 3 by MikroTik

Hi guys . If any client wants same LAN but in two or more difference location connected via RADIO/Fiber, bridging is one of the solution, right? But there have a possibility for conflict IP, if LAN IP is same for other clients. Another one major problem we have found, in bridge that, huge broadcast generated from clients network.

For avoiding such type of problems Ethernet over IP is a good solution that I ever found. FMC Group, Chittagong has such LAN for their TALLY software and we offered them a nice solution by MikroTik. For less than 1 mbps connectivity I recommend rb750 and for more than 1 mbps I recommend rb450 or higher as I experienced 750 cannot work in large bandwidth, like 2 or more bandwidth. Sharing with you that I offered the client and running the service smoothly at present Suppose

116.212.51.110/30 > WAN -- Location A WAN interface 116.212.51.120/30 > WAN -- Location B WAN interface 192.168.0.1/24 > LAN

Sanjoy Banik ADN Telecom limited 01938884588 Skype- thisissanjoy Yahoo- sk_banik2

Configuration Details By - winbox Location A Rename two LAN cards for better understanding WAN >> RADIO/Fiber cable will connect here LAN >> LAN switch will connect here Setting IP Open New terminal in Client Location A / ip address add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=LAN Sanjoy Banik ADN Telecom limited 01938884588 Skype- thisissanjoy Yahoo- sk_banik2

add address=116.212.51.110/30 network=116.212.51.108 broadcast=116.212.51.111 interface= WAN Setting Gateway / ip route add dst-address=0.0.0.0/0 gateway=116.212.51.109 NAT in WAN interface by Masquerade / ip firewall nat add chain=srcnat out-interface= WAN action=masquerade Now LAN users can browse in client Location A

Configure EoIP tunnel in Location A- MikroTik Server interface eoip> add name="eoip-remote1" tunnel-id=77 \ \... remote-address=116.212.51.120 << Remote WANs IP Address interface eoip> enable eoip-remote Configure Bridge between EoIP tunnel and LAN in Location A interface bridge> add interface bridge> port add bridge=bridge1 interface=eoip-remote1 interface bridge> port add bridge=bridge1 interface=LAN

Location A Configure finished!! Now location Bs turn.. Location A Open New terminal in Client Location B Rename two LAN cards for our identification WAN >> RADIO/Fiber cable will connect here LAN >> LAN switch will connect here

Setting IP Address / ip address Sanjoy Banik ADN Telecom limited 01938884588 Skype- thisissanjoy Yahoo- sk_banik2

add address=116.212.51.120/30 network=116.212.51.118 broadcast=116.212.51.121 interface= WAN Configure EoIP tunnel in Location B- MikroTik Server interface eoip> add name="eoip-remote1" tunnel-id=77 \ \... remote-address=116.212.51.110 << Remote WANs IP Address interface eoip> enable eoip-remote Configure Bridge between EoIP tunnel and LAN in Location B interface bridge> add interface bridge> port add bridge=bridge1 interface=eoip-remote1 interface bridge> port add bridge=bridge1 interface=LAN Location B Configure finished!! Enjoy !!! Here no need to add Route and NAT in Location B Mikrotik server. Cause, Location B will be in same LAN of Location A. For further and better understanding, feel free to contact with me. All the PC in Location A and Location B will use gateway 192.168.0.1

Sanjoy Banik ADN Telecom limited 01938884588 Skype- thisissanjoy Yahoo- sk_banik2

You might also like