Hi, do anybody have any info how to do so?
I have a router that has access to internet, i have a windows machine that has two ethernet ports, one i use as a steady internet connection (to the exact same mikrotik as the second one), and the other one i tried to enable multiple things to allow it to work as a router port, specifically to grant VPN-ed access.
When enabling specific VPN, called “Palo alto Global Protect” it has third virtual ethernet that allows the pc to access specific domain on 111.111.111.14, the sub is 111.111.111.0/24
One ethernet port gets Lan 172.10.10.26, the other one 172.10.10.27
Virtual one receives random gateway ip
Whatever i did, i can only reach the interface and tracing drops.
Mikrotik config includes one local LAN dhcp , wlan www access.
What i configured:
Add ip route 111.111.111.0/24 172.10.10.27 main
I tried srcnat masquerade, doing another routing point such as instean of main something like TOVPN and doing mangle mark routing whatever.
From my last post i already have working solution for remote routers, linux, mac machine servers etc.
But i just so have to use windows in my local LAN. So the question, sadly, is not about configuring mikrotik, but rather windows…..
What i tried:
- Creating pptp server on windows, it works but does not allow me to use 111.111.111.0/24 whatever i did , and when connecting i just loose internet access
- Making bridge
- Sharing physical port
- Sharing virtual port
- Windows proxy in docker using squid
- Sstp server in docker in windows machine
What somehow worked for some time:
Proxy and sstp server. But for some time only, just days later it mysteriously stopped working, but everything seemed fine. Guess the VPN developer patched it. So last time for entire hour i managed to route 111.111.111.14 through the second ethernet, what i did: i removed mikrotik gateway ip on the second port, enabled routing in regedit, enabled routing on both ethernets, enabled routing service and typed a range and an ethernet port, went to mikrotik, added main routing , and it worked for an hour, but then just stopped working.
Basically default router config with one LAN range. windows machine with running virtual ethernet and two physical ethernets that have lan IP. Everything connected to each other.

