Closed shrinidhi111 closed 1 year ago
I was running a VPN connection with 0.0.0.0/2 as one of the subnets.
0.0.0.0/2
Since the linux logic checks for gateway IP for 0, it wrongly assumed VPN Gateway IP as the default one while it is not.
I was able to fix it by checking for both gateway + mask
I was running a VPN connection with
0.0.0.0/2
as one of the subnets.Since the linux logic checks for gateway IP for 0, it wrongly assumed VPN Gateway IP as the default one while it is not.
I was able to fix it by checking for both gateway + mask