12-02-2021, 05:06 PM
You know, when this stopped working was right around the time I had to install Docker for a project. I noticed I now have this entry, among others:
This appears to be related to Docker, and it's using 10.0.3.1. I know there's something on the wiki that says you may run into problems if your LAN's router is on the same 10.x.x.x subnet that Mobian is trying to use. Is it possible that Docker is creating a network overlap?
Code:
3: lxcbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether 00:16:3e:00:00:00 brd ff:ff:ff:ff:ff:ff
inet 10.0.3.1/24 brd 10.0.3.255 scope global lxcbr0
valid_lft forever preferred_lft forever
This appears to be related to Docker, and it's using 10.0.3.1. I know there's something on the wiki that says you may run into problems if your LAN's router is on the same 10.x.x.x subnet that Mobian is trying to use. Is it possible that Docker is creating a network overlap?