Today, I received my RB-750GL from (kablosuzmarket.com) within 24h of my purchase, kudos for the excellent service. Rushed home to use this beast.

I had this idea for some time. To make certain devices on the LAN (i.e. Apple TV) to use a VPN connection so they appear to be from US (or whever the VPN server is). With Mikrotik it took just about half an hour to figure out how to do this.

1. Add your VPN connection into interface. In my case, I needed PPTP Client. Make sure it’s connected successfully.

Last one is my VPN connection.
2. Prepare the address list of the devices you want to use this new VPN connection.

3. Add firewall rules to mark-route packets from this address list. I’ve marked them as “usvpn”.

4. Now, route packets marked with “usvpn” route-mark via pptp1 interface.

The details are not visible in this print. When adding new route, just select the Gateway (pptp1) and Routing Mark (usvpn).

Now test if your devices are out in the US :)