Heres the basic layout of my network. I’ve got one mt in my office (device1) set up as a pptp server and i have an mt set up offsite (device2) acting as the router for a network of mt access points as well as a pptp client. I’ve followed the examples in the manual and set up a pptp between the two and it runs fine. However the problem i’m running into is that i can’t seem to communicate with any of the access points behind device2. heres the general configuration.
Device1
Setup as pptp server
Ip address
ADDRESS NETWORK BROADCAST INTERFACE
1 192.168.0.1/24 192.168.0.0 192.168.0.255 wlan1
3 D 10.9.9.1/32 10.9.9.3 0.0.0.0
routes
DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE
0 AD 10.6.9.0/24 r 10.9.9.3 1
1 ADC 10.9.9.3/32 10.9.9.1
Device2
setup as pptp client
all other mt accesspoints are set up behind here on 10.6.9 network
ip address
ADDRESS NETWORK BROADCAST INTERFACE
0 10.6.9.1/24 10.6.9.0 10.6.9.255 bridge1
3 D 10.9.9.3/32 10.9.9.1 0.0.0.0 pptp-RockyPoint
Route
DST-ADDRESS PREFSRC G GATEWAY DIS INTERFACE
1 ADC 10.6.9.0/24 10.6.9.1 bridge1
2 ADC 10.9.9.1/32 10.9.9.3 pptp
4 A S 192.168.0.0/24 r 10.9.9.1 pptp
now the funny thing is that i can ping users on the 192 network from device2, and i can ping users on the 10.6.9 network from device1. But i can’t seem to ping/access any of the mt accesspoints behind device2 that are on the 10.6.9 network.
I’ve been searching old posts for any info bt haven’t come up with anything yet. If anyone has any info or tips i would greatly apreciate it. Thanks