WSL
WSL Subnet
Section titled “WSL Subnet”To setup a new network in your NAT’ed interface in WSL you have to edit in the registry. The keys can be found under this path: “Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss”. There can be two keys there have to be changed. They can be changed to the following:
- NatGatewayIpAddress =
192.168.0.1 - NatNetwork =
192.168.0.0/24
Afterwards you have to restart your PC. When that’s done open a WSL window and check the network interfaces if they have been changed to the new network.
Windows Terminal
Section titled “Windows Terminal”Gist to personal VSCode settings file
GitHub repo to personal dotfiles