You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows build number: 10.0.19042.0
Your Distribution version: 20.04
Whether the issue is on WSL 2 and/or WSL 1: WSL 2
Steps to reproduce
My WSL installation:
C:\Users\54357>wsl -l -v
NAME STATE VERSION
* Ubuntu Stopped 2
docker-desktop Stopped 2
docker-desktop-data Stopped 2
As you can see, ifconfig and ip route shown nothing and ping 127.0.0.1 does not work either. I have tried some solution posted in other issue reports, none of those that I've tried works.
somion@Somion-Laptop:~$ ifconfig
somion@Somion-Laptop:~$ ip addr
1: lo: <LOOPBACK> mtu 65536 qdisc noop state DOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether c2:12:cb:bd:5b:5d brd ff:ff:ff:ff:ff:ff
3: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 1a:d3:02:0c:0d:7e brd ff:ff:ff:ff:ff:ff
4: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:15:5d:85:6c:01 brd ff:ff:ff:ff:ff:ff
5: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
somion@Somion-Laptop:~$ ip route
somion@Somion-Laptop:~$ ping 127.0.0.1
ping: connect: Network is unreachable
My host system do have working network, and here's what ipconfig reported under win10:
Environment
Steps to reproduce
My WSL installation:
As you can see,
ifconfig
andip route
shown nothing andping 127.0.0.1
does not work either. I have tried some solution posted in other issue reports, none of those that I've tried works.My host system do have working network, and here's what ipconfig reported under win10:
Expected behavior
There should be something shown after executed ifconfig, and network should works
Actual behavior
No network in Ubuntu WSL, as well as my docker installation.
The text was updated successfully, but these errors were encountered: