-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
waiting for feedbackWaiting on additional info. If it's not received, the issue may be closed.Waiting on additional info. If it's not received, the issue may be closed.
Description
The hostname sent in the dhcp request contains an underscore; ESP_123456
This causes DDNS updates to fail, as underscore is not legal in hostname (except as first character)
dhcpd[32702]: Unable to add forward map from ESP_123456.lan. to 192.168.1.152: REFUSED
Solution: Just omit the underscore.
Metadata
Metadata
Assignees
Labels
waiting for feedbackWaiting on additional info. If it's not received, the issue may be closed.Waiting on additional info. If it's not received, the issue may be closed.