I have 2 Mikrotik RB751U-2Hnd. My office RB751 has PPTP server setted up. If I connect to office RB from Windows VPN client I have access to my work network.
Now I have tryed to connect my home and work networks using this example (http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP#Site-to-Site_PPTP) but it doesn’t work.
If I ping my work network from home RB751’s terminal - everithing works. But if I ping my work network from my home PC - its unreachable.
Could someone help me what I have to do next& Maybe some routing on my home PC&
[admin@MikroTik] > /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 <my dynamic inet IP :)> 0
1 A S 10.11.27.0/24 pptp-out1 1
2 ADC 10.88.88.1/32 10.88.88.31 pptp-out1 0
3 ADC 192.168.3.0/24 192.168.3.1 bridge1 0
The work router probably does not know to use the PPTP connection for traffic to your home LAN. Try adding that route on the work router. If that doesn’t work use trace route to get more information.
There is no gateway on that PC. That is DNS of that network.
Work router is connected to network 10.11.27.0 and 1 PC has 2 NICs (10.11.27.* - work LAN and 192.168.1.* for the internet).
I don’t know how it was configured, but internet goes to 192.168.1.0 network. 11… network has no internet. Fromoutside I connect to 11… network through PPTP on the router.
Anything on the work network 10.11.27.0/24 that you try to connect to from the home LAN needs to either have a default gateway of the work router or a specific route for your home LAN addresses pointing to the work router otherwise the traffic can never return.