Actions
Error #420
closedDHCP reservation doesn't work
Status:
Tancat
Priority:
Normal
Assignee:
Category:
Network
Target version:
Description
I have entry in /etc/config/dhcp:
config host
option name 'nas'
option dns '1'
option mac '00:08:9b:8c:82:8b'
option ip '10.30.1.100'
After i executed 'dhcpclient -r eth0' on 'nas' host, and nothing occurs, IPV4 address is standed as was.
Updated by Roger Pueyo Centelles over 6 years ago
- Status changed from Nou to En progrés
- Assignee set to Roger Pueyo Centelles
- % Done changed from 0 to 100
- Estimated time set to 1:00 h
The bug can't be reproduced. The following config works:
config host
option name 'nas'
option dns '1'
option mac '00:E0:4C:70:13:E6'
option ip '172.30.0.147'
option leasetime '1h'
Updated by Roger Pueyo Centelles over 6 years ago
So does in public mode
config host
option dns '1'
option name 'nas2'
option mac '00:E0:4C:70:13:E6'
option ip '10.1.30.11'
option leasetime '2h'
Updated by Roger Pueyo Centelles over 6 years ago
- Category set to Network
- Status changed from En progrés to Tancat
- Target version set to 4.1 "Macondo"
Actions