Default gateway problem

hi
I set pptp vpn and everythings work fine

change defult gateway to wan and use VPN policy

routing to set only two device use pptp vpn but

nothing happen device uses wan anyway

any option in luci VPN policy routing beside add policy set name and ip?

policy

Set a metric for the pptp interface instead.

uci set network.uk.metric='10'
uci commit network
/etc/init.d/network restart
1 Like

thank you for reply
uk gateway metric
gateway2
wan gateway metric is 40
this is my firewall



my goal is to set only one device use vpn by vpn policy

I can set default gateway my vpn and specific what device use wan in vpn policy but doesn't work opposit way

hi again it would be great if you can help me with this problem

when set wireguard as default gateway every things work fine

but if set wan as default and use vpn policy and set one device use wireguard

just my ip change and nothing happen

I don't know what i'm did wrong really





I tested the same configuration and I can confirm that it works as expected.

You switched from pptp to wireguard but it doesn't matter.
Remove the wan interface metric (if any) and set a metric only for the vpn interface.

If you are sure that the other way around works, you can get the same result creating just one policy if you invert the match using an exclamation mark (!)

1 Like

thanks for reply I will test it

thanks again

1 Like