Unable to connect to AP on different ip rang

Hi all!!!

I am having the problem connecting to my Routerboard that is set to work as an AP, from my computer. Let me explain the connection.

My computer is connected on simple home router that is further connected to a main routerbord that is also a server/gateway… everything. the router ip address is 192.168.2.x (ether 1) and i need to connect through ether 3 that has ip 192.168.40.254 (witch i can connect over my desktop) to the separate groove ap/routerbord with ip: 192.168.40.1. where i cannot even ping from my desktop. help!

My computer(192.168.2.x)------> routerboard server(192.168.40.254)-----working

My computer(192.168.2.x)------> routerboard server(192.168.40.254)—>AP Groove(192.168.40.1)----not working

routerboard server(192.168.40.254)—>AP Groove(192.168.40.1)----working (ping, terminal, neighbors)

my computer connected over ether 1 to routerboard server
AP Groove connected over ether 3 to routerboard server

My computer is connected on simple home router that is further connected to a main routerbord that is also a server/gateway…

Do you have that 192.168.40.x network routed to the routerboard in the “simple home router”?

I dont think that it is nessesary becouse i can ping from192.168.2.x every other ip rang…(192..168.10.x, 192.168.20.x, 192.168.30.x)… exept 192.168.40.x

OK. Then post “/ip address” and “/ip route” from your routerboard server, whatever device that is. Never heard of that model routerboard.

ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK INTERFACE

0 192.168.2.1/24 192.168.2.0 ether1
1 192.168.10.254/24 192.168.10.0 srlek.net
2 192.168.20.254/24 192.168.20.0 srlek.net.2
3 192.168.30.254/24 192.168.30.0 srlek.net.3
4 192.168.40.254/24 192.168.40.0 ether3
5 D 10.165.8.114/17 10.165.0.0 ether2


ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADS 0.0.0.0/0 10.165.0.1 0
1 X S 0.0.0.0/0 82.114.66.81 1
2 ADC 10.165.0.0/17 10.165.8.114 ether2 0
3 ADC 192.168.2.0/24 192.168.2.1 ether1 0
4 ADC 192.168.10.0/24 192.168.10.254 srlek.net 0
5 ADC 192.168.20.0/24 192.168.20.254 srlek.net.2 0
6 ADC 192.168.30.0/24 192.168.30.254 srlek.net.3 0
7 ADC 192.168.40.0/24 192.168.40.254 ether3 0

How does the Groove get its network settings? Is it static or dhcp? Check the gateway setting on the Groove. Insure it is 192.168.40.254.

Excelent… That has fixed the problem! Thanx a LOOT!