-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL2 with graphics: Browsers and OS do not follow routing #1240
Comments
This is all inside of the Windows Subsystem for Linux. I could image that outside of this virtual environment something is blocked by the surrounding windows system. I doubt that it's the windows firewall (since establishing the tunnel looks fine), but maybe it's something on the device driver level. |
@mrbaseman thanks for responding, and reminding me that I posted this issue. Maybe, in a deep level of things, you are right. But currently it is fixed by making two steps:
|
Ah, now it looks like a DNS configuration issue (from your initial problem description I got a different impression). The manipulation of In your first post, however, you wrote that even a connection on the IP basis was not possible (with |
Yes but it sometimes adds DNS server, sometimes not - it depends. In my laptop,
- it is the only difference in
The hosts are pingable.
Yes, until I write (by So, in conclusion, I can provide an answer for a random visitor:
|
Problem
Hello! I successfully connect to my VPN with config:
And I launch the tool by command:
It launches fine:
OpenFortiVPN Log
But unfortunately browsers and entire OS (Ubuntu) do not respect the routes, which are:
Additional logs
ip route show
:Details
And the active interface is still
eth0
, which is fine:ip route | grep default default via 172.30.96.1 dev eth0
All interfaces when OpenFortiVPN is on
OpenFortiVPN logs by
--verbose
flag:Details
DNS config
Do not really understand what it does, but here is IP address of ppp0 interface
Testing other solutions
I tried to make
ping
andtracert
throughppp0
interface, but none succeed, 100% packet loss and did not reach destination.ping 10.32.6.7 --- 10.32.6.7 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3093ms
What I know
And yet entire OS can't access 10.32.xxx.xxx resources provided through
ppp0
.The text was updated successfully, but these errors were encountered: