Community discussions

MikroTik App
 
User avatar
kameelperdza
Member
Member
Topic Author
Posts: 468
Joined: Thu Nov 27, 2008 11:45 am
Location: Oudtshoorn, South Africa

Please help me with this routing.

Sun Dec 13, 2009 7:06 pm

Hi i want to setuo routing between two three mikrotik routers but im getting confused at some areas.

router 1 has wlan1 10.1.1.1/24 ,eth1 192.168.1.1/24
router 2 has wlan1 10.1.1.2/24 ,wlan2 10.1.2.1/24 ,eth1 192.168.2.1/24
router 3 has wlan1 10.1.2.2/24 ,eth1 192.168.3.1/24

I want to setup routing so that i can ping any node on any 192.168.x.x network. and vise versa.
Will this work?Please correct me if im wrong.

router Router1 {
ip address add address=1.1.1.1/24 interface=Router1_Router2;
ip address add address=192.168.1.1/24 interface=eth1;
ip address add address=172.19.85.1/24 interface=eth2;
}

router Router2 {
ip address add address=1.1.1.2/24 interface=Router2_Router1;
ip address add address=1.1.2.1/24 interface=Router2_Router3;
ip address add address=192.168.2.1/24 interface=eth1;
ip route add dst-address=0.0.0.0/0 gateway=1.1.1.1;
}

router Router3 {
ip address add address=1.1.2.2/24 interface=Router3_Router2;
ip route add dst-address=0.0.0.0/0 gateway=1.1.2.1;
ip address add address=192.168.3.1/24 interface=eth1;
}

All i want to do is to enable all the computers on 192.168.x.x to communicate with each other.
 
henrygrik
just joined
Posts: 2
Joined: Thu Dec 17, 2009 11:03 am

Re: Please help me with this routing.

Sat Dec 19, 2009 10:52 am

Hi,
The why don't you use the common gateway 192.168.0.1 for all the three routers. and similarly give the subnet mask to the all three routers.

Who is online

Users browsing this forum: No registered users and 31 guests