Dhcp causes no route to host errors #10759
Unanswered
Rick-van-Dam
asked this question in
Q&A
Replies: 1 comment
-
We don't know exactly what kind of response is delivered by DHCP, but that configuration apparently doesn't work. E.g. it might provide a conflicting address, a non-working default route, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a virtual machine in proxmox with 2 network devices, one for VLAN 3100 and one for VLAN 4000. My idea is to use one for public (still local network but less restricted) and one for private.
I have this interface config for my machine:
I also followed https://www.talos.dev/v1.9/introduction/prodnotes/#multihoming so I got this config as well:
This works and I see no errors or warnings. The machine is pingable and its possible to run workloads and reach them from the browser.
When I change it to use dhcp for eth1:
I see the machine correctly gets an ip and is pingable on
192.168.2.34
and the ip that dhcp got for eth1. I do see alot of no route to host warnings (mostly from the time.SyncController). After a reboot the kubelet is stuck in unhealthy, as soon as I change the config back and apply it again everything starts up correctly and the warnings go away.What can cause this? Do I need more config for talos to make dhcp work correctly? How come putting a static ip works with no issues?
Beta Was this translation helpful? Give feedback.
All reactions