Page 2 of 2

Re: running MX on win10 using wsl

Posted: Tue Jan 02, 2024 11:55 am
by mmikeinsantarosa
I think my tar file is no good or something.

Code: Select all

W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease  Could not resolve 'deb.debian.org'
for all repos, and ifconfig won't run to check for an ip in wsl

Code: Select all

 ifconfig
Command 'ifconfig' not found, but can be installed with:
apt install net-tools
I can run

Code: Select all

ip address
and the ip that shows up is bogus
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether <stuff> brd <stuff>
inet 172.26.15.131/20 brd 172.26.15.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 <stuff> scope link
valid_lft forever preferred_lft forever
I'll re-create a new distro file at home after work and try again tomorrow.