Mikrotik VPN Server Peer to Peer Communication in both directions ================================== setup Mikrotik according to some of VPN servers additional setup: PPP --- PPP/Secrets Name: {user-name} Password: {user-password} Service: any Profile: vpn-server ------------------------------------ Local Address: {address of local interface} e.g. 192.168.20.1 Remote Address: {address what will be assigned to connected client} e.g. 192.168.33.3 ------------------------------------ Routes: {range you want to access on client side} {remote address} 1 e.g. 192.168.35.0/24 192.168.33.3 1 -------------------------------------------------------------------------------- Firewall -------- IP/Firewall New Terminal -> right click -> Paste /ip firewall nat add action=masquerade chain=srcnat out-interface=all-ppp