I’m trying to set an “extrange” environment, and probably, you can give me the best practice or documentation to follow .
Currently I have 1 router Mikrotik and 1 Cloud Router Mikrotik, the router have WAN connection, and other ports in bridge, then Switch have every port in bridge.
I want to connect my VPN (wireguard) only for specific ports or IPs, enable route for this connection, this VPN is full trafic (allow 0.0.0.0/0), I need the specific devices trafic all data over this connection, and obviously, I want to enable connection to this devices over LAN.
what is the best practices and best step to implement some like this?
The easiest thing to do would be two create a vlan and put those PCs on the vlan and then ‘forcing’ them to go out wireguard for internet will be easy.
The connection is “work” (over terminal) but when I try navigate over Chrome for example, the page receive “timed out” but if I try ping or curl over terminal, working perfect.
Only the specific internal devices go out internet through specific interface (vpn).
I don’t need any other VPN route now.
I can’t connect the devices directly to VPN, because this use closed OS.
I’m testing the new route with my computer, if I connect using VPN software, the VPN working well, but if I use the new route in router, the connection recived “time out”, but if I use ping or curl command, responde well.