Hello all,
I’m somewhat lost here. For a few days now I have a problem with my dns. It is a docker container on my incusos host. It did run fine and probably still does. However I can’t access the machine. Ping times out and I can’t reach the web console (it’s technitium dns server). So when I checked the network config of incusos I did find a puzzling route:
incus admin os system network show
WARNING: The IncusOS API and configuration is subject to change
config:
interfaces:
- addresses:
- dhcp4
- slaac
hwaddr: d8:5e:d3:8c:cb:42
name: eno1
required_for_online: “no”
time:
timezone: [...]
state:
interfaces:
eno1:
addresses:
- 192.168.x.x
- fd85::x
hwaddr: d8:5e:d3:8c:cb:42
mtu: 1500
roles:
- management
- cluster
routes:
- to: default
via: 192.168.x.x
- to: 10.98.238.22 <-- (?)
via: 192.168.x.x
speed: “1000”
state: routable
stats:
[...]
type: interface
The second route seems wrong. The ip is the ip of the dns server and I can’t figure out how that route got installed. It is completely superfluous
I can’t remove it by editing the networking config. It simply ignores the edit and puts the route back in. Maybe I’m missing something obvious but could someone point me in the right direction please?