Hello,
I have connection to internet on device via (for example) ip 1.1.1.1.
So default route is 0.0.0.0.0/0 → through gateway 1.1.1.1
When I connect to VPN, now default route looks like: 0.0.0.0.0/0 → gateway l2tp-out (vpn).
So all traffic of my local network is routed through VPN.
I need that specific client (Ethernet port on Router) goes through 1.1.1.1 gateway (without VPN).
Could you help me, how to configure this?