Hi, i have an AP set as ap-bridge
int eth1 ip : 192.168.1.10/24 (public)
int wan1 ip: 192.168.10.1/24 (local)
in my station :
int wan1 ip: 192.168.10.2 (public)
int eth1 ip: 10.0.0.1/24 (local)
i want to connect both wireless devices, so what i did on the station:
1.add gateway to 192.168.10.1 (wan1 int of AP)
2.source nat out int. wlan1 (public) action masquerade
and i did the following in the AP:
- add gateway to 192.168.1.254 (internet router ip address)
- source nat out int. eth1 (public) action masquerade
so far, AP can see the internet fine, the station also can see the internet ( i ran traceroute from winbox to check and it works fine)
the problem is, when i connect my computer to the lan side of the station, i set ip 10.0.0.2/24 gateway 10.0.0.1, i try to trace any ip address, even on the 192.168.1.0/24 network, i stuck on 10.0.0.1, then time outs comming.
is my setup correct, am i missing something here?
i appreciate any help.
thanks.