( dorsy | 2025. 02. 01., szo – 15:40 )

a wsl-ből, vpn-en át nem tudok semmit se csinálni > erre van megoldas :) mar ha ertem a megfogalmazasodbol, hogy mi a problem.

networkingMode** string NAT

If the value is mirrored then this turns on mirrored networking mode. Default or unrecognized strings result in NAT networking.

https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-…;

wsl eth3 == egy openvpn interface a windowson

6: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    inet 10.0.10.10/24 brd 10.0.10.255 scope global noprefixroute eth3
       valid_lft forever preferred_lft forever

dorsy@wsl64:~$ ip ro
...
10.0.10.0/24 dev eth3 proto kernel scope link metric 281
10.0.10.1 dev eth3 proto kernel scope link metric 34

dorsy@wsl64:~$ ping 10.0.10.1
PING 10.0.10.1 (10.0.10.1) 56(84) bytes of data.
64 bytes from 10.0.10.1: icmp_seq=1 ttl=64 time=16.5 ms