Differences between revisions 1 and 2
Revision 1 as of 2020-11-18 21:29:12
Size: 324
Editor: PieterSmit
Comment:
Revision 2 as of 2020-11-18 21:33:12
Size: 409
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Can't ssh - Blocked by FW ??? - https://github.com/microsoft/WSL/issues/5755

Linux/Wsl2Windows

  • WSL is a way to run Linux on windows10 machine without installing VM (2020)

Errors and fix's

  • Can't ssh - Blocked by FW ??? - https://github.com/microsoft/WSL/issues/5755

  • Cant ping

    $ ping 192.168.20.227
    ping: socket: Operation not permitted
    • Fix add capability, but in WSL debian deployment.

      $ sudo setcap cap_net_raw+p /bin/ping

Linux/Wsl2Windows (last edited 2022-06-29 00:00:25 by PieterSmit)