I'm trying to work out if I can set a static IP for a specific client (my desktop) using the udhcp server. Looking at the options in the sample file, http://udhcp.busybox.net/udhcpd.conf doesn't seem possible. Anyone done this?
On the ISC DHCPd, you do something like:
host chimay {
hardware ethernet 00:0F:66:25:2D:EB;
fixed-address 192.168.1.2;
}
Doesn't seem possible with udhcp though.
Kinda makes port forwarding difficult if there's the possibility that the router might give out my IP to someone else...