How to apply static routes made on windows to Linux OS running on WSL #14113
Unanswered
elhananjair
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
anyone? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello friends,
I have two networks connected to my computer and I want to add some static route to access some service on let's say 10.35.12.12, since the default gateway to access this service is different from the other one, I need to add additional IP which sync with the gateway which is 172.50.65.1, therefore I added secondary IP to the current network adapter. After that I executed static route command on PowerShell. The result is, I could access the service on Windows OS, but it fails on Linux. I am running Windows Server 24h2 with NAT configured on WSL Network settings. On Linux WSL, I can not also access internet or other networks after I changed the network setting on Windows OS.
Is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions