View Full Version : Help with ip addresing ....
rado3105
04-09-2009, 09:29 AM
http://i39.tinypic.com/2qkl0k1.png
I can get from PC 2 to main router, but I cant get from PC1 to router2 and AP3. Can you help if it is possible and how to setup it to be it able?
I need it for configration of router2 and APs behind him.
MaximumISP
04-09-2009, 09:40 AM
Do you have a static route assigned on Router 1
for the 10.13.55/24 subnet of router 2 and
the 10.17 behind it
I would also make your wireless bridges fully transparent
ie in WDS mode
rado3105
04-09-2009, 09:45 AM
No I dont have, I tryied to set gateway 10.13.55.1 in router1(mikrotik) but it showed unknown, and was blue(not working right).
peanut
09-08-2009, 08:38 PM
With the devices I am used to, you always need a routing protocol or static route when ever you hop a router, or network space.
for example
router 1)router rip
version 2
network 192.168.1.0 0.0.0.255
network 192.168.10.0 0.0.0.255
router 2)router rip
version 2
network 192.168.10.0 0.0.0.255
network 10.13.5.0 0.0.0.255
i'm not sure about the WISPs as I have never used one, but I would imagine with nat it would encapsulate the data fine and the last network statement would work.