Homeoffice - VPN

Hello,
I’m trying to create VPN from my home’s mikrotik to work. How can I do that?
I already created VPN connection but my computer still can’t access to company’s network.
Have more computers at home but want to be able to access company’s network from one computer only.

Thank you for your tips.

If you only wish one computer to access your company network it would be far simpler to set up VPN connections from that one computer.

If you try to connect to the company network, you should create a VPN connection on your PC, not on your router. Or not, if you would like to have site2site link.

Yes but I don’t want to make VPN connection in computer because of another VPN.

Likely solution:

/ip firewall nat
add chain=srcnat out-interface=<your VPN interface> action=masquerade

And then to limit access (assuming you have default firewall or other with standard rules to allow established connections):

/ip firewall filter
add chain=forward src-address=<your PC in LAN> out-interface=<your VPN interface> action=accept
add chain=forward out-interface=<your VPN interface> action=reject

Ok I followed your guide. Doesn’t work. Still can’t connect to compan without VPN in computer

That’s the problem with blind guesses, sometimes they succeed and sometimes they don’t. But without anything specific, exported config for example, it’s difficult to do more.

You can have multiple VPN connections on a PC so that would be a much simpler solution.

Sent from my moto g(7) plus using Tapatalk