Hi i have a problem with a VPN set by ISP, my problem is this
I have a 3 remote offices connected to the main office by a VPN set by ISP using fiber optic ring. I can share files without problem between the remote offices but i can’t access the shared files or DB on the main office.
From the main office I can access any remote office without problem
Ass you sugest i add on the route list the address 192.168.0.0/16 but the mikrotik doesn´t add the interface only show "unknow" I am sure I did on the wrong way..
could you teld me the right way to do it?
I am a newbie on mikrotik...
This are my routes list
DST-ADDRESS PREF-SRC G GATEWAY DIS INTERFACE
0 A S ;;;Remote office 1
192.168.1.0/24 r 192.168.9.1 ether2
Main Office
1 ADC 192.168.9.0/24 192.168.9.4 ether2
2 A S ;;;Remote Office 2
192.168.10.0/24 r 192.168.9.1 ether2
3 A S ;;;remote Office 3
192.168.11.0/24 r 192.168.9.1 ether2
4 A S ;;;Remote Office 4
192.168.12.0/24 r 192.168.9.1 ether2
ISP Internet
5 ADC 200...96/29 200...99 ether1
Looking at your route table I see that you have entries for each remote network already. What should happen in this case is that the router sends a client redirect to any main office PC trying to send a packet to a remote network. Try a tracert to a remote PC from an office PC, what route do the packets take?
The alternative, is to put that route entry into each office PC. Depending upon the number of PCs this could be a pain. However, you could use a logon script or use the ‘persistent’ option on each PC’s route command to limit the work required.
that does´t work it works on another computer on the same network but not in the server, meaby is something wrong on the server, I know the windows firewall for the network card is disable because I dont have that server conected to the internet, I add the routes as persistent and nothing happens…I am thinking on install the OS of the server from scratch…
Yes, yuo are right I was suspecting about the server because I add the routes as persistent on a single XP computer and works great…
Finaly I see the routes on the server and the error was on front of my eyes all the time, the gateway for the routes that I was triying to use is the same of my DHCP server (192.168.9.4) thats wrong, must be the gateway of the contivity(192.168.9.1) I added as persistent… now is working
This case is closed for now everthing is working great…