File sharing Comp1 -> ISP -> Router1 -> Mikrotik -> Comp2

Hi, Im using Mikrotik as a secondary router where EnGenius the first router.

Internet cable is first connected to EnGenius router :
WAN IP : 10.10.201.204 (from ISP)
WAN Gateway : 10.10.200.1(from ISP)
LAN IP 192.168.200.1
DHCP Enabled

Then from Engenius to Mikrotik
Address list

  1. Address : 192.168.200.2/24, Network: 192.168.200.0, Interface: WAN
  2. Address : 192.168.10.1/24, Network: 192.168.10.0, Interface LAN
    IP Pool
    Name: Hotspot-pool, Addresses: 192.168.10.2-192.168.10.254
    Route
    Dst Address: 192.168.200.0/24, Gateway: WAN, Pref Source: 192.168.200.2
    Dst Address: 192.168.10.0/24, Gateway: LAN, Pref Source: 192.168.10.1
    Firewall
    Chain: dstnat, dst address: 192.168.200.2, action: dst-nat, to address: 192.168.10.2
    Chain: srcnat, src address: 192.168.10.2, action: src-nat, to address: 192.168.200.2
    Chain: srcnat, action: masquerade

Now what i want to do is, I want to share files from 192.168.10.2 to another computer of different network of different places.
So if anyone knows the solution please help me …

How big are the files? Surely a cloud based provider would be best suited for this such as Dropbox and the likes?

L2TP/IPsec vpn.

Actually its not the file, its the programme installed on local server, i can run this programme on other local connection computer and now need to access that programme through vpn

What I want is to access Remote connection to 192.168.10.2 (Server) from 192.168.0.2 (comp3 of different network)

L2TP/IPsec vpn from 192.168.0.2 to MikroTik router 192.168.200.2

this is the way. But you need to see if your program runs over wan. Some old programs need a lot of read/write command to work. Something like FoxPRO will never work over internet. the best way in this case is a remote desktop. for a better security run your RDP over VPN.

https://wiki.mikrotik.com/wiki/L2TP_%2B_IPSEC_between_Mikrotik_router_and_a_PC


Best regards.