Skip to content

Fix ubuntu network issues

phaledang edited this page May 30, 2024 · 3 revisions

Network issue when download

If there is issue with download files in wsl. Do one of below approach:

Approach 1

Open Ubuntu

wsl

on the ubuntu

sudo nano /etc/resolv.conf

add below config

nameserver 8.8.8.8

nameserver 1.1.1.1

Ctrl X, enter to save file

Approach 2: update .wslconfig file in C:\Users<current user>

See https://github.com/phaledang/ai-python/blob/main/.wslconfig for sample config

References

https://learn.microsoft.com/en-us/windows/wsl/wsl-config

Clone this wiki locally