Hello. I have en interface with 2 ip addresses
ADDRESS NETWORK BROADCAST INTERFACE
0 10.5.253.254/24 10.5.253.0 10.5.253.255 eth3_LAN
1 10.5.254.129/26 10.5.254.128 10.5.254.191 eth3_LAN
And I'd like to setup a DHCPD server on eth3_LAN interface, which would lease to clients static leases (specified ones and added manually) from the 10.5.253.0/24 range, like
ip dhcp-server> lease print
Flags: X - disabled, R - radius, D - dynamic, B - blocked
ADDRESS MAC-ADDRESS CLIENT-ID SERVER RATE-LIMIT STATUS
0 ;;; BBOX1
10.5.253.80 00:40:63:D6:82:1F
and for clients not in the list, it would lease an IP from 10.5.254.129/26 subnet (from 10.5.254.129 - 10.5.254.160 range)
How do I set this UP? Do I have to setup 2 DHCPD servers? In that case, how do I setup dhcp-server/relay (because I cannot have two with 0.0.0.0 relay).
Thanks
Bu