1) Creating Meta Routers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Create MetaRouter01 and Disable it. Create MetaRouter02 and Disable it. 2) Create Virtual Ethernet Interfaces ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Create VE01 (outside world)in Virtual EThernet and MAP with MetaRouter01in Interface Menu. - Create VE02 (LAN segment) in Virtual Ethernet and Map with MetaRouter01 in Interface - Create VE01-PC (LAN PC) in Virtual Ethernet and Map with MetaRouter02 in Interface. 3)Create Outside Bridge for getting internet from outside ~~~~~~~~~~~~~~~~~~~~~~~~~ - Create Outside Bridge Bridge => add => BR-OUT 4) Add Ports to BR-OUT ~~~~~~~~~~~~~~~~~~~~~~~~ BR-OUT= wlan1+VE01 5) Create BR-MR for LAN-SEGMENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bridge => add => BR-MR 6) Add Ports to BR-MR ~~~~~~~~~~~~~~~~~~~~~~~ BR-MR=VE-02 of MetaRouter01 + VE-01-PC of MetaRouter02 7) Enabling MetaRouters ~~~~~~~~~~~~~~~~~~~~~~~~ Click Enable on MetaRouter01 and MetaRouter02 8) Configuring MetaRouter01 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Console in MetaRouter01 ether4 = VE01 ether5= VE02 /ip dhcp-client add interface=ether4 disabled=no /ip address add interface=ether5 address=192.168.200.1/24 /ip firewall nat chain=srcnat out-interface=ether4 action=masquerade /ip address print 9) Configuring MetaRouter02 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Console in MetaRouter02 /ip address add interface=ether1 address=192.168.200.2/24 /ip route add dst-address=0.0.0.0/0 gateway=192.168.200.1 ping google dns 8.8.8.8 from metarouter02(PC)